Suppose $a$ and $b$ are real numbers. Prove that if $a < b < 0$ then $a^2 > b^2$.
My attempt:
We know that if $x > y$, then $-x < -y$.
We also know that if $x > y\ge 0$, then $x^2 > y^2$.
Now consider our example:
Given that $a < b < 0$
$$\tag1 a<b$$
$$\tag2 -a > -b$$
$$\tag3(-a)^2 > (-b)^2$$
$$\tag4 a^2 > b^2$$
Is it correct? Any suggestions for improvement would be welcome.