Suppose that $a_n > 0$. Then a part of a problem in Rudin asks if $\sum_n a_n = \infty$ implies that $\sum_n \frac{a_n}{1+na_n} = \infty$.
This question is nicely answered here: Convergence/divergence of $\sum\frac{a_n}{1+na_n}$ when $a_n\geq0$ and $\sum a_n$ diverges
But this solution is non-monotonic. My question is if there exists a monotonic sequence that makes this converge. I was trying to bound this below by something, to no avail. I then tried to subtract the summand by some $\frac{c_n}{n}$, where $c_n$ is bounded, but I was not able to get a difference that converged to imply divergence since $\sum_n \frac{c_n}{n} = \infty$. (I was trying $0 < c_n < M$, but I suppose that I should have tried $c_n$ bounded below since I want divergence of our modified harmonic series.) Obviously, such a method is doomed to fail since I am trying to prove that this always converges when obvious tries like $a_n = \frac{1}{n}$ makes our series diverge, so I have to creatively apply some sort of condition to make it converge (like $na_n \to 0$, which also doesn't work because of logs), but that did not work.
So, I was wondering if there was any ideas that anyone had. Thanks. :)