1

I'm not very sure how to proceed on this question. I tried breaking the $|a-b|$ into a piecewise function and showing that each of the functions of $|a-b|$ are greater than the right side but I cant figure it out. Any help would be appreciated.

fiends
  • 53

1 Answers1

1

If you know the triangle inequality

$$|x+y|\le |x|+|y|\tag1$$

then you can simply let $x=a-b$ and $y=b$. Then from $(1)$ we see that

$$|a-b+b|=|a|\le |a-b|+|b|\tag2$$

Rearranging $(2)$ yields

$$|a-b|\ge |a|-|b|$$

and we are done!

Mark Viola
  • 179,405