[Math] Lipschitz Continuity and Hölder Continuity helps Fourier series to converge

fourier series

Let $f$ satisfies
$$|f(x+u) – f(x)|\leq L|u|^{\alpha}$$

for some constants $L$ and $\alpha$. If $\alpha = 1$ then $f$ is called Lipschitz continuous, and if
$0 < \alpha < 1$ then $f$ is Hölder continuous. Show that if $f$ is $2\pi$-periodic and Lipschitz or Hölder continuous, then its Fourier series converges to $f(x)$ for each $x$.

Best Answer

Let $$ D_N(t)=\frac{1}{2\,\pi}\,\frac{\sin(N+1/2)t}{\sin(t/2)} $$ be the Dirichlet kernel, and let $$ S_N(f;x)=\sum_{k=-N}^N\hat f(k)e^{ikx}=\int_{-\pi}^{\pi}D_N(t)f(x-t)\,dt $$ be the $N$-th partial sum of the Fourier series of $f$. Then, for all $x\in[-\pi,\pi]$ $$ S_N(f,x)-f(x)=\int_{-\pi}^{\pi}D_N(t)(f(x-t)-f(x))\,dt=\int_{-\pi}^{\pi}\sin\frac{(2\,N+1)t}{2}h(t)\,dt $$ where $$ h(t)=\frac{f(x-t)-f(x)}{\sin(t/2)}\;. $$ Since $f$ is Hölder continuous of order $\alpha$, it follows that $|h(t)|\le Ct^{-1+\alpha}$ for some constant $C>0$. In particular, $h$ is integrable on $[-\pi,\pi]$. The proof is finished applying the Riemann-Lebesgue lemma.

It should be noted that your problem is a particular case of Dini's convergence criterion.

Related Question