The Cauchy Criterion for a series can be defined:
Theorem: A series $\sum_{k=1}^{\infty}a_k$ converges iff for all $\epsilon>0$ there is an $N\in \mathbb{N}$ so that for all $n\ge m \gt N$ we have $|\sum_{k=m+1}^{n} a_k|< \epsilon$.
My question is why does the sum start at m+1 and not at m, shouldn't the difference between the mth and nth term include the mth term?
$S_n=\sum_{k=1}^{n}a_k$ , $S_m=\sum_{k=1}^{m}a_k$ . So the difference is $\sum_{k=m+1}^{n}a_k$.