Let $a>b>c>1$. How to find solutions in positive numbers of the following system? \begin{cases} ax>y+z \\ by>x+z \\ cz>x+y \end{cases}
2026-04-09 04:45:33.1775709933
How to solve the system $ax>y+z$, $by>x+z$, $cz>x+y$ in positive numbers?
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I assume $a,b,c$ are given and you want to find $x,y,z>0$ satisfying your system. In terms of $x$, we have
$$ \min(b y - z, cz - y) > x > y/a + z/a$$
In order for this interval for $x$ to be nonempty, we need
$$ \eqalign{(b - 1/a) y &> (1 + 1/a) z \cr (c - 1/a) z &> (1 + 1/a) y \cr} $$ So (noting that $c > 1 > 1/a$) $$ \dfrac{ab-1}{a+1} y > z > \dfrac{a+1}{ac-1} y $$
Finally, to make the interval for $z$ be nonempty, we need
$$ \dfrac{ab-1}{a+1} > \dfrac{a+1}{ac-1} $$
or equivalently
$$ a b c > a + b + c + 2 $$
and then any $y > 0$ will do, with $z$ and then $x$ in the intervals given above.