Exercise 1.2.6

(a)
Verify the triangle inequality in the special case where a and b have the same sign.
(b)
Find an efficient proof for all the cases at once by first demonstrating ( a + b ) 2 ( | a | + | b | ) 2
(c)
Prove | a b | | a c | + | c d | + | d b | for all a , b , c , and d .
(d)
Prove a | | b | | | a b | . (The unremarkable identity a = a b + b may be useful.)

Answers

(a)
We have equality | a + b | = | a | + | b | meaning | a + b | | a | + | b | also holds.
(b)
( a + b ) 2 ( | a | + | b | ) 2 reduces to 2 ab 2 | a | | b | which is true as the left side can be negative but the right side can’t. and since squaring preserves inequality this implies | a + b | | a | + | b | .
(c)
I would like to do this using the triangle inequality, I notice that ( a c ) + ( c d ) + ( d b ) = a b . Meaning I can use the triangle inequality for multiple terms | a b | = | ( a c ) + ( c d ) + ( d b ) | | a c | + | c d | + | d b |

The general triangle inequality is proved by repeated application of the two variable inequality

| ( a + b ) + c | | a + b | + | c | | a | + | b | + | c |

(d)
Since | | a | | b | | = | | b | | a | | we can assume | a | > | b | without loss of generality. Then | | a | | b | | = | a | | b | = | ( a b ) + b | | b | | a b | + | b | | b | = | a b |

User profile picture
2022-01-27 00:00
Comments