I want to prove that if $\sum_{n=1}^{\infty}a_n$ converges, with $a_n >0$ for all $n$, then $\sum_{n=1}^{\infty} \frac{a_n}{n}$ converges.
My book gives a proof where shows that $S_k=\sum_{n=1}^{k} \frac{a_n}{n}$ is monotonically increasing and bounded, so converges by the completeness axiom.
However can I prove it by the comparison test?
I know that $\forall n\in\mathbb{N}$ $$0\leq \frac{a_n}{n} \leq a_n$$ and also, I know that $\sum_{n=1}^{\infty}a_n$ converges, so by the comparison tests, also $\sum_{n=1}^{\infty} \frac{a_n}{n}$ converges.
Is this acceptable?