Is it true that:$$\left|\,a-b+c-c\,\right|=\left|\,(c-a)+(c-b)\,\right|,$$ or, alternatively, $$\left|\,a-b+c-c\,\right| = \left|\,(a-c)+(c-b)\, \right|?$$
Why is this the case?
Is it true that:$$\left|\,a-b+c-c\,\right|=\left|\,(c-a)+(c-b)\,\right|,$$ or, alternatively, $$\left|\,a-b+c-c\,\right| = \left|\,(a-c)+(c-b)\, \right|?$$
Why is this the case?
It's false. Example: $a = b = 1; c = 2$> left hand side is |a-b+c-c| = 0; right hand side is $|(2-1) + (2-1)| = |2| = 2$.
The second claim is correct, because $a - b + c - c = (a-c) + (b-c)$ by commutative and distributive properties, and since they are equal, their absolute values are equal as well.