I'm not familiar with proofs and I dunno if I am doing them right. Here's one from Spivak's Calculus: 14. (a) Prove that |a| = |-a| (The trick is not to become confused by too many cases.) So I did: $$ |x| = \left\{\begin{aligned} &x &&: x \ge 0\\ &-x &&: x < 0 \end{aligned} \right.$$
Case 1: $a \ge 0$
Then $|a| = a$ by definition.
Impliying |a| = |a|
Case 2: $a < 0$
Then $|a| = -a$ by definition.
Implying $|a| = |-a|$
Thus $|a| = |-a|$ if $x \in \mathbb{R}$.