How can we prove that $|a| + |b| + |c| \leq |a - |b - c|| + |b - |c - a|| + |c - |a - b||$ where $a, b, c \in \mathbb{R}$ and $a + b + c = 0$
At first, I thought I should use applied triangle inequality
$$|x_1 + x_2 + ... + x_n| \leq \sum_{i = 1}^{n} |x_i|$$
But in fact, the sign is different, so I think I should prove by other theorems. Can somebody please help me with this?
Since $a+b+c=0$ then we can assume, by relabeling the variables, either $c\le 0\le a\le b$ or $b\le a\le0\le c$.
Assume $c\le0\le a\le b$.
Then the inequality to be proved reduces to $$a+b+|c|\le(b+|c|-a)+(b+|c|+a)+(b+|c|-a)$$ $$2a+2b\le 2a+6b$$
Can you work out the other possibility in the same way?