Let $S_n = a_1 + \ldots + a_n$ where $a_n > 0$ for all $n$. I'm trying to prove that $\sum_{n=1}^\infty a_n$ converges if and only if $\sum_{n=1}^\infty \frac{a_n}{S_n}$ converges using a comparison test.
I succeeded for the if part: If $\sum_{n=1}^\infty a_n = \lim_{n \to \infty}S_n = S$ then $S> 0$ and $S_n > S/2$ for all $n > n_0$ and $a_n/S_n < (2/S)a_n$. By comparison test it holds that $\sum_{n=1}^\infty \frac{a_n}{S_n}$ converges.
For the only if part I am having problems. Assuming $\sum_{n=1}^\infty \frac{a_n}{S_n}$ converges I don't know that $a_n < a_n/S_n$ because there is no restriction that $S_n > 1$. The limit comparison test fails because I don't know that $a_n/(a_n/S_n) = S_n$ converges yet either. Any help is appreciated.