I think this question has to do with field axioms so was wondering if you can claim that $$|a - b| - |a| - |b| \ge 0$$ and go from there.
Asked
Active
Viewed 170 times
0
-
Try using the triangle inequality. – Joseph Calland Jul 19 '14 at 00:50
-
See math notation guide. – Jul 19 '14 at 01:15
4 Answers
5
By the triangle inequality we have
$$|a|=|(a-b)+b|\le |a-b|+|b|$$ so $$|a|-|b|\le |a-b|$$
1
One can use the triangle inequality of course, but I think it is more instructive to instead use the fact that, given fixed magnitudes for $a,b$, the quantity $|a - b|$ is maximized when $a,b$ have opposite signs and minimized when they have the same sign. You can then work through all the cases.

Christopher A. Wong
- 22,445
- 3
- 51
- 82
0
It follows from the triangle inequality if I'm not wrong:
$|a-b| = |a + (-b)| \geq |a| + |-b| \geq |a| - |b|$

user134489
- 471
-
5
-
-
Yes, of course. $|a-b| = |a+(-b)| \leq |a| + |-b| \leq |a| - |b|$
EDIT: I dont know what I'm talking about.
– user134489 Jul 19 '14 at 22:22
0
Note that $ |a| = |(a-b)+b| \le |a-b| + |b| $, and therefore one have that $|a|-|b|\le|a-b|$.

Mohammad Khosravi
- 2,333
-
perfect,thank you, i really need learn how to write with symbols. – Victor Rafael Jul 19 '14 at 01:05
-