I ran into a following problem in The Cauchy-Schwarz Master Class:
Let $x, y, z \geq 0$ and $xyz = 1$.
Prove $x^2 + y^2 + z^2 \leq x^3 + y^3 + z^3$.
The problem is contained in the chapter about symmetric polynomials and Muirhead's inequality.
The proof based on Muirhead's inequality is pretty quick:
We multiply the left hand side with $\sqrt[3]{xyz} = 1$ and prove $$x^{\frac{7}{3}}y^{\frac{1}{3}}z^{\frac{1}{3}} + x^{\frac{1}{3}}y^{\frac{7}{3}}z^{\frac{1}{3}} + x^{\frac{1}{3}}y^{\frac{1}{3}}z^{\frac{7}{3}} \leq x^3 + y^3 + z^3$$
with Muirhead ( $(3, 0, 0)$ majorizes $(\frac{7}{3}, \frac{1}{3}, \frac{1}{3})$).
I'm curious if there's a way to prove this without machinery of Muirhead's inequality and majorization. Also, this approach readily generalizes to proving
$$x^n + y^n + z^n \leq x^{n+1} + y^{n+1} + z^{n+1}$$
for non-negative $x, y, z$ such that $xyz = 1$. Is there a way to prove this generalization without Muirhead?