Suppose $(a_n)$ is convergent, say $a_n \to L$. Then $a_{n+1} \to L$ as well.
Here is my confusion:
IS $a_{n+1}$ meant to be the $(n+1)st$ term of the sequence? or is it the subsequence $(a_2,a_3,a_4,....)$??
Reason of the question: In my book, the proof that if $\sum a_n $ converges , then $lim a_n = 0$ goes as follows:
Let $(s_n)$ be sequence of partial sums. Since $\sum a_n$ converges, then $s_n \to L$. Notice $s_{n+1} - s_n = a_n $ and
$$ \lim a_n = \lim (s_{n+1} - s_n) = s - s = 0$$
so in here they are asuming $s_{n+1} \to L$ as well, but why?