Question:
Let a sequence ($a_n$) have the property $\lim \limits_{n \to \infty} na_n = a > 0$
Show that the series $\sum_{n=1}^\infty a_n$ diverges
Attempts:
Basically, I firstly tried separating the left-hand side so,
$(\lim \limits_{n \to \infty} n)( \lim \limits_{n \to \infty} a_n) = a $
$ \implies\lim \limits_{n \to \infty} a_n = \frac{a}{\lim \limits_{n \to \infty} n} = 0$
But this implies that the series $\sum_{n=1}^\infty a_n$ has satisfied the vanishing test thus at this point we cannot determine whether it is convergent or divergent.
As for my other informal attempt is that since $\lim \limits_{n \to \infty} na_n = a$, that implies the rate of growth of the sequence ($a_n$) must be identical to the rate of growth of the sequence $b_n = n$. Therefore, the general term of $a_n$ must be in the form of $k\frac{1}{n}$ where $k \in \Bbb R$. Finally, since $\sum_{n=1}^{\infty} \frac{k}{n}$ is the harmonic series, therefore the series diverges. (The harmonic series also satisfies my first attempt equality).
At least to me, my first attempt looks fine but it leads me to nowhere while my second attempt is not rigorous enough. So basically what I am asking is my second attempt sufficient/rigorous enough (because it doesn't seem so) and is there another more easier method to prove that the series diverges?
EDIT
New method:
$\frac{\lim \limits_{n \to \infty} na_n}{n} > \frac{0}{n}$
$\lim \limits_{n \to \infty} \frac{na_n}{n} > 0$
$\lim \limits_{n \to \infty} a_n > 0$
Thus the series $\sum_{n=1}^{\infty} a_n$ fails the vanishing test so it is divergent.
It 'works' but I feel like there is a fundamental flaw in that proof somewhere (moving from line 1 to line 2). Especially since this proof is incorrect in the case $a_n = \frac{k}{n}$
If you were an experienced mathematician, your second attempt would be perfect. If you are not, you should motivate more carefully your conclusion. For instance, you could say that, eventually, $$ a_n \geq \frac{a}{2n}, $$ and therefore $$ \sum_n a_n \geq C +\sum_n \frac{a}{2n}, $$ which diverges.