As the title says, given a series $b_n > 0$, where $\sum_{n=1}^\infty b_n$ is divergent:
Show that the series $$\sum_{n=1}^\infty \frac{b_n}{1+b_n}$$ is also divergent.
So I've defined the series as $\sum_{n=1}^\infty u_n v_n$ where $u_n = b_n$ and $v_n = \frac {1}{1+b_n}$.
I'm sure there was some sort of convergence test which stipulated that for a product of two series, if one diverges the entire thing does, however I might be mistaken. If so, how do I properly prove this?