Convergence and Real 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, .
Characterizations
Theorem: Approaching Zero
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.
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
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
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
Divergence and Infinite Limits
Definition: Divergence of Real Sequences
A real sequence is divergent iff it does not converge to any .
There are two special types of divergence in which we are often interested.
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
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. However, we often talk of “infinite limits” because of the notation we have chosen. Just remember that, strictly speaking, the “limits” of divergent Real Sequences never exist.
Properties
Theorem: The Limit of
The real sequence :
converges to if and only if ;
converges to if and only if ;
diverges if and only if ;
diverges towards if and only if .
PROOF
TODO
Theorem: The Limit of
For every natural number , the real sequence converges to .
PROOF
The following proof was generated by AI and may contain mistakes. TODO: Review
We want to prove that the sequence converges to for any fixed natural number . By the definition of convergence, we need to show that for every , there exists a natural number such that for all , we have .
Let be an arbitrary positive real number. We want to find an such that for all ,
Since is a natural number, . Since is a natural number , we have . Thus, is always positive. Therefore, the absolute value simplifies to:
So, we need to find such that for all ,
Since and , we can rearrange the inequality: Take the reciprocal of both sides (this reverses the inequality sign):
Since , we can take the -th root of both sides. The function is strictly increasing for positive .
We need to find a natural number such that for all , the condition holds. By the Archimedean Property of the real numbers, for any positive real number, such as , there exists a natural number greater than it. So, we can choose to be any natural number such that
For example, we can choose .
Now, let’s verify this choice of . Suppose is any natural number such that . Since , we have . So, . Since , raising both sides to the power of (which is an increasing function for positive values) preserves the inequality:
Since and , we can take the reciprocal of both sides, which reverses the inequality:
Since we already established that , we have shown that for any ,
Since we found such an for an arbitrary , by the definition of convergence, the sequence converges to .
This completes the proof.
Theorem: Reciprocal Limits
Theorem: Arithmetic with Infinite Limits
Let and be Real Sequences.
If converges but diverges towards , then also diverges towards .
If converges towards but diverges towards , then also diverges towards when and diverges towards when .
If and both diverge towards , then also diverges towards and diverges towards .
If diverges towards but diverges towards , then diverges towards . However, this information is insufficient to determine .
PROOF
TODO
Theorem: The Limit of and its Variations
The real sequence converges towards Euler’s number .
Similarly, the limits of the following Real Sequences can also be expressed using the real exponential function:
PROOF
TODO