Context. I saw a problem on facebook.It's
Let positive real numbers $x,y,z$ such that $x+y+z=x^2+y^2+z^2$. Prove that$$\sqrt{\frac{xy}{z}}+\sqrt{\frac{yz}{x}}+\sqrt{\frac{zx}{y}}+6\sqrt{xyz}\ge \sqrt{3x^3+6xyz}+\sqrt{3y^3+6xyz}+\sqrt{3z^3+6xyz}.$$ Source: Phan Ngoc Chau.
Here is my attempt.
Since equality occurs at $x=y=z=1,$ I used AM-GM $2\sqrt{3x^3+6xyz}=2\sqrt{3x(x^2+2yz)}\le 3x+x^2+2yz.$
Similarly, we need to prove $$\sqrt{\frac{xy}{z}}+\sqrt{\frac{yz}{x}}+\sqrt{\frac{zx}{y}}+6\sqrt{xyz}\ge\frac{(x+y+z)^2+3(x+y+z)}{2}.$$ Or$$\frac{xy+yz+zx+6xyz}{\sqrt{xyz}}\ge\frac{(x+y+z)^2+3(x+y+z)}{2}.$$ Let $a+b+c=p; ab+bc+ca=q; abc=r.$ By the hypothesis $p^2=2q+p\implies q=\dfrac{p^2-p}{2}$ and we'll prove $$\frac{p^2-p+12r}{\sqrt{r}}\ge p^2+3p.$$I was stuck here.
Can you help me? Thank you.
Update.
As Calvin Lin point out, my approach is not correct. Hope there is a better idea.
The C-S below doesn't help.$$\sqrt{\frac{xy}{z}}+\sqrt{\frac{yz}{x}}+\sqrt{\frac{zx}{y}}+6\sqrt{xyz}\ge \sqrt{3}\cdot\sqrt{3(x^3+y^3+z^3)+18xyz}.$$
We need to prove that: $$\frac{\sum\limits_{cyc}x^2y^2\sum\limits_{cyc}x^4}{xyz\sum\limits_{cyc}x^2}+6xyz\geq\sqrt3\sum_{cyc}\sqrt{x^2(x^4+2y^2z^2)}$$ Now, by C-S $$\sum_{cyc}\sqrt{x^2(x^4+2y^2z^2)}\leq\sqrt{(x+y+z)\sum_{cyc}(x^5+2xy^2z^2)}$$ and it's enough to prove that: $$\frac{\sum\limits_{cyc}x^2y^2\sum\limits_{cyc}x^4}{xyz\sum\limits_{cyc}x^2}+6xyz\geq\sqrt{3(x+y+z)\sum_{cyc}(x^5+2xy^2z^2)}$$ and the rest is smooth.
Indeed, let $x=\min\{x,y,z\}$, $x=a$, $y=a+u$, $z=a+v$ and $u=tv$.
Thus, BW gives: https://www.wolframalpha.com/input?i=%28%28x%5E2y%5E2%2Bx%5E2z%5E2%2By%5E2z%5E2%29%28x%5E4%2By%5E4%2Bz%5E4%29%2B6x%5E2y%5E2z%5E2%28x%5E2%2By%5E2%2Bz%5E2%29%29%5E2-3x%5E2y%5E2z%5E2%28x%5E2%2By%5E2%2Bz%5E2%29%5E2%28x%2By%2Bz%29%28x%5E5%2By%5E5%2Bz%5E5%2B2xyz%28xy%2Bxz%2Byz%29%29%2Cx%3Da%2Cy%3Da%2Bu%2Cz%3Da%2Bv
Thus, since $$54(u^2-uv+v^2)=27(2u^2-2uv+2v^2)\geq27(u^2+v^2),$$ it's enough to prove that: $$27t^{10}+144t^9+175t^8+82t^7-54t^6-86t^5-28t^4+14t^3+16t^2+16t+1\geq0$$ and $$162t^9+586t^8+815t^7+613t^6+12005t^5-275t^4-175t^3-31t^2+15t+9\geq0$$ and since both last inequalities are true, we are done.
$uvw$ does not help here. At least, I don't see, how we can use $uvw$.