What is the technical definition of sequence convergence?

In the last lesson we said that a sequence converges if its terms get "infinitely close" to some limit value. But what exactly does that mean?

"As close as you want"

A sequence converges if it can get as close as you want to the limit value, just by scrolling along the sequence to a larger n\textcolor{#1d4ed8}{n} value.

Purple inflatable tube man

For example, if you want (1n)nN\left( \frac{1}{n} \right)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}} to get within ±0.1 of its limit value, 0, you just have to scroll to n=11\textcolor{#1d4ed8}{n = 11}. And if you want it to get within ±0.01 of its limit, you have to scroll to n=101\textcolor{#1d4ed8}{n = 101}. No matter how close you want to get to the limit, there's a place where it happens.

We can visualize this by drawing a tube of closeness and waiting for the sequence terms to enter the tube. Try making this tube bigger or smaller and watch what happens:

-1.5-1-0.500.511.5
nN\textcolor{blue}{n \in \mathbb{N}}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(1n)nN\left(\frac{1}{n}\right)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}}
The terms get within ±0.5 starting from

No matter how small the tube gets, the terms of a converging sequence will eventually go inside.

You gotta stay in the tube

Here's an example of a sequence that—surprisingly—does NOT converge to 0 (it is diverging):

When you first look, it certainly appears to converge to 0! But in fact, as you scroll farther, you can see that it never stays in the tube. It always leaves eventually.

-0.200.20.40.60.811.2
nN\textcolor{blue}{n \in \mathbb{N}}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(cos(n10)10)nN\left(\cos \left(\frac{n}{10}\right)^{10}\right)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}}

This is how we know that the sequence does NOT converge to 0.

A converging sequence, on the other hand, will become a permanent resident eventually. This one is undecided at first, but after a while it enters the tube permanently:

-0.8-0.6-0.4-0.200.20.40.60.8
nN\textcolor{blue}{n \in \mathbb{N}}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(cos(n)n)nN\left(\frac{\cos (n)}{\sqrt n}\right)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}}

Turn it into a sentence

Alright... Time to describe, in a sentence, what it means to be convergent.

Below are some fridge magnets that you can use to build the definition. Drag them into place and then click the button to check your answer:

A sequence (xn)nN(x_n)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}} converges to L if...
there is an index
where the sequence term at that index
beyond which all the sequence terms
is inside the tube
are inside the tube
for any tube centered at L, no matter how small
for a specific tube centered at L

Make it mathy

80s aesthetic text that says 'Totally Tubular Terminology'

Amazing! You've successfully built a definition of sequence convergence. But our current tube terminology—rad as it is—doesn't really lend itself to writing proofs.

Let's rewrite our definition to be more mathematical, starting by defining some variables:

  • Call the tube radius ε\varepsilon ("epsilon")
  • Call the tube center point L. (This is the value we think the sequence is converging to.)
  • Call the point where the terms enter the tube N\textcolor{#1d4ed8}{N} ("big n")
Side note

Often we make N\textcolor{#1d4ed8}{N} be the very first point where the terms enter the tube. But it doesn't have to be that way! N\textcolor{#1d4ed8}{N} can be any point beyond which all the terms are in the tube.

You're allowed to choose an extra big N\textcolor{#1d4ed8}{N} "just to be safe" if it makes you happy.

Here's the interactive tube graph with ε\varepsilon and N\textcolor{#1d4ed8}{N} labeled:

-1.5-1-0.500.511.5
N\textcolor{#1d4ed8}{N}
nN\textcolor{blue}{n \in \mathbb{N}}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(1n)nN\left(\frac{1}{n}\right)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}}

Now that we have these two variables, we can write the definition of convergence more precisely. As a reminder, here's the definition in tube terms:

A sequence (xn)nN(x_n)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}} converges to L if... for any tube centered at L, no matter how small, there is an index beyond which all the sequence terms are inside the tube.

Now, fill in the equivalent math terms using the fridge magnets below:

Tube termsMath termsQuantifiers
For any tube centered at L, no matter how small...
there is an index...
beyond which all the sequence terms...
are inside the tube.
such that for all nN\textcolor{#1d4ed8}{n \leq N}
such that for all nN\textcolor{#1d4ed8}{n \geq N}
for all ε<0\varepsilon < 0
for all ε>0\varepsilon > 0
xnL<ε|x_{\textcolor{#1d4ed8}{n}} - L| < \varepsilon
xnL>ε|x_{\textcolor{#1d4ed8}{n}} - L| > \varepsilon
there exists some NN\textcolor{#1d4ed8}{N \in \mathbb{N}}
ε>0\forall \varepsilon > 0
ε<0\forall \varepsilon < 0
ε<0\exists \varepsilon < 0
ε>0\exists \varepsilon > 0
nN\textcolor{#1d4ed8}{\forall n \leq N}
nN\textcolor{#1d4ed8}{\forall n \geq N}
nN\textcolor{#1d4ed8}{\exists n \leq N}
nN\textcolor{#1d4ed8}{\exists n \geq N}
NN\textcolor{#1d4ed8}{\forall N \in \mathbb{N}}
NN\textcolor{#1d4ed8}{\exists N \in \mathbb{N}}

So our final definition is...

A sequence (xn)nN(x_n)_{\textcolor{#1d4ed8}{n \in \mathbb{N}}} converges to L if for all ε>0\varepsilon > 0, there exists some NN\textcolor{#1d4ed8}{N \in \mathbb{N}} such that for all nN\textcolor{#1d4ed8}{n \geq N}, xnL<ε|x_{\textcolor{#1d4ed8}{n}} - L| < \varepsilon.

In the next lesson, we'll use this definition to prove that a specific sequence is convergent.