Prove that there do not exist any positive integers $x,y$ and $z$ that satisfy $\frac{x}{y}+\frac{y}{z}+\frac{z}{x}=1$
My attempt:- Since $x,y $ and $z$ are positive integers, we can assume without loss of generality that $x\le y\le z$ . Hence we have $\frac{z}{y}$ and $\frac{y}{x} \ge 1$. This implies, $$\frac{x}{y}+\frac{y}{z}+\frac{z}{x}\gt 2$$. Therefore, there do not exist any integers $x,y $ and $z$ satisfying the above equation. Does this look good? Can this be solved using divisibility or any other technique ?
You can use arithmetic - geometric mean inequality:
$$\frac{x}{y} + \frac{y}{z} + \frac{z}{x} \geq 3\sqrt[3]{\frac{x}{y} \frac{y}{z} \frac{z}{x}}=3$$
So the smallest value of $\frac{x}{y} + \frac{y}{z} + \frac{z}{x}$ is $3$ for $x=y=z$.