[guided]The purpose of the truncation is to separate the part of each $X_i$ whose magnitude is at most $L$ from the part whose magnitude is larger than $L$. For each $i \in \{1,\dots,n\}$, define the map $Y_i:\Omega \to \mathbb{R}$ by
\begin{align*}
Y_i(\omega)=X_i(\omega)\,\mathbb{1}_{\{|X_i|>L\}}(\omega).
\end{align*}
This is the large-value tail of $X_i$. The two events $\{|X_i|\leq L\}$ and $\{|X_i|>L\}$ partition $\Omega$, so their indicators satisfy
\begin{align*}
\mathbb{1}_{\{|X_i|\leq L\}}(\omega)+\mathbb{1}_{\{|X_i|>L\}}(\omega)=1
\end{align*}
for every $\omega \in \Omega$. Multiplying by $X_i(\omega)$ gives
\begin{align*}
X_i(\omega)
=
X_i(\omega)\,\mathbb{1}_{\{|X_i|\leq L\}}(\omega)
+
X_i(\omega)\,\mathbb{1}_{\{|X_i|>L\}}(\omega)
=
X_{i,L}(\omega)+Y_i(\omega).
\end{align*}
Now define $S,A,B,C:\Omega \to \mathbb{R}$ as follows. Let
\begin{align*}
S(\omega)=\sum_{i=1}^n X_i(\omega).
\end{align*}
Let
\begin{align*}
A(\omega)=\sum_{i=1}^n X_{i,L}(\omega).
\end{align*}
Let
\begin{align*}
B(\omega)=\sum_{i=1}^n Y_i(\omega).
\end{align*}
Let
\begin{align*}
C(\omega)=\sum_{i=1}^n |X_i(\omega)|\,\mathbb{1}_{\{|X_i|>L\}}(\omega).
\end{align*}
Here $S$ is the original sum, $A$ is the truncated sum, $B$ is the signed tail sum, and $C$ is the non-negative tail magnitude. Summing the identity $X_i=X_{i,L}+Y_i$ over $i$ gives the pointwise decomposition
\begin{align*}
S(\omega)=A(\omega)+B(\omega)
\end{align*}
for every $\omega \in \Omega$.
The theorem estimates the signed tail sum by the easier non-negative quantity $C$. For every $\omega \in \Omega$, applying the finite triangle inequality to the [real numbers](/page/Real%20Numbers) $Y_1(\omega),\dots,Y_n(\omega)$ gives
\begin{align*}
|B(\omega)|
=
\left|\sum_{i=1}^n X_i(\omega)\,\mathbb{1}_{\{|X_i|>L\}}(\omega)\right|
\leq
\sum_{i=1}^n |X_i(\omega)|\,\mathbb{1}_{\{|X_i|>L\}}(\omega)
=
C(\omega).
\end{align*}
This pointwise bound is the reason the final probability involves $C$ rather than $|B|$.[/guided]