1

Hello i'm trying to prove the following: if $\{a_n\}$s positive for all $n $ then: $\sum_{n=1}^{\infty} \frac{a_n}{a_n+1}$ iff $\sum_{n=1}^{\infty}a_n$converges.

The reverse part is pretty trivial, i'm stuck at the straight part. I know that i need to prove that $a_n \to 0$, so that the comparison test will work out. I'm trying to do that with couchy but i fail. Can anybody give me a hint? Thanks(i don't know how to write with special symbols).

1 Answers1

3

Since $\displaystyle \sum_n \frac{a_n}{a_n+1}$ converges, the sequence $\displaystyle \frac{a_n}{a_n+1}$ converges to $0$, hence $a_n$ converges to $0$ (have a look at the function $x\mapsto \frac x{x+1}$).

In particular, $a_n$ is bounded by some $M\geq 0$. Hence $\frac{a_n}{a_n+1}\geq \frac{1}{1+M} a_n$.

Comparison test yields convergence of $\sum_n \frac{1}{1+M} a_n$, that is to say convergence of $\sum a_n$.

Gabriel Romon
  • 35,428
  • 5
  • 65
  • 157