Divergence

Divergence

A sequence that does not converge is said to diverge.

The idea is that the definition of convergence says:

ε>0NNnN(|anL|<ε)

as a result, the negation is:

ε>0NNnN(|anL|ε)
Note

What about L? For the definition of convergence we say that L exists, so for divergence we must say that for any arbitrary L we can choose our ε.

Example

Why does the following sequence diverge?

(1,1,1,1,1,1,)

Proof
Let LR. Notice that since an=(1)n, then:

|anL|=|(1)nL|=|1L||1+L|

We have two cases:

  1. an=1. Then choose ε=110 for example. Then we ask if 1V1/10(L)? Namely is:
110L<1<110+L

But if that's the case then notice that the next term for an is -1 and 1V1/10(L) is a contradiction.
2. an=1 follows reverse of our argument above.