Prove: $|x|-|y|\leq |x-y|$

654 Views Asked by At

Can you help me proving this equality? $$|x|-|y|\leq |x-y|$$

I think that it's possible to give a too short proof if the things are written correctly.

2

There are 2 best solutions below

0
On

Hint: $$|x|=|(x-y)+y|$$ Now apply the triangle inequality.

PS: by symmetry you conclude that on the left hand side, you can even put an absolute value around the difference.

0
On

$$|x|-|y|\leq |x-y| \Leftrightarrow |x|\le|y|+ |x-y|$$ Use $|a|+|b|\ge|a+b|$ $$|y|+ |x-y|\ge |y+ x-y|=|x|$$