Convergence and Limits
Definition: Convergence of Real Sequences
Let be a real sequence.
We say that converges to iff for each , there exists some integer such that
The number , if it exists, is called the limit of as approaches infinity.
NOTATION
The most common notation is
In text, one also writes ” as ” or just "". Sometimes, one might also encounter and .
Theorem: Uniqueness of the Limit
The limit of a real sequence, if it exists, is unique - if converges to both and , then .
PROOF
Pick some arbitrary .
Since , by definition, there exists some integer such that
Similarly, since , there exists some integer such that
Now, let . For all , both of the aforementioned inequalities hold. Therefore, for all , we have
Therefore,
So far, the argument does not actually depend on the particular choice of and is thus true for every . This means that is smaller that every positive real number. This is only possible if is zero which is in turn only possible if . Therefore, .
Convergence Criteria
THEOREM
Theorem: Cauchy Sequences
A real sequence is convergent if and only if, for each , there exists some integer such that
PROOF
TODO
NOTE
Sequences for which the above holds, i.e. convergent sequences, are also known as Cauchy sequences.
Limit Properties
Theorem: Boundedness of Convergent Sequences
Every convergent real sequence is bounded.
PROOF
Suppose that converges to some . Then, by definition, for each , there exists some integer such that
Choose . The actual choice is irrelevant, it will just result in a different bound. Then,
Let’s look at the absolute value of :
Using the triangle inequality, we get
For all ,
and so for all . This means that the modulus of all sequence terms from the -th one onwards is less than . Amongst the first terms of the sequence, choose the one whose modulus is greatest. The moduli of the first terms are thus all less than or equal to . Essentially, we have
- for every ;
- for every .
Let . Therefore, for every integer and so is bounded.
Theorem: Convergence to Zero
THEOREM
Let and be real sequences.
If converges to zero and there exists some integer such that for all , then also converges to zero.
PROOF
TODO
Theorem: Limit Arithmetic
If and are both convergent real sequences, then
PROOF
Let and .
Proof of (1):
We have to prove that for each , there exists some integer such that
The case of is trivial, since then is always zero and is thus smaller than all . As for the existence of - not only does such an integer exist, but there are actually infinitely many such integers, since the inequality holds irrespective of .
If and are not zero, choose some arbitrary . Since and , there exist integers and such that
Let . Then both inequalities hold for every . Now, we look at
By the triangle inequality, we obtain
For every , we know that and and so we get
Since and , we get
So far, the argument does not depend on the choice of which means that it must be true for all . Thus, we have proven that for each , there exists some integer, namely , such that
which is what we set out to prove.
Proof of (2):
We have to prove that for each , there exists some integer such that
Choose some arbitrary . Since and , there exist integers and such that
Let . Then both inequalities hold for all . We transform the expression a bit:
Using the triangle inequality, we obtain
which is equivalent to
For all ,
which in turn means that, for all ,
Recall that every convergent sequence is bounded. This means that there exists some and some integer such that for all . Therefore,
Set . Therefore,
It is obvious that can be any positive real number. Moreover, since the argument so far does not depend on any particular choice of , we know the argument holds for all . We have thus proven that for each , there exists some integer, namely , such that
which is what we set out to show.
Proof of (3):
TODO
Proof of (4):
TODO
The Squeeze Theorem for Sequences
Let , and be real sequences such that both and converge to .
If there exists an integer such that for all , then also converges to .
PROOF
Let . Since and are convergent, there exist such that
We also assumed that there is an integer such that
It follows then
From this we see that
This is the same as
Divergence
Definition: Divergence of Real Sequences
A real sequence is divergent iff it does not converge to any .
Definition: Divergence towards Positive Infinity
A real sequence diverges towards positive infinity iff for each there is some integer such that
NOTATION
Definition: Divergence towards Negative Infinity
A real sequence diverges towards negative infinity iff for each there is some integer such that
NOTATION
WARNING
Even though we use limit notation for sequences that diverge towards positive or negative infinity, these sequences are NOT convergent and their limits do NOT exist.