How to prove triangle inequality in How to Prove It Sec. 3.5 Question 12c?

190 Views Asked by At
  1. (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!

1

There are 1 best solutions below

4
On BEST ANSWER

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.

By part $(a)$ we have $$\lvert x+y \rvert \le \big| \lvert x\rvert + \lvert y\rvert \big|.$$ However, $ \big| \lvert x\rvert + \lvert y\rvert \big|= \lvert x \rvert + \lvert y\rvert ,$ due to $\lvert x \rvert + \lvert y\rvert \ge 0.$