Let $a_n$ be q bounded sequence such that $$a_n-a_{n+1}\leq \frac{1}{2^n}$$ Let b_n be a sequence such that $$b_n=a_n-\frac{1}{2^{n-1}}$$
- Prove that $a_n$ converges.
- Prove that $b_n$ converges.
I think it's quite clear that if I prove (1), (2) will be immediate, from limit arithmetic.
I think I should solve this with Cauchy Sequences, I'm just not sure how.
The conclusion in Problem 1 is correct as stated; proof below. (I can't understand why it is coupled with problem 2, which is pretty trivial.)
Since $a_n$ is bounded, $\limsup a_n$ is a finite number $L.$ Claim: $\lim a_n = L.$
Proof: Let $\epsilon>0.$ Properties of the $\limsup$ imply that there exist infinitely many $N$ such that
$$\tag 1|a_N-L|<\epsilon/2\,\, \text { and } a_n < L+\epsilon,n\ge N.$$
By taking one of these $N$ large enough we will also have $\sum_{N}^{\infty} \frac{1}{2^n} < \epsilon/2.$ So now fix such an $N.$ Then we have
$$a_{N+1}\ge a_N - 1/2^N,$$
and $$a_{N+2}\ge a_{N+1} - 1/2^{N+1} \ge a_N - (1/2^N+1/2^{N+1}),$$
and so on. The general situation is then
$$a_{N+k} \ge a_N - \sum_{n=N}^{N+k-1}\frac{1}{2^n} > a_N - \epsilon/2> L-\epsilon.$$
Thus $a_n > L-\epsilon$ for $n\ge N.$ The claim follows from this and the inequality on the right of $(1).$