I'm trying to prove the following inequality $\forall x, -|x| \leq x \leq |x|$.
Let us try to proceed by reasoning by cases:
Case 1: $x \geq 0$
When $x \geq 0$, we know that $-x \leq x$. Also, $x \leq x$. Combining them, we get $-x \leq x \leq x$. Since $x \geq 0$, it can be re-written as $-|x| \leq x \leq |x|$
Case 2: $x < 0$
This is the case where I'm stuck. I know here that $-x > x$. How to proceed from here to prove $-|x| \leq x\leq |x|$.
If $x < 0$, then $-x = |x|$, or equivalently, $x = -|x|$. Putting these together with $x < -x$, we get $$-|x| = x < -x = |x|$$ which immediately implies case 2.