Given $x,y,z$ are positive real numbers and $xyz =1$ , prove that $x^2+y^2+z^2+xy+yz+zx \geq 2(\sqrt{x}+\sqrt{y}+\sqrt{z})$
I tried to prove it by using AM-GM-HM inequality on $x,y,z$ to yield the result $(x+y+z)/3 \ge \sqrt{xyz}\ge 3/(xy+yz+xz)$
By further calculations I got the result
$(x^2+y^2+z^2+2(xz+xy+yz) )\ge 9$ [From AM GM]
And
$(xz+yx+zy)\ge3$ [From GM HM]
Subtracting I got $(x^2+y^2+z^2+xy+yz+xz) \ge 6$
But I cannot understand how to bring the RHS of the equation. Any tips ?