Show that $$a\le|a|$$
Case 1: If $a\ge0$ then by definition $a = |a|$, thus $a\le|a|.$
Case 2: If $a<0$ then by definition $- a = |a|$, thus $-a\le|a|$ and $a\lt0\lt-a\le|a|.$
In both cases $a\le|a|$ thus concluding the proof.
Is this a valid answer?
It is almost valid. In your second case, you state "Since $ a < 0$, $-a = a$" which is wrong. If $-a = a$, then $a = 0$. You could just say that if $a < 0$, as $0 \leq |a|$, then $a < |a|$.