Why does the tail $a_N+a_{N+1}+a_{N+2}\ldots$ of convergent series $\sum a_n$ tend to $0$ as $N\to\infty$?

If the series $a(n)$ converges to $A$, that means that the sums $\sum_{i=0}^n a(i)$ get very close to $A$ as $n$ gets large. You have $r(n)=\sum_{j=n+1}^\infty a(j)=A-\sum_{i=0}^n a(i)$ and the right side goes to $0$ as $n$ gets large.

To make it more formal, you can use an $\epsilon N$ argument: Given $\epsilon \gt 0$ we need to find $N$ such that there is an $N$ such that $r(n)=\sum_{j=N+1}^\infty a(j) \lt \epsilon$. We are told that there is an $N$ such that $A-\sum_{i=0}^N a(i)\lt \epsilon$ and the same $N$ works.


We know that the series $$\sum_{k=1}^\infty a(k)$$ converges, meaning by definition that its sequence of partial sums $$s(n):=\sum_{k=1}^na(k)$$ converges. Take $\varepsilon>0$, so by convergence of its sequence of partial sums, we have for some $N$ and all $n\geq N$ that $$\left|s(n)-\sum_{k=1}^\infty a(k)\right|<\varepsilon.$$ But $$s(n)-\sum_{k=1}^\infty a(k)=-r(n),$$ so $-r(n)\to 0$, and so $r(n)\to 0$.


So $\lim r(n) = 0$ for a positive sequence $r(n)$ means that for every positive $\epsilon$ we can find an $N$ where $m > N$ implies $r(m) < \epsilon$.

On the other hand, the (strictly increasing) series $a(n)$ converging to, say, $\alpha$ means that for every positive $\delta$, we can find a $M$ where $p > M$ implies that $\alpha - \delta < \sum_{i=1}^p a(i) < \alpha$.

Now rewrite $\alpha$ in terms of the series $a(n)$,

$\sum_{i=1}^\infty a(i) -\delta < \sum_{i=1}^m a(i) < \sum_{i=1}^\infty a(i)$

Subtract off the partial sequence and add $\delta$,

$\sum_{i=m+1}^\infty a(i) < \delta$

Since $\delta$ was arbitrary, and the left hand side positive, we know the limit is zero.