I'm looking for a proof to the following theorem:
For any $x,y\in R$: $x<y \Rightarrow x^3<y^3$
I'm trying this approach:
Let $z = x^3 - y^3 = (x-y)(x^2+xy+y^2) = z_1 z_2$
where $z_1 = x-y$ and $z_2 = x^2+xy+y^2$, so I must show that $z<0$. I know that $x<y \iff x-y<0$ so I just have to show that $z_2>0$ for any $x,y \in R$
I find it easy to prove that $z_2 > 0$ in the cases when $0<x<y$ and when $x<y<0$, but I can't prove it when $x<0<y$.
Here's my draft:
$x<y \iff x^2>xy$ $(1)$
$y<x \iff y^2>xy$ $(2)$
$(1)+(2)$ makes $x^2+y^2>2xy \iff x^2+xy+y^2>3xy < 0$
Any hints?
Thank you in advance!