If a series converges, then the sequence of terms converges to $0$.

Proof If the series converges to the number $L$, this means that the sequence of partial sums converges to $L$, that is, $$ \lim_{n \to \infty} \sum_{k=1}^n a_k = L. $$

But,

$$ \lim_{n \to \infty} \sum_{k=1}^n a_k = \lim_{n \to \infty}\left( a_n + \sum_{k=1}^{n-1} a_k \right) = \lim_{n \to \infty}a_n + \lim_{n \to \infty} \sum_{k=1}^{n-1} a_k, $$ however, as $n \rightarrow \infty$, the partial sum $$ \sum_{k=1}^{n-1} a_k $$ also converges to $L$. Therefore, the second equation can be rewritten as $$ L = \lim_{n \to \infty} a_n + L \implies \lim_{n \to \infty}a_n = 0 $$ $\square$


That the series converges means that the sequence of partial sums

$$s_n=\sum_{k=1}^n a_k$$

converges. It follows that $(s_n)_n$ is a Cauchy sequence.

Now let $\varepsilon>0$. Since $(s_n)$ is a Cauchy sequence, there is an $N$ such that $\lvert s_n-s_m\rvert<\varepsilon$ for all $m,n\ge N$. In particular $$\lvert a_n\rvert=\lvert s_n-s_{n-1}\rvert<\varepsilon\qquad\text{for all $n> N$.}$$