Convergence and divergence of sequences

Consider the sequence a1,a2,a3, where each ai is a real number, and there is a real number an for each natural number n. We usually denote such a sequence by {an} or {an}n=1. Note that a sequence is not just a set, its order matters. an may ``converge'' to some real number as n becomes larger and larger. But what does that mean?



Definition (Limits)

Let {an} be a sequence. If an approaches arbitrarily close to a constant value α as n becomes arbitrarily large, we call this α the limit of the sequence {an} and write

limnan=α

or
anα as n,
and we say the sequence {an} converges to α. In this case, we also say ``the limit of {an} is α.''

If the sequence {an} does not converge, we say that the sequence diverges.

Remark. When we say ``an approaches to α as n'', it means |anα| becomes smaller as n becomes larger. But we will make this notion more precise below. □

Example. Let {an} be a sequence with each term defined by an=(1)nn for each nN. Then the sequence is
1,12,13,14,15,.

Example. Let {an} be a sequence defined by an=3n1. We have
2,5,8,11,14,.
The numbers become arbitrarily large and positive numbers. Thus, this sequence diverges. □
In cases such as this last example, we say the sequence {an} diverges to the positive infinity and write
limnan=
or
an (n).

Example. Let {an} be defined by an=n2 so we have
1,4,9,16,25,.
The numbers become arbitrarily large negative numbers. So this sequence diverges. □
As in this example, when a sequence diverges to arbitrarily large negative values, we say the sequence {an} diverges to the negative infinity, and write
limnan=
or
an (n).

Example. Let {an} be defined by an=(1)n. We have
1,1,1,1,
and this sequence diverges, but neither to the positive nor negative infinities. □

What do we exactly mean by convergence? Consider the sequence an=(1)nn.
n12101001,00010,000an10.50.10.010.0010.0001
limnan=0 means that |an|=|an0| becomes arbitrarily small as n becomes larger. For example,
  • For n>100, |an0|<0.01.
  • For n>1,000, |an0|<0.001.
Generalizing these observations, for any arbitrarily small positive number, say ε=0.0001, we can always find some natural number, say N=100,000, such that if n>N, then |an0|<ε. Hence the following definition.

Definition (Convergence of a sequence)

The sequence {an} is said to converge to a real number α if and only if the following condition holds:
  • For any ε>0, there exists NN such that for any nN, if nN, then |anα|<ε.
(Here, we implicitly assume εR.)
Remark. We call this type of argument using ε and N the ``εN argument.'' □

Remark. In a logical form, the above condition for convergence can be expressed as
ε>0,NN,nN (nN|anα|<ε).

Example. If an=nn+1, then {an} converges to α=1. For example, let ε=0.01. If |anα|<ε, then
1nn+1<0.01.
By solving this, we have
n>99.
Therefore, if we set N=100, then for any nN, we have |anα|<ε.
The same procedure can be applied for any values of ε>0. □

Example. Let us prove that
limn1n=0.
By Archimedes' principle, for any given ε>0, we can find a natural number N such that εN>1, and hence 1N<ε. For nN, if nN, then 1n1N, so that
|1n0|=1n1N<ε.

Remark. Note that the choice of ``N'' depends on the value of ε. For each ε>0, we choose an appropriate NN. We cannot choose one NN for all possible values of ε. If that's the case, then we should have 1N<ε for any ε>0, which implies 1N=0, which is nonsense.

Example. Let us prove that an=(1)n does not converge by using the εN argument. 
We prove it by contradiction. 
Suppose that {an} converges to some real number α. Let's pick ε=1. There should exist some NN such that, if nN, then
|anα|<1.
When n is even, an=1 so |1α|<1, in particular,
1α<1.
This implies that α>0.

When n is odd, an=1 so |1α|<1, in particular,
1+α<1.
This implies α<0.

Therefore α>0 and α<0, which is a contradiction. Hence {an} does not converge. □

Definition (Divergence to ±)

  1. The sequence {an} is said to diverge to the positive infinity, denoted limnan=+, if the following condition is satisfied.
    • For any MR, there exists NN such that for any nN, if nN, then an>M.
    Or, in a logical form, MR,NN,nN (nNan>M).
  2. The sequence {an} is said to diverge to the negative infinity, denoted limnan=, if the following condition is satisfied.
    • For any MR, there exists NN such that for any nN, if nN, then an<M.
    Or, in a logical form, MR,NN,nN (nNan<M).
Example. Consider the sequence {3n2}. For a given arbitrary positive real number M>0, let N=[M3]+1 where [x] indicates the integer part of x. Note, in particular, that N>M3. Now, suppose nN. We have 3n23N2>M. Therefore, the sequence {3n2} diverges to +. □

Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic