Let $a$, $b$ and $c$ be positive numbers such that $a+b+c=2$. Prove that: $$2a^ab^bc^c\geq a^2b+b^2c+c^2a$$ I tried convexity, but without success:
We need to prove that $$\ln2+\sum_{cyc}a\ln{a}\geq\ln\sum_{cyc}a^2b$$ and since $f(x)=x\ln{x}$ is a convex function, by Jensen we obtain: $$\ln2+\sum_{cyc}a\ln{a}\geq\ln2+3\cdot\frac{2}{3}\ln\frac{2}{3}=\ln\frac{8}{9}.$$ Thus, we need to prove that $$\frac{8}{9}\geq\sum_{cyc}a^2b$$ or $$(a+b+c)^3\geq9(a^2b+b^2c+c^2a),$$ which is wrong for $c\rightarrow0^+$.
The equality occurs for $a=b=c=\frac{2}{3}$.