If positive numbers $x, y$ and $z$ satisfy that $xyz=1$, what is the minmum value for $x+y+z$?
From $xyz=1$, we can get $$x = \frac{1}{yz};\space\space\space y = \frac{1}{xz};\space\space\space z = \frac{1}{xy}; $$
Subsitute them into $x+y+z=1$ and I got$$\frac{xy+yz+xz}{xyz} = xy+yz+xz = 1$$
Since we're finding the minimum for $x+y+z$, I thought of using the formula $(x+y+z)^2 = x^2+y^2+z^2+2(xy+yz+xz)$ due to the fact that we have the value of $xy+yz+xz$.
That's all I've got so far. How can I continue?
Use AM-GM inequality,
$$\frac{x+y+z}{3} \ge \sqrt [3]{xyz}$$
$$x+y+z \ge 3$$
The minimum is $3$ and there's no maximum.