I'm trying to prove $|x|-|y| \le |x+y|$. I read a solution that said it follows from $|x-y| \le |x|-|y|$ that $|x|=|y-(y-x)| \le |y|+|y-x|$ so $|x|-|y| \le |x-y|$. That last step seems like a bit of a jump to me. Am I missing something?
2026-03-27 20:31:33.1774643493
On
On
Prove $|x|-|y| \le |x+y|$
133 Views Asked by user137044 https://math.techqa.club/user/user137044/detail At
3
There are 3 best solutions below
4
On
You have $$|x| \le |y| + |x - y|,$$ so $$|x| - |y| \le |x - y|.$$ Now reverse the roles of $x$ and $y$ to obtain your conclusion.
0
On
Just for variety, here's a different approach: the right side is nonnegative, so if the left side is negative, the claim is true. If both sides are nonnegative, then the claim is equivalent to the inequality resulting from squaring both sides: $$x^2-\left|x\right|\left|y\right|+y^2\leq x^2+y^2$$ which is trivially true.
By the triangular inequality, $|a \pm b| \le |a| + |b|$. So: $$ |x|-|y|= |x+y-y|-|y|\le |x+y|+|-y|-|y|=|x+y|. $$