I need to prove the following sentence for $a\in\mathbb{R}$:
$$ |a-1|+|a-2|+|a-3| \ge 2$$
Breaking the equation into cases it does work, i.e. for $a\le 1$:
$$-a+1-a+2-a+3\ge 2$$ $$-3a \ge -4$$ $$a \le 4/3$$ Which is always true since $a \le 1$, but writing all the cases like that doesn't really seem like a sufficient proof, or a very smart way of doing it. Is there a better way to prove it?