I want to prove, for all $a,b\in\mathbb{R}$, that $a^3<b^3$ if and only if $a<b$.
Assuming $a<b$, I need to prove that $b^3-a^3>0$.
I know that $$ b^3-a^3=(b-a)(a^2+b^2+ab) $$ and that $(b-a)>0$. However, I'm not sure how to conclude that $(a^2+b^2+ab)>0$. It's the $ab$ term causing the problem.
Can anyone provide a hint?