Are these two definitions equivalent, even though the first one has an extra term:
If we consider the series $\sum_{n=1}^{\infty}x_{n}$ and the formal definition of a Cauchy property defined in terms of the values $x_{n}$ as being:
- For arbitrary $\epsilon > 0$ there exists a positive integer $N$ such that if $m > n > N$ we have $$|x_{n}+x_{n+1}+...+x_{m}| < \epsilon$$
is this equivalent to
- For arbitrary $\epsilon > 0$ there exists a positive integer $N$ such that if $m > n > N$ we have $$|s_{n}-s_{m}| < \epsilon$$ where $|s_{n}-s_{m}| = |\sum_{k=m+1}^{n}x_{k}|$ are partial sums.
Are these equivalent and which one is the standard definition for the cauchy property of series in terms of $x_{n}$?
Hint: Try to see if you can deduce one definition from the other, that is, assuming that a sequence satisfies one definition, prove that it satisfies the other one.
Here is another example:
We say that $a_n \to \infty$ if for all $S$ there exists $N$ such that for all $n \geq N$, $a_n > S$.
We say that $a_n \to \infty$ if for all $S$ there exists $N$ such that for all $n > N$, $a_n > S$.