Cauchy Criterion for series sum

271 Views Asked by At

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?

2

There are 2 best solutions below

2
On

$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$.

0
On

Let $n\geq m>N$ an consider the partials sums $S_n$ and $S_m$ so, by Cauchy criterion we have $$ |S_n-S_m|=|\sum_{k=m+1}^na_k| $$