$||x|-|y|| \leq |x-y|$ when $(x,y \in R^k)$
In Principles of MA(Rudin), the author said one sees easily that
$||x|-|y|| \leq |x-y|$ when $(x,y \in R^k)$ (p.88, Rudin)
from the triangle inequality. But I'm not sure how to use the triangle inequality to show this. Can you help me show this?
Using the triangle inequality, you obtain:
$$|x - y| \geq |x| - |y|$$
and
$$|y - x| \geq |y| - |x|.$$
Since $|x-y| = |y-x|$, you have that
$$-|x-y| \leq |x| - |y| \leq |x-y|$$
which gives the result.