Triangle inequality proof by cases

434 Views Asked by At

In Introduction to Analysis by Trench, there is a proof by cases for the triangle inequality, stated as follows:

$(a),\ if\ a\geq 0, and\ b\geq 0,\ then\ a+b \geq0\ , So\ |a+b| = a+b= |a|+|b|$ $(b),\ if\ a\leq 0, and\ b\leq 0,\ then\ a+b \leq0\ , So\ |a+b| = -a+(-b)= |a|+|b|$ $(c),\ if\ a\leq 0, and\ b\geq 0,\ then\ a+b = -|a|+|b| , So\ |a+b| = |-|a|+|b||\leq |a|+|b|$ $(d),\ if\ a\geq 0, and\ b\leq 0,\ then\ a+b = |a|-|b| , So\ |a+b| = ||a|-|b||\leq |a|+|b|$

What I wanted to understand is the last two statements (c) and (d). I tried to sketch it as follows so it makes sense if that's true: $||a|-|b||=||b|-|a||\leq ||b|+|a||=|b|+|a|$

Is it the way it is done to show the (c) and (d) are true?

2

There are 2 best solutions below

0
On BEST ANSWER

You can also obtain the triangle inequality by using $\forall a\;(a\leq |a|)$ and $\forall a \;(|$-$a|=|a|)$ and $\forall a\;(|a|\in \{a,\;$-$a\},$ as follows:

(i). $a+b\leq |a|+b\leq |a|+|b|.$

(ii). -$(a+b)=($-$a)+($-$b)\leq |$-$a|+($-$b)\leq |$-$a|+|$-$b|=|a|+|b|.$

(iii). Now $|a+b|\in \{a+b,\;$-$(a+b)\}$ while $a+b$ and -$(a+b)$ are each $\leq |a|+|b|.$

5
On

Yes, that is ok, although the author is getting directly the desired result using that $a = -|a|$ for $a \leq 0$ and $-|a| \leq |a|$ for all $a$.