Given three positive real numbers $x, y, z$ so that $x+ y+ z= 3$, prove that: $$x^{2}y+ y^{2}z+ z^{2}x\leq 4$$ I homogenized the inequality, so I set $x+ y+ z= 3$ to simplify the expression.
Now I'm stuck. I noticed an interesting equality case:
At $\left ( x, y, z \right )= \left ( 2, 1, 0 \right )$, equality holds. However, when $x= y= z= 1$, the expression evaluates to only $3$, so equality does not occur there.
To me, this suggested some kind of weighted AM-GM might apply, but I couldn't get it to work.
Thanks in advance for any help!