Suppose $x,y,z$ are real numbers. Prove that $yz+zx+xy\leq (y+z-x)^2+(z+x-y)^2+(x+y-z)^2$.
May I ask how to use Cauchy-Schwarz Inequality to obtain $|yz+zx+xy|\leq x^2+y^2+z^2$ ? I only know $x^2+y^2+z^2\geq yz+zx+xy $. How to deal with the absolute sign?
To finish the proof, I think I need to check whether $++$ is negative or not because $(y+z-x)^2+(z+x-y)^2+(x+y-z)^2$ must be positive. Am I right? But how to check that? Or are there any easier ways to solve the problem(also with the use of Cauchy-Schwarz Inequality) ? Thank you.