I was just encountered an inequality in AoPs, Here it is:
http://www.artofproblemsolving.com/Forum/viewtopic.php?f=51&t=4569&view=next,
that is:
If $a$, $b$ and $c$ are positive numbers, then we have inequality: $$\dfrac{(a^2+b^2)(b^2+c^2)(c^2+a^2)}{8}\ge\dfrac{(ab+bc+ca)^3}{27}$$
If the above ineq is succeed, it's easy to generalize the variables into real number.
Here I've got an terrible solution:
just expand(I think it is complicated to deal with this ineq using expand and easy to make mistake) and the inequality is equivalent to the following symmetric Ineq.
$$6a^2b^2c^2+27\sum_{sym} a^4b^2\ge4\sum_{sym} a^3b^3+24\sum_{sym} a^3b^2c,$$
then by the A-G Ineq, $$6a^2b^2c^2+\sum\limits_{sym} b^4c^2=\sum\limits_{sym}(a^4b^2+a^2b^2c^2)\ge2\sum\limits_{sym}a^3b^2c, $$ and Muirhead's theorem implies \begin{equation} \sum_{sym}a^4b^2\ge\sum_{sym}a^3b^2c,\quad \sum_{sym}a^4b^2\ge\sum_{sym}a^3b^3. \end{equation} finally the ineq can be proved by three appropriate coeffients multiplied to the previous three ineq and total them up.
Is there a concise proof without complicated calculating?(also it swept the buffalo way away). this is what I interested.