I am studying this pdf file. in the file they say:
$2.1.1$ Errors in sum and difference. Let us consider the exact
numbers $X_1, X_2, . . . , X_n$ and their corresponding approximate
number be respectively $x_1, x_2, . . . , x_n$. Assumed that $\Delta > x_1, \Delta x_2, . . . , \Delta x_n$ be the absolute errors in $x_1, > x_2, . . . , x_n$. Therefore, $X_i = x_i ± \Delta x_i$ , $i = 1, 2, . > . . , n$. Let $X = X_1 + X_2 + · · · + X_n$ and $x = x_1 + x_2 > + · · · + x_n$. The total absolute error is: $|X − x| = |(X_1 − x_1) + (X_2 − x_2) + · · · + (X_n − x_n)| ≤ |X_1 − x_1| + |X_2 − > x_2| + · · · + |X_n − x_n|$ This shows that the total absolute error in the sum is $∆x = ∆x_1 + ∆x_2 + · · · + \Delta x_n$.
I don't understand how they conclude $∆x = ∆x_1 + ∆x_2 + · · · + \Delta x_n$. I mean the inequality $|(X_1 − x_1) + (X_2 − x_2) + · · · + (X_n − x_n)|≤ |X_1 − x_1| + |X_2 − x_2| + · · · + |X_n − x_n|$, shows $∆x \le ∆x_1 + ∆x_2 + · · · + \Delta x_n$. but why they put equal sign between those exression?