1

I need to either prove the following or find a counterexample. I really hope you can help, I cannot figure it out.

Let $(a_n)$ be a positive sequence. $$\sum_{n=1}^\infty \frac{a_n}{1+a_n}$$ converges, then $$\sum_{n=1}^\infty a_n$$ converges

Did
  • 279,727
Gilles
  • 19

2 Answers2

3

Hint.

When $x$ is positive and $\frac{x}{1+x}$ is sufficiently small, we have $0 < x < 2\frac{x}{1+x} $.

2

Suppose that such series converges. Note then that since $a_n+1> 1$, we must have that $a_n\to 0$. But then the quotient of $a_n$ with $a_n/(1+a_n)$ tends to $1$.

Pedro
  • 122,002