While solving one inequality, I arrived at a much simpler, but still nontrivial inequality $$(a+b+c)^5\geq27(ab+bc+ca)(ab^2+bc^2+ca^2)$$ where $a,b,c$ are positive real numbers.
It apparently holds, but I can't seem to find a proof. The problem is it's not symmetric and applying inequalities $(a+b+c)^2\geq3(ab+bc+ca)$ or $a^3+b^3+c^3\geq ab^2+bc^2+ca^2$ won't work.
Any ideas?
We see $(ab+bc+ca)(ab^2 + bc^2 + ca^2) = abc(ab + bc + ca)(b/c + c/a + a/b).$ The function $x \mapsto x^{-1}$ is convex on $(0,\infty)$ and so Jensen implies $(a+b+c)^2 \leq (ab+bc+ca)(b/c+c/a+a/b).$ On the other hand, AM-GM tells us that $abc \leq (a+b+c)^3/27.$ Both these inequalities seem to be sharp. So either the inequality you posed is very sharp and a simple approach like this isn't going to work or the ineq. isn't ok.
– Raghav Mar 12 '14 at 17:16