Let $\{a_n\}_{n\in\mathbb{N}}\subset\mathbb{R}$ be a nonnegative decreasing sequence satisfying $\lim_{n\to\infty}na_n=0$. Then, is it true that $\sum_{n=1}^\infty a_n<\infty$?
I think the answer is yes from my intuition since $a_n$ decreases faster than $1/n$ as $n\to\infty$, i.e. $$\exists \alpha>0\ s.t.\ a_n\sim O(1/n^{1+\alpha}),$$ and we know that $\sum_{n=1}^\infty 1/n^s$ converges if $s>1$. Actually this is the converse of this problem.
How can I prove this? Thank you in advance.