-1

Having the following inequality: $$|x|-|y|\le |x-y|$$ does it imply that $||x|-|y||\le|x-y|$ if it does (i think it does) how to prove it?

kurkowski
  • 639

1 Answers1

0

The triangle inequality is $$|a+b|\le|a|+|b|.$$ Let $a=x-y$ and $b=y$. Then $a+b=x$. Our above inequality becomes $$|x|\le|x-y|+|y|.$$ Now subtract $|y|$ on both sides to arrive at your result.

Cookie
  • 13,532