I always understood the triangle inequality to be the following:
If you have 2 sides of a triangle, say 4 and 6, the third side had to be between 2 and 10.
However, I see the triangle inequality written in this form:
$|a+b| \leq |a|+ |b| $
How do you prove it?
I know that:
$-|a| \leq a \leq |a|$
and
$-|b| \leq b \leq |b|$
and adding you get:
$-(|a| + |b|) \leq a + b \leq |a| + |b|$
Now what?
I am learning this because I want to learn the Sum Law proof:
$\lim_{x \to a} [f(x) + g(x)] = L + M$
The first step is showing that
$|f(x) + g(x) - (L + M)| \leq |f(x) - L| + |g(x) - M|$ using epsilon delta
$$-(|a| + |b|) \leq a + b \leq |a| + |b|$$ implies $$|a+b|\le |a|+|b|$$