Real Analysis Absolute values

33 Views Asked by At

Someone please help me with detailed explanation on how to solve this problem.

For all $a, b \in \Bbb R$, show that; $$ | a - b | \geq | a | - | b | $$

1

There are 1 best solutions below

0
On

Using the triangle inequality:

$$|a|=|a-b+b|\leq |a-b|+|b|$$

Thus $|a|-|b|\leq |a-b|$.

Similarly you can prove that $|b|-|a|\leq |a-b|$

So we have $\left||a|-|b|\right|\leq |a-b|$ which is the reverse triangle inequality.