Alright¸, but my proof is kind of long...
Question: Show that the series \sum_{v=1}^{\infty} \frac{cos(vx)}{v^p}, 0 < p < 1 for x in the interval [A, 2pi - A], where A is any small positive number.Attempt:
I have shown that the series converges "regularly" by showing that the infinite series \sum_{v=1}^{n} cos(vx) \le \frac{1}{|sin(x/2)|}, for all n and all non-zero x, and that the sequence 1/n^p is of bounded variation. And so by the Abel-Dedekind-Dirichlet Theorem our original series converges.
Now to prove uniform convergence. Let f_n(x) be the partial sums of our series. I cannot approximate |f_n(x) - f(x)|, where f(x) is our limit function, because I don't know what the series converges to. So I will have to use Cauchy's test:
A sequence is uniformly convergent if and only if for all positive epsilon |f_n(x) - f_m(x)| < \epsilon for all x in the interval [A, 2pi - A], provided n and m are taken large enough.
Now, |f_n(x) - f_m(x)| = |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+2)x)}{(n+2)^p} + ... + \frac{cos(mx)}{m^p}|.
Some of the terms we are summing are positive, and some of them are negative. This is because of the alternating sign of the cosine term in the numerators. If we were able to make sure that each term in the sum |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+2)x)}{(n+2)^p} + ... + \frac{cos(mx)}{m^p}| was positive, then it would follow that |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+2)x)}{(n+2)^p} + ... + \frac{cos(mx)}{m^p}| < |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+1)x)}{(n+2)^p} + ... + \frac{cos(mx)}{(n+1)^p}| \le \frac{1}{(n+1)^p|sin(x/2)|} (I used the fact that the partial sums of the cosine are bounded). Notice that the expression on the most right hand side of inequality goes to 0 for increasing n, regardless of where x is in the interval [A,2pi – A]. And so the sequence is Cauchy for all x in the interval, and so the series converges uniformly.<br />
<br />
That was assuming the terms we were adding were positive. So if I could show that all the terms in the sum |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+2)x)}{(n+2)^p} + ... + \frac{cos(mx)}{m^p}| could be rewritten so they are positive, then from what I have posted above, it follows the series converges uniformly. So:<br />
<br />
Some terms in our sum are positive and some are negative. Let P_n be a sequence consisting of all the positive terms, and let –Q_n be a sequence consisting of all the negative terms of the sequence. Then |\frac{cos((n+1)x)}{(n+1)^p} + \frac{cos((n+2)x)}{(n+2)^p} + ... + \frac{cos(mx)}{m^p}| = |P_1 + P_2 + ... + P_j - Q_1 - Q_2 - ... - Q_i| = |P_1 + P_2 + ... + P_j – (Q_1 + Q_2 + ...+ Q_i|)| \le | P_1 + P_2 + ... + P_j| + | Q_1 + Q_2 + ...+ Q_i|.<br />
<br />
The rearrangement of the series won’t change the sum because n and m (in the f_n(x) and f_m(x)) are finite numbers, and so there are only a finite amount of terms. Also notice that the Q_n in the very last inequality on the right are positive because we’ve factored out a -1. <br />
From what I posted before, since these terms are now positive, both | P_1 + P_2 + ... + P_j| and | Q_1 + Q_2 + ...+ Q_i| are bounded by \frac{1}{(n+1)^p sin(x/2)} and so \sum_{v=n+1}^{m} \frac{cos(vx)}{v^p} \le \frac{2}{(n+1)^p sin(x/2)}, and since the right hand side goes to 0 regardless of where x is chosen in the interval [A, 2pi – A], it follows the sequence of partial sums are Cauchy for all x in the interval, and thus the series converges uniformly. QEDEDIT: Where ever you see sin(x/2), it’s suppose to be |sin(x/2)|