Prove $x+y+z\geq3$ given $xyz=1$ and $0<x,y,z\in\mathbb{F}$. Secondly, show that $x+y+z=3\iff x=y=z=1$.
($\mathbb{F}$ is the ordered field)
I've tried applying the following lemma with no success yet:
If $0<a<1$ and $1<b$ where $a,b\in\mathbb{F}$ then $1+ab<a+b$
Let $D=(x+y+z)^3-27xyz$ and $S=x+y+z$. Then $$ 2D=(S+6z)(x-y)^2+(S+6x)(y-z)^2+(S+6y)(z-x)^2\geq 0 $$ and so $(x+y+z)^3\geq 27xyz=27$ and therefore $x + y + z\geq 3$. We have $x + y +z=3$ iff $D=0$ iff $x=y=z$.