For $x,y,z\ge 0$ prove:$$8(x^3+y^3+z^3)^2\ge 9(x^2+yz)(y^2+xz)(z^2+xy)$$My attempt:
we shall prove that:$$8x^6+8y^6+8z^6+16x^3y^3+16x^3z^3+16y^3z^3\ge\\18x^2y^2z^2+9x^3y^3+9x^3z^3+9y^3z^3+9x^4yz+9y^4xz+9z^4xy$$here after I'm stuck. Can we keep on this idea or should try another one?
Thanks in advance!
The inequality is equivalant to \begin{eqnarray*} 8(x^6+y^6+z^6)+7(x^3y^3+y^3z^3+z^3x^3)-9(xyz^4+yzx^4+zxy^4)-18x^2y^2z^2 \geq 0 \end{eqnarray*} This is the same as \begin{eqnarray*} 8(x^2(x^2-yz)^2+y^2(y^2-zx)^2+z^2(z^2-xy)^2)+7(xy(xy-z^2)^2+yz(yz-x^2)^2+zx(zx-y^2)^2) \geq 0 \end{eqnarray*} which is clearly true.
Edit: