How can I prove the statement below without using the Inequality of arithmetic and geometric means?
$\forall x,y,z \in F $ (F is an ordered field) $(x,y,z>0)$ $xyz=1 \implies x+y+z\geqslant3$
For the case where $x,y,z = 1$ it's easy to understand, but I fail to grasp how many more cases of $x,y,z$ ,I have to prove that $x+y+z\geqslant3$ work's for.
Let $x\geq1$ and $y\leq1$.
Thus, $$(x-1)(y-1)\leq0$$ or $$x+y\geq xy+1.$$ Thus, $$x+y+z\geq xy+1+z$$ and it's enough to prove $$xy+z\geq2$$ or $$xyz+1-xy-z\leq0$$ or $$(xy-1)(z-1)\leq0,$$ which is obvious.