When trying to prove the inequality
$$ |a +b| \leq |a| + |b| \text{, for any real numbers a and b} $$ I manage to use the absolute value definition to get to following inequality:
$$ -\big(|a|+|b|\big) \leq a + b \leq |a| + |b| $$
However, the text book leaps foward and states that:
$$ \Big\{-\big(|a|+|b|\big) \leq a + b \leq |a| + |b|\Big\} \leftrightarrow \Big\{ |a + b| \leq |a| + |b|\Big\} $$
How did it jump to that conclusion?