Equality holds in triangle inequality iff both numbers are positive, both are negative or one is zero

22.8k Views Asked by At

How do we show that equality holds in the triangle inequality $|a+b|=|a|+|b|$ iff both numbers are positive, both are negative or one is zero? I already showed that equality holds when one of the three conditions happens.

3

There are 3 best solutions below

4
On BEST ANSWER

If $a$ and $b$ are positive, then $|a+b|=a+b=|a|+|b|$. If they are negative, then $|a+b|=-a-b=|a|+|b|$. Suppose one of them is $0$. Without loss of generality suppose $a=0$. Then $|a+b|=|b|=|a|+|b|$.

If none of the three situations occurs, then between $a$ and $b$ one is positive and one negative. Without loss of generality, suppose $a$ is positive. Suppose $|a+b|=|a|+|b|$. If $a+b\geq 0$, then $a+b=a-b$ so that $b=0$, a contradiction. If $a+b<0$, then $-a-b=a-b$ so that $a=0$, a contradiction.

0
On

If we have $$|a + b| = |a| + |b|$$

Then we have two cases. First $$a + b = |a| + |b| \implies a-|a| =|b|-b$$ Both sides in the above are either simultaneously zero (in which $a = |a|$ and $b = |b|$) or simultaneously not zero, in which ($a \neq |a|$ and $b \neq |b|$). The first case is simultaneously positive and the second implies $|a| = |b| = 0$.

Similarly for the other case $$ -a - b = |a| + |b| \implies -|a|-a = b+|b|$$ in which the same analysis applies.

0
On

If we have $|a+b | = | a | + | b|$, squaring both sides we obtain $$|a+b|^2 = (|a| + |b|)^2$$

$$\iff a^2+2ab+b^2 = |a|^2 + 2|a||b| +|b|^2 = a^2 + 2|a||b| + b^2.$$

Finally, $$ab = |a||b| \ge 0 .$$

So that, $|a+b| = |a| + |b|$ iff $ab \ge 0$.