While reading my text, I came across an inequality that I couldn't convince myself of...
For real numbers a,b: \left|a+b|<= |a|+|b|. Is this something proven? Or is it an axiom or something?
Dodo
Sep16-08, 06:35 PM
Here,
http://en.wikipedia.org/wiki/Triangle_inequality
PowerIso
Sep16-08, 10:17 PM
It's a pretty important inequality. I highly suggest you convince yourself of its truth :D
gunch
Sep17-08, 05:18 AM
To convince yourself of its truth consider what the effect of the signs of a and b have on the inequality.
Case 1( a and b are positive):
|a+b| = a + b = |a|+|b|
Case 2 (a is positive and b is non-positive):
Let b = -y then a and y are positive. If a-y is positive:
|a+b|=|a-y| = a-y \leq a \leq |a| + |b|
If a-y is non-positive, then y-a is positive and:
|a+b|=|a-y| = y-a \leq y = |b| \leq |a| + |b|
Case 3 (a and b are negative):
Let a = -x, b = -y:
|a+b| = |-(x+y)| = x+y = |a|+|b|