Technically homework(a midterm) but its over and I'm itching to know the solution. I know how to show it for $\alpha>1/2$ (the Fourier series will converge absolutely), but apparently its true for any $\alpha$; the question guided me as follows:
- Show that if a equicontinuous sequence of functions ($f_n$) converges pointwise to $f$, then $f_n$ converges uniformly to $f$.
- Show for $f∈ C^\alpha([0,1]/{\sim})$ that $S_nf → f$ pointwise.
- Show that the sequence $(S_nf)$ is equicontinuous and conclude.
1 and 2 posed no problems to me but I could not do 3. Any help? In addition, I would not mind other ways to prove the result.
Suppose that $|f(x)|\le C$ and $|f(x)-f(y)|\le C|x-y|^\alpha$.
Express the Difference Using the Dirichlet Kernel
Using the Dirichlet Kernel, we get $$ \begin{align} |S_nf(x)-f(x)| &=\left|\,\int_{-1/2}^{1/2}\frac{\sin((2n+1)\pi y)}{\sin(\pi y)}[f(x-y)-f(x)]\,\mathrm{d}y\,\right|\\ &=\left|\,\sum_{k=-n}^n\int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}\frac{\sin((2n+1)\pi y)}{\sin(\pi y)}[f(x-y)-f(x)]\,\mathrm{d}y\,\right|\tag{1} \end{align} $$
Estimate each Integral Using the smoothness of $\boldsymbol{f}$
Since $\left|\,\frac{\sin((2n+1)\pi y)}{\sin(\pi y)}\,\right|\le\frac{2n+1}{\big|2|k|-1\big|}$ and each interval is $\frac1{2n+1}$ wide, we can bound $$ \begin{align} \left|\,\int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}\frac{\sin((2n+1)\pi y)}{\sin(\pi y)}[f(x-y)-f(x)]\,\mathrm{d}y\,\right| &\le\frac{C}{\big|2|k|-1\big|}\left(\frac{2|k|+1}{4n+2}\right)^\alpha\tag{2} \end{align} $$
Estimate each Integral Using Cancellation from $\boldsymbol{\sin((2n+1)\pi x)}$
For $|y|\le\frac12$, we have $|2y|\le|\sin(\pi y)|\le|\pi y|$, and because $$ \int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}\sin((2n+1)\pi y)\,\mathrm{d}y=0\tag{3} $$ and $$ \int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}|\sin((2n+1)\pi y)|\,\mathrm{d}y=\frac2{(2n+1)\pi}\tag{4} $$ if we let $m_k$ be the middle of the range of $\frac{f(x-y)-f(x)}{\sin(\pi y)}$ on $\left[\frac{2k-1}{4n+2},\frac{2k+1}{4n+2}\right]$, for $k\ne0$, we can bound $$ \begin{align} &\left|\,\int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}\sin((2n+1)\pi y)\frac{f(x-y)-f(x)}{\sin(\pi y)}\,\mathrm{d}y\,\right|\\ &=\left|\,\int_{\frac{2k-1}{4n+2}}^{\frac{2k+1}{4n+2}}\sin((2n+1)\pi y)\left[\frac{f(x-y)-f(x)}{\sin(\pi y)}-m_k\right]\,\mathrm{d}y\,\right|\\ &\le\frac1{(2n+1)\pi}\frac{\overbrace{\pi\frac{2|k|+1}{4n+2}}^{\sin(\pi y)}\overbrace{C(2n+1)^{-\alpha}\vphantom{\frac{|}2}}^{\Delta (f(x-y)-f(x))}+\overbrace{2C\vphantom{()^1}}^{f(x-y)-f(x)}\overbrace{\pi(2n+1)^{-1}}^{\Delta\sin(\pi y)}}{\underbrace{\frac{4k^2-1}{(2n+1)^2}}_{\sin^2(\pi y)}}\\ &=\frac{C(2n+1)^{-\alpha}}{4|k|-2}+\frac{2C}{4k^2-1}\tag{5} \end{align} $$
Use each Estimate in its Proper Place
If we use estimate $(2)$ for $k\le m=n^{\frac{\alpha}{\alpha+1}}$ and estimate $(5)$ for $k\gt m$, then we get $$ \begin{align} \sum_{|k|\le m}\frac{C}{\big|2|k|-1\big|}\left(\frac{2|k|+1}{4n+2}\right)^\alpha &\le\frac{C}{(4n+2)^\alpha}\left[1+6\sum_{k=1}^m(2k+1)^{\alpha-1}\right]\\ &\le\frac{C}{(4n+2)^\alpha}\frac3\alpha(2m+1)^\alpha\\ &\sim\frac{3C}{\alpha2^\alpha}n^{-\frac\alpha{\alpha+1}}\tag{6} \end{align} $$ and $$ \begin{align} \sum_{m\lt|k|\le n}\frac{C(2n+1)^{-\alpha}}{4|k|-2} &\le\frac{C}{2^{\alpha+1}}\frac{H_n}{n^\alpha}\\ &\sim\frac{C}{2^{\alpha+1}}\frac{\log(n)}{n^\alpha}\\ &=o\left(n^{-\frac{\alpha}{\alpha+1}}\right)\tag{7} \end{align} $$ and $$ \begin{align} \sum_{m\lt|k|\le n}\frac{2C}{4k^2-1} &\le C\sum_{k=m}^\infty\frac1{k^2-1}\\ &=\frac{C}{2}\sum_{k=m}^\infty\left(\frac1{k-1}-\frac1{k+1}\right)\\ &=\frac{C}{2}\left(\frac1{m-1}+\frac1m\right)\\ &\sim Cn^{-\frac{\alpha}{\alpha+1}}\tag{8} \end{align} $$
Put Everything Together
Therefore, we have uniform convergence: $$ |S_nf(x)-f(x)|\le\left(1+\frac3{\alpha2^\alpha}\right)Cn^{-\frac{\alpha}{\alpha+1}}\tag{9} $$