Show that if $a,b \in \mathbb{R}^n$, then $$|\|a\| - \|b\|| \leqslant \|a+b\|$$
We have that $$||a|| = ||a+b-b||\leqslant||a+b||+||-b|| = ||a+b||+||b||$$
and that $$||b|| = ||b+a-a||\leqslant||b+a||+||-a|| = ||b+a||+||a||$$
however I don't see how I can continue from here. If i take $||a||-||b||$ I get that $$||a||-||b|| = ||a+b||+||b|| -(||b+a||+||a||) = ||b||-||a||$$
which doesn't help at all. What shold I do here?
$$\|a\| \le \|a + b \| + \|b\|$$
Hence $\|a\|-\|b\| \le \|a+b\|$.
Similarly we have $\|b\|-\|a\| \le \|a+b\|$
Hence $\max(\|a\|-\|b\|, \|b\|-\|a\|) \le \|a+b\|$
That is $|\|a\|-\|b\||\le \|a+b\|$