Why if $a<b$ and $-a<b$ we can say that $|a|<b$?

84 Views Asked by At

Why if $a<b$ and $-a<b$, then we can say that $|a|<b$?

Maybe this is trivial by I don't know how to proof it.

4

There are 4 best solutions below

1
On BEST ANSWER

If $a \geq 0$, then $|a| = a$; so $a < b$ implies $|a| < b$.

If $a < 0$, then $|a| = -a$; so $-a < b$ implies $|a| < b$.

0
On

We have either $|a|=a$ or $|a|=-a$, hence what you wrote holds

3
On

Suppose not, and show it contradicts your hypotheses.

Note that $|a|$ is either $a$ or $-a$.

In the first case, you would have $a\geq b$, contrary to the hypothesis $a<b$.

In the second case, you would have $-a\geq b$, contrary to the hypothesis that $-a<b$.

In either case, the supposition that the result is false leads to a contradiction of the hypotheses. Therefore, the hypotheses imply that the result is true, quod erat demonstrandum.

0
On

One option:

Note that $|a| = \max(a, -a)$. Hence if $a < b$ and $-a < b$, then

$$\max(a, -a) < b$$

That is

$$|a| < b$$