Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Is the following inequality(that looks like the triangle inequality) valid:

$|a - b| \leq |a| - |b|$

Why?

share|improve this question

3 Answers

up vote 4 down vote accepted

It's sometimes called the reverse triangle inequality. The proper form is $$\left| a - b \right| \ge \big||a| - |b|\big|$$ For the proof, consider $$|a| = |a - b + b| \le |a - b| + |b|$$ $$|b| = |b - a + a| \le |a - b| + |a|$$ so that we have $$-|a-b|\le|a|-|b| \le |a - b|$$

share|improve this answer
Let $s_n$ be a sequence. Is this valid then: $|s_n - s| < 1 \iff ||s_n| - |s|| < 1 \iff |s_n| < |s| + 1$? – CodeKingPlusPlus Oct 15 '12 at 4:08
That is indeed valid. You don't even need the reverse triangle inequality. $$|s_n| = |s_n - s + s| \le |s_n -s | + |s| < |s| + 1$$ – EuYu Oct 15 '12 at 4:10

No. For example, $|(-2)-3|=5>|-2|-|3|=-1.$

I think you're thinking of $||a|-|b||\le |a- b|.$

share|improve this answer

The length of any side of a triangle is greater than the absolute difference of the lengths of the other two sides:

$$||a|-|b||\leq |a-b|$$

Here is a proof:

$$|a+(b-a)|\leq |a|+|b-a|$$

and,

(1) $$|a-b|\geq |a|-|b|$$

Interchanging $a$ and $b$, we get also

(2) $$|a-b|\geq |b|-|a|$$

Combining (1) and (2) we get our desired result.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.