- Let $f$ be a $2\pi$-periodic function which satisfies a Lipschitz condition with constant $K$ that is,
$$|f(x)-f(y)| \le K|x-y|,\ for\ all\ x,y.$$
This is simply the Holder condition with $\alpha =1$: $$|f(x+h)-f(x)| \le C|h|^{\alpha},\ C>0, 0<\alpha \le 1$$ so by the previous exercise, we see that $\hat f(n)=O(1/|n|).$ Since the harmonic series $\sum 1/n$ diverges, we cannot say anything(yet) about the absolute convergence of the Fourier series of $f.$ The outline below actually proves that the Fourier series of $f$ converges absolutely and uniformly.
(a) For every positive $h$ we define $g_{h}(x)=f(x+h)-f(x-h).$ Prove that $$\frac{1}{2\pi}\int_{0}^{2\pi}|g_{h}(x)|^{2}dx=\sum_{n=-\infty}^{\infty}4|sin(nh)|^{2}|\hat f(n)|^{2},$$
and show that
$$\sum _{n=-\infty}^{\infty}|sin(nh)|^{2}|\hat f(n)|^{2} \le K^{2}h^{2}.$$ (b) Let $p$ be a positive integer. By choosing $h=\pi /2^{p+1},$ show that $$\sum_{2^{p-1}<|n|\le 2^{p}}|\hat f(n)|^{2} \le \frac{K^{2}\pi^{2}}{2^{2p+1}}.$$ (c) Estimate $\sum_{2^{p-1}<|n|\le 2^p}|\hat f(n)|,$ and conclude that the Fourier series of $f$ converges absolutely, hence uniformly. [Hint: Use the Cauchy-Schwarz inequaity to estimate the sum.]
I solved (a) and (b) and proved the convergence of by the following process: $$\sum_{2^{p-1}<|n|\le 2^p}|\hat f(n)| \le \sum_{2^{p-1}<|n| \le 2^p}|\hat f(n)|^{2}$$ $$\sum_{n=-\infty}^{\infty}|\hat f(n)| \le \sum_{p=1}^{\infty}\frac{k^{2}\pi^{2}}{2^{2p+1}}=\frac{k^{2}\pi^{2}}{6}$$ but I don't know how to use the Cauchy-Schwarz inequality to estimate the sum.