- (a) Prove that for all real numbers $a$ and $b$, $$|a| \le b \text{ iff } -b \le a \le b.$$
(b) Prove that for any real number $x$, $$-|x| \le x \le |x|.$$ (Hint: Use part (a).)
(c) Prove that for all real numbers $x$ and $y$, $$|x+y| \le |x| + |y|.$$ (This is called the triangle inequality. One way to prove this is to combine parts (a) and (b), but you can also do it by considering a number of cases.)
I am trying to prove part 12c using parts (a) and (b). I am already well aware that I can look up a proof for the triangle inequality by cases, but I would like to know how to solve it in the context of 12a and 12b. Any help would be appreciated!
Applying part $(b)$ we have that $$\begin{array}{l} -|x| \le x \le |x|\\ -|y| \le y \le |y|. \end{array}$$
Adding the $2$ inequalities we take: $$-(|x|+|y|) \le x+y \le |x|+|y|.$$ Try to apply part $(a)$ to the above inequality and see if you can get the triangle inequality.