Which of the following doesnot ensure the convergence of real sequence ${a_n}$
A. |$a_n - a_{n+1}|$ goes to zero as n goes to infinity
B .$\sum\limits_{n=1}^\infty$ |$a_n - a_{n+1}|$ is convergent
C. $\sum\limits_{n=1}^\infty$ $na_n$ is convergent
Which of the following doesnot ensure the convergence of real sequence ${a_n}$
A. |$a_n - a_{n+1}|$ goes to zero as n goes to infinity
B .$\sum\limits_{n=1}^\infty$ |$a_n - a_{n+1}|$ is convergent
C. $\sum\limits_{n=1}^\infty$ $na_n$ is convergent
In order to show that a condition does not ensure the convergence of a sequence, we must show there exists a sequence which fulfills the condition, but is not convergent.
The sequence of harmonic numbers satisfies condition A:
$$H_n = \sum_{k=1}^{n}\frac 1 k\\ \left|H_n-H_{n+1}\right| = \left|-\frac 1 {n+1}\right| = \frac 1 {n+1}\to0$$
But it is not convergent (shown here or on wikipedia).
So condition A does not ensure convergence.