Let $ a_n $ be a non-negative sequence, such that $ \sum_{n=1}^{\infty}\sqrt{a_{n}} $ converge. Is it true that $ \sum_{n=1}^{\infty}a_{n} $ converge?
I think that it is. But I want to make sure because it appeared in my final exam. Here is my reasoning:
Since $ \sum_{n=1}^{\infty}\sqrt{a_{n}} $ converges, $ \sqrt{a_{n}}\underset{n\to\infty}{\to}0 $ and thus $ a_{n}\underset{n\to\infty}{\to}0 $. So there exists some $ n_0 $ such that, for all $ n>n_0$, it follows that $ 0\leq a_{n}<\frac{1}{2} $. Thus, for each $ n>n_0 $ we have
$$ a_{n}<\sqrt{a_{n}} .$$
So, from the comparison test, we get the convergence of
$$ \sum_{n=1}^{\infty}a_{n}. $$
Do you agree?