Good day, solving this problem did not cause any problems, however, I don’t understand where the monotonicity of the sequence is required
If the terms of a sequence $a_n$ are monotonic, and if $\sum_1^{\infty}a_n$ converges, show that. $\sum_{n=1}^{\infty}n(a_n-a_{n+1})$converges.
Solution:
1.$\sum_{n=1}^{\infty}n(a_n-a_{n+1})=\sum_{k=1}^{\infty}\sum_{i=k}^{\infty}(a_i-a_{i+1})$
2.$\sum_{i=k}^{n}(a_i-a_{i+1})=a_k-a_{n+1}$- telescoping series
3.$\sum_{i=k}^{\infty}(a_i-a_{i+1})=a_k$ ,then $\sum_{n=1}^{\infty}n(a_n-a_{n+1})=\sum_{n=1}^{\infty}a_n$-converges.
It seems to me that the error is in point 2