0

Prove that $||a|-|b||\leq |a-b|$ for all real numbers

I was thinking divide it into $a\geq b$ and $a<b$, but then I realized I need to include situations when they are greater than zero and less than zero, will that too comlicated? Is there a simpler way to show this?

mathmathmath
  • 167
  • 7

1 Answers1

5

With a little trick one has $$|a|= |a-b+b| \leq |a-b| + |b|.$$

Hence $$|a|-|b| \leq |a-b|.$$ With the same trick applied to $|b|$ you find $$|b|-|a| \leq |a-b|.$$ Therefore $$||a|-|b||\leq |a-b|.$$

C. Dubussy
  • 9,120