Consider $\left(b_k\right)^{\infty }_{k=0}$ a sequence of integer numbers, and $a_{n\:=\:}\sum _{k=0}^n\:\frac{1}{k^2}\left(-1\right)^{b_k}$.
Using Cauchy theorem, How can i prove that this sequence converges?
So far i said:
Let $\epsilon >0$. we need to find an N such that for any $n,m > N$ , $\left|a_m-a_n\right|<\epsilon $.
So i want to evaluate $\left|a_m-a_n\right|$:
$\left|a_m-a_n\right|$ = $\left|\sum \:_{k=n+1}^m\:\frac{1}{k^2}\left(-1\right)^{b_k}\:\:\right|$ but from here i stuck, because we don't know what is $b_k$. tnx!
Expanding on André Nicolas's comment, which I upvoted since it should have been an answer,
$$\sum_{n+1}^m \frac{1}{k^2} \le \sum_{n+1}^m \frac{1}{k(k-1)} = \sum_{n+1}^m \left(\frac{1}{k-1}-\frac{1}{k}\right) = \frac1{n}-\frac1{m} < \frac1{n} $$ so the sum is Cauchy since this upper bound goes to zero as $n$ and $m$ go to infinity.
Of course, nothing in this answer is original by me.