Original question: Prove that for any $x,y \in \Bbb R,$ we have $$||x|- |y||\leq |x-y|.$$ I am confused about how to prove this. Could I simply use an example with real numbers $x$ and $y$, or do I have to prove it formally since it says for any $x$ and $y$? I have no idea how to prove this without a specific example!
2026-03-31 07:57:46.1774943866
Prove that for any $x,y \in \Bbb R$, we have $||x|-|y||\leq |x-y|$.
99 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Particular examples never prove anything - they only serve as counter examples for false assertions. Use the triangular inequality twice. Use that $$|x| = |x-y+y| \leq |x-y|+|y|,$$so that $|x|-|y| \leq |x-y|$. Repeat this reasoning to conclude that $|y|-|x| \leq |x-y|$.
But what does $-(|x|-|y|)\leq |x-y|$ and $|x|-|y|\leq |x-y|$ imply?