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?
Apply the triangle inequality $|x|+|y|\geq |x+y|$ three times: \begin{align*} |a-1|+|a-2|&=|a-1|+|2-a|\geq 1\\ |a-2|+|a-3|&=|a-2|+|3-a|\geq 1\\ |a-3|+|a-1|&=|3-a|+|a-1|\geq 2. \end{align*} Summing these and dividing by $2$ gives the desired result.