I am trying to show that $|a+b|\geq||a|-|b||$.
I considered doing an exhaustive process, that is, $a+b \geq 0$, $a+b \leq 0$, and $a+b=0$, and then for each of those considering $|a|-|b| \geq 0$, $|a|-|b| \leq 0$, and $|a|-|b|=0$ (9 combinations)
After doing the first of these ($a+b \geq 0$, $|a|-|b| \geq 0$), I came to the following: $$a+b \geq |a|-|b|$$ and attempting to show this was true. However, I am unable to show that this is the case.
Additionally, going through such an exhaustive process simply strikes me as wrong or unnecessarily cumbersome. Any suggestions are appreciated.