Let $u_n$ be a positive and decreasing sequence of real numbers such that $\sum u_n$ converges. Show that $\lim_{n\to \infty}nu_n= 0$.
My Attempt: Since $\sum u_n$ is convergent we know that the sequence $S_n=\sum_{i=1}^nu_i $ is convergent and in particular given $\epsilon/2>0$ there exists $n\geq m\geq N$ such that $$|u_{m+1}+u_{m+2}+...+u_n|<\epsilon/2.$$ Since $\{u_n\}$ is decreasing we have that $$(n-m)u_n<|u_{m+1}+u_{m+2}+...+u_n|<\epsilon/2.$$ For $m=N$ we have that $$(n-N)u_n<\epsilon/2.$$Now we know that $u_n\to 0$ and so for $n\geq N'$ $$u_n<\epsilon/2N.$$ Thus for $n\geq \max\{N,N'\}$ we have that $$nu_n<\epsilon/2+Nu_N<\epsilon.$$ This shows that $nu_n\to 0.$
Is this argument correct? I am asking this because the solution in the book is quite different from mine.
I think you need to explain that last part better. How you get from
to
$$nu_n\to 0$$
is unclear.