Let $(x_n)$ a decreasing sequence and $\sum x_n\to s$. Then $(n\cdot x_n)\to 0$
Check my proof please, Im not completely sure about it correctness.
If $\sum_{k=h}^\infty x_k= s$ then we can rewrite the sum for starting index $1$ with the change $k-h=j$, then
$$\left(\sum_{j=1}^n x_j\right)-n\cdot x_n=\sum_{j=1}^n (x_j-x_n)$$
Then taking limits
$$\color{red}{\lim_{n\to\infty}\left[\left(\sum_{j=1}^n x_j\right)-n\cdot x_n\right]}=\lim_{n\to\infty}\sum_{j=1}^n (x_j-x_n)=\sum_{j=1}^\infty (x_j-0)=\color{red}{\lim_{n\to\infty}\sum_{j=1}^n x_j}=s$$
where I used the fact that $(x_n)\to 0$. Thus equating the colored expressions this implies that $\lim_{n\to\infty} nx_n=0$.
The proof, to my eyes, seems correct but I dont needed in any moment to use the fact that $(x_n)$ is a monotonic sequence so it is possible that I make a mistake somewhere or that the proof is incorrect.
My second attempt
Because $\sum x_k$ converges and is positive (cause $(x_n)\downarrow 0$) we can write
$$\sum_{k=n+1}^{2n+m}x_k=\left|\sum_{k=n+1}^{2n+m}x_k\right|<\epsilon/2,\quad \forall n,m\ge N$$
Then, cause $(x_n)$ is decreasing
$$(n+m)x_{2n+m}\le\sum_{k=n+1}^{2n+m}x_k<\epsilon/2\\\implies (2n+m)x_{2n+m}\le2(n+m)x_{2n+m}<\epsilon,\quad\forall n,m\ge N$$
Because $m$ is arbitrary setting $M=2N>N$ we can finally write
$$nx_n<\epsilon,\quad\forall n\ge M$$
It is this proof correct? Thank you.