Wondering if it's generally true that:
$$||a|+| b||=|a|+|b|$$
If I assumme the contrary, that is $||a|+| b|| = m$, $|a|+|b|=k$, and $k \neq m$,
then $|a|+| b| = m$ or $|a|+| b| = -m$. But since $k \neq m$, this is a contradiction. So it has to be the case that they're equal.
Does this reasoning make sense ?
For any real number $x,$ the absolute value or modulus of $x$ is defined as $$|x| = \left\{ \begin{array}{rl} x, & \text{if } x \geq 0 \\ -x, & \text{if } x < 0 \end{array}\right.$$ Letting $x=|a|+|b|$ we see that since $|a|,|b|\ge 0$ $$|x| = ||a|+|b||=x=|a|+|b|$$ because both $|a|\ge 0$ and $|b|\ge 0$.