I am trying to prove the inequality 3*(a^3+b^3+c^3) > (a+b+c)*(a^2+b^2+c^2)
where a,b,c are positive and unequal.
RHS = a^3+b^3+c^3+ab*(a+b)+bc*(b+c)+ac*(a+c)
so the inequality reduces to proving
2*( a^3+b^3+c^3) > ab*(a+b)+bc*(b+c)+ac*(a+c)
This is where I got stuck , how to prove this ? , please help.