[guided]The dyadic decomposition is the central device of the proof. Instead of comparing $f$ directly with one polynomial, we compare successive approximants at degrees $1,2,4,8,\dots$. This produces polynomial increments whose sizes decay geometrically.
For each integer $n \geq 0$, $E_n(f)$ denotes the best uniform approximation error
\begin{align*}
E_n(f) := \inf_{p \in \mathcal{P}_n} \|f-p\|_{C([-1,1])},
\end{align*}
where $\mathcal{P}_n$ is the space of real algebraic polynomials on $[-1,1]$ of degree at most $n$. Also, $f \in \operatorname{Lip}(\beta)$ means membership in the [Hölder space](/page/Holder%20Space) of exponent $\beta$: $|f(s)-f(t)| \leq L_\beta |s-t|^\beta$ for all $s,t \in [-1,1]$ and some constant $L_\beta>0$.
For each integer $m \geq 0$, the hypothesis gives
\begin{align*}
E_{2^m}(f) \leq C2^{-m\alpha}.
\end{align*}
Because $E_{2^m}(f)$ is an infimum over $\mathcal{P}_{2^m}$, we may choose $p_m \in \mathcal{P}_{2^m}$ with
\begin{align*}
\|f - p_m\|_{C([-1,1])} \leq 2C2^{-m\alpha}.
\end{align*}
The factor $2$ has no significance; it only avoids discussing whether the infimum is attained.
Now define the dyadic increments. Let $u_0: [-1,1] \to \mathbb{R}$ be $u_0 = p_0$, and for each $m \geq 1$ define the map $u_m: [-1,1] \to \mathbb{R}$ by
\begin{align*}
u_m(t) := p_m(t) - p_{m-1}(t).
\end{align*}
Since $p_m \in \mathcal{P}_{2^m}$ and $p_{m-1} \in \mathcal{P}_{2^{m-1}} \subset \mathcal{P}_{2^m}$, we have $u_m \in \mathcal{P}_{2^m}$.
We next estimate the size of $u_m$. For $m \geq 1$, the triangle inequality gives
\begin{align*}
\|u_m\|_{C([-1,1])} \leq \|p_m - f\|_{C([-1,1])} + \|f - p_{m-1}\|_{C([-1,1])}.
\end{align*}
Using the defining bounds for $p_m$ and $p_{m-1}$, we obtain
\begin{align*}
\|u_m\|_{C([-1,1])} \leq 2C2^{-m\alpha} + 2C2^{-(m-1)\alpha}.
\end{align*}
Since $2^{-(m-1)\alpha} = 2^\alpha 2^{-m\alpha}$, this becomes
\begin{align*}
\|u_m\|_{C([-1,1])} \leq 2C(1+2^\alpha)2^{-m\alpha}.
\end{align*}
Thus, with
\begin{align*}
B := 2C(1+2^\alpha),
\end{align*}
we have
\begin{align*}
\|u_m\|_{C([-1,1])} \leq B2^{-m\alpha}
\end{align*}
for every $m \geq 1$.
Finally, the finite telescoping identity is
\begin{align*}
u_0 + \sum_{m=1}^{M} u_m = p_0 + \sum_{m=1}^{M}(p_m - p_{m-1}) = p_M.
\end{align*}
Since $\|f-p_M\|_{C([-1,1])} \leq 2C2^{-M\alpha} \to 0$, the partial sums converge uniformly to $f$. Therefore
\begin{align*}
f = u_0 + \sum_{m=1}^{\infty} u_m
\end{align*}
uniformly on $[-1,1]$.[/guided]