pantin;
I'm not sure to which 'graph' you mean - equation?
The first one I presented was this:
The sequence \{a_n\} converges to a if, given any \varepsilon > 0, there is an integer N such that
<br />
|a_n - a| < \varepsilon \quad \text{ for } n > N<br />
What does this mean? An incredibly non-mathematical, but rather intuitive, description of a sequence converging to a number is that eventually (meaning when n is 'large enough'), all the terms of the sequence will be 'very close' to that number.
What is the varepsilon in the above formula? It answers the question "how close to the proposed limit do we want the terms?"
What is the purpose of the N in the formula? It tells us how many terms into the sequence we need to move in order to find terms close to a.
Regarding the notion for a Cauchy sequence: again, intuitively, a sequence is a Cauchy sequence if eventually its terms are all "very close to each other".
The notation
<br />
|a_n - a_m |<br />
is simply the distance between two arbitrary terms of the sequence. Mathematically, a sequence is a Cauchy sequence if, given any \varepsilon > 0
we can find an integer N such that
<br />
|a_n - a_m| < \varepsilon \quad \text{for any choices of } n, m \text{ both } \ge N<br />
A final comment - another post has popped up.
You wondered why
<br />
|a_n-a_{n+1}| < \varepsilon<br />
for any choice of n
is different from
<br />
|a_n - a_m | < \varepsilon<br />
for any choice of n, m. Two reasons.
- You statement means that you know any two consecutive terms are close to each other
[*]The other notation means that any two terms, consecutive or widely different in position, are close to each other
Finally, since to be Cauchy it has to be the case that no matter how small a number we choose for \varepsilon, that
<br />
|a_n - a_m | < \varepsilon<br />
must be true, the smaller the value of \varepsilon the closer the difference is to zero, so we write
<br />
\lim_{\{n,m\} \to \infty} |a_n - a_m| \to 0<br />