I have been trying to solve the following problem: Given $f(n): \mathbb{N} \rightarrow (0,\infty)$. If $\sum_{n=1}^\infty \frac{1}{f_n}$ diverges, does $\sum_{n=1}^\infty \frac{1}{1+f_n}$ also diverge?
I suspect that this is true, but I can't find a way of proofing this formally. The problem is that we don't know any other characteristics about $f_n$ other than that it is a positive function.
It might be the case that this is not true, but it would be nice in that case to see an example.
Thanks for your time
Suppose $\sum \frac{1}{1+f_{n}} < \infty$
Then $\lim_{n \to \infty} \frac{1}{1+f_{n}} = 0$
So $\lim_{n \to \infty} 1 + f_{n} = \infty$, thus $\lim_{n \to \infty} f_{n} = \infty$
Then there's exist $N \in \mathbb{N}$ such that $f_{n} > 1$ for all $n>N$
Then $\infty > \sum_{n = N+1}^{\infty} \frac{1}{1 + f_{n}} \geq \sum_{n = N+1}^{\infty} \frac{1}{f_{n} + f_{n}} = \frac{1}{2} \sum_{n = N+1}^{\infty}\frac{1}{f_{n}} = \infty$
That is a contradiction.
Then diverges too.