[step:Combine and optimise $\delta = 1/\sqrt{n}$ to obtain the $\frac{3}{2}\,\omega_f(1/\sqrt{n})$ bound]So far we have, for every $\delta > 0$,
\begin{align*}
|f(x) - B_n(f; x)| \leq \omega_f(\delta) + \frac{M}{2n\delta^2}.
\end{align*}
We now use the standard subadditivity property of the modulus of continuity: for any $\lambda \geq 1$,
\begin{align*}
\omega_f(\lambda \delta) \leq (\lfloor \lambda \rfloor + 1) \, \omega_f(\delta) \leq (\lambda + 1) \, \omega_f(\delta).
\end{align*}
This follows by covering an interval of length $\lambda \delta$ with at most $\lfloor \lambda \rfloor + 1$ subintervals of length $\delta$ and applying the triangle inequality.
In the bound $|f(x) - f(k/n)| \leq 2M$ used for $I_2$, we can sharpen this by observing that $2M = 2\omega_f(1) \leq 2(1/\delta + 1)\,\omega_f(\delta)$ when $\delta \leq 1$ (applying subadditivity with $\lambda = 1/\delta$). Returning to the full sum without splitting:
\begin{align*}
\left|f(x) - f\!\left(\frac{k}{n}\right)\right| &\leq \omega_f\!\left(\left|\frac{k}{n} - x\right|\right) \leq \left(1 + \frac{|k/n - x|}{\delta}\right) \omega_f(\delta),
\end{align*}
where the second inequality uses $\omega_f(s) \leq (1 + s/\delta)\,\omega_f(\delta)$ for $s \geq 0$ (a consequence of subadditivity applied with $\lambda = s/\delta$ when $s \geq \delta$, and the monotonicity $\omega_f(s) \leq \omega_f(\delta)$ when $s \leq \delta$). Summing over $k$ with weights $b_{n,k}(x)$:
\begin{align*}
|f(x) - B_n(f;x)| &\leq \omega_f(\delta) \sum_{k=0}^{n} \left(1 + \frac{|k/n - x|}{\delta}\right) b_{n,k}(x) \\
&= \omega_f(\delta) \left(1 + \frac{1}{\delta} \sum_{k=0}^{n} \left|\frac{k}{n} - x\right| b_{n,k}(x)\right).
\end{align*}
By the Cauchy--Schwarz inequality applied to the sum $\sum_k |k/n - x| \, b_{n,k}(x)$ (viewing it as an inner product of $|k/n - x| \sqrt{b_{n,k}(x)}$ and $\sqrt{b_{n,k}(x)}$):
\begin{align*}
\sum_{k=0}^{n} \left|\frac{k}{n} - x\right| b_{n,k}(x) &\leq \left(\sum_{k=0}^{n} \left(\frac{k}{n} - x\right)^2 b_{n,k}(x)\right)^{1/2} \left(\sum_{k=0}^{n} b_{n,k}(x)\right)^{1/2} \\
&= \left(\frac{x(1-x)}{n}\right)^{1/2} \leq \frac{1}{2\sqrt{n}},
\end{align*}
where we used the variance identity from the [Bernstein Polynomial Identities](/theorems/1214) and $x(1-x) \leq 1/4$. Substituting,
\begin{align*}
|f(x) - B_n(f;x)| \leq \omega_f(\delta) \left(1 + \frac{1}{2\delta\sqrt{n}}\right).
\end{align*}
Setting $\delta = 1/\sqrt{n}$:
\begin{align*}
|f(x) - B_n(f;x)| \leq \omega_f\!\left(\frac{1}{\sqrt{n}}\right) \left(1 + \frac{1}{2}\right) = \frac{3}{2}\,\omega_f\!\left(\frac{1}{\sqrt{n}}\right).
\end{align*}
Since this holds for every $x \in [0,1]$, we have $\|f - B_n(f;\cdot)\|_\infty \leq \frac{3}{2}\,\omega_f(1/\sqrt{n})$.[/step]