Let $x, y, z$ be positive integers, such that $\frac{1}{x}+ \frac{1}{y}+ \frac{1}{z} \leq 1$. Find $\inf_{x, y, z} (x-1)(y-1)(z-1)$.
After a few trials, I'd say the answer is $8$, but I can't prove it. Using Am-GM I wasn't even able to prove the $\inf$ was $\geq 8$.
Expand $(x-1)(y-1)(z-1)$. We get $$xyz-(xy+yz+xz)+(x+y+z)-1.\tag{1}$$
By the constraint $\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\le 1$, the sum of the first two terms in (1) is $\ge 0$.
So we want to show that $x+y+z\ge 9$. This follows from the Arithmetic Mean Harmonic Mean Inequality. We have equality only at $x=y=z=3$.