Let's define:
$$M[a, b, c]=\sum_{cyc}x^a y^b z^c $$
I need to prove that for all positive and real $x$, $y$ and $z$:
$$M[6, 3, 0] + M[3, 3, 3] \ge M[5, 2, 2] + M[4, 4, 1]$$
From Muirhead's inequality it's obvious that $M[6,3,0]$ is the biggest. But $M[3,3,3]$ is the smallest cyclic sum. So it looks like that it's not possible prove the inequality by using Muirhead alone.
Schur's inequality also did not help me much: $M[a+2b,0,0] + M[a,b,b] \ge 2M[a+b,b,0]$
Is there any general method how to approach problems like this one?