Show that if $a_n$ is a convergent series of non-negative reals such that {$a_n$} is decreasing for all n, then the sequence $na_n$ converges to 0.
My attempt:
If series $a_n$ converges, then root test would imply that $\lim_{n\to\infty}a_n^{\frac{1}{n}}\leq1$.
Case 1:$\lim_{n\to\infty}a_n^{\frac{1}{n}}<1$
Applying root test on sequence $b_n=na_n$ would imply that $\lim_{n\to\infty}({na_n})^{\frac{1}{n}}<1$. Hence series $b_n$ converges. Therefore, $\lim_{n\to\infty}{na_n}=0$.
Case 2:$\lim_{n\to\infty}{a_n}^{\frac{1}{n}}=1$
I need help to proceed with this case.
Any help is appreciated.