I'm reading the book "How to prove it" and this is one of the exercises. I'm trying to prove this statement and I was wondering if this counts as a proof.
Suppose a and b are real numbers. Prove that if $a < b < 0$ then $a^2 > b^2$
To start off we have:
$$(a < b < 0) \rightarrow (a^2 > b^2)\tag 1$$
We look at the contrapositive of this statement:
$$\lnot (a^2 > b^2) \rightarrow \lnot (a < b < 0)\tag 2$$
We look at the left side and write it as:
$$b^2 \leq a^2\tag 3$$
$$\frac{b^2}{a} \leq a\tag 4$$
The only way this can be true is if:
$$b^2 \leq a = b \leq \frac{a}{b}\tag 5$$
Which means
$$a \geq b\tag 6$$
Which means $b \not\gt a$
Therefore $$\lnot (a^2 > b^2) \rightarrow \lnot (a < b < 0)\tag 7$$ is true and we can conclude that
$$(a < b < 0) \rightarrow (a^2 > b^2)\tag 8$$
Does this count as a correct proof? If not can you point out my mistakes and how I possibly could have solved it? Thanks in advance.
Hm, I would just say that if $a < b < 0$, then we know that $|a| > |b|$, and thus $a^2 = (-|a|)^2 = |a|^2 > |b|^2 = (-|b|)^2 = b^2$ where the inequality stems from the monotonicity of the square function.