2/(x+y) + 2/(y+z) + 2/(z+x) >= 9/(x+y+z)
I am using the following vectors:
(x+y y+z z+x) and (1 1 1)
I obtain something resembling the aforementioned inequality, but maybe my choice of vectors is totally wrong. Let me know if I should post a picture of my work!
Thank you.
Hint: You already have a simple way, but if you must use Cauchy-Schwarz for vectors, consider for e.g. $A=[\frac1{\sqrt{x+y}}, \frac1{\sqrt{y+z}}, \frac1{\sqrt{z+x}}]$ and $B = [\sqrt{x+y}, \sqrt{y+z}, \sqrt{z+x}]$.
Now use CS: $(A\cdot B)^2 \leqslant ||A||^2||B||^2$