Highlights of this Chapter: We prove the monotone convergence theorem, which is our first theorem that tells us a sequence converges, without having to first know its limiting value. We show how to use this theorem to find the limit of various recursively defined sequences, including two important examples.
- We prove the infinite sequence of roots converges to the golden ratio.
- We prove the sequence converges to the number
- We begin a treatment of irrational exponents, by looking at the limit of sequences with rational exponents.
Monotone Convergence
The motivation for inventing sequences is to work with infinite processes, where we have a precise description of each finite stage, but cannot directly grasp the “completed” state “at infinity”. In the first section of this chapter we computed a few specific limits, and then in the second we showed how to find new, more complicated limits given that you know the value of some simpler ones via algebra.
But what we haven’t done, since our original motivating discussion with the nested intervals theorem, is actually return to the part of the theory we are most interested in: rigorously assuring that certain sequences converge, without knowing the value of their limit ahead of time! The most useful theorem in this direction is the monotone convergence theorem, which deals with monotone sequences.
Definition 8.1 (Monotone Sequences) A sequence is monotone increasing (or more precisely, monotone non-decreasing) if A sequence is monotone decreasing (non-increasing) if
Note: constant sequences are monotone: both monotone increasing and monotone decreasing.
The original inspiration for a monotone sequence is the sequence of upper bounds or lower bounds from a collection of nested intervals: as the intervals get smaller, the lower bounds monotonically increase, and the upper bounds monotonically decrease. The Monotone convergence theorem guanatees that such sequences always converge. Its proof is below, but could actually be extracted directly from Theorem 3.3.
Theorem 8.1 (Monotone Convergence) Let be a monotone bounded sequence. Then is a convergent sequence.
Proof. Here we consider the case that is monotone increasing, and leave the decreasing case as an exercise. Let . Then is nonempty, and is bounded above (by any upper bound for the sequence , which we assumed is bounded). Thus by completeness, it has a supremum .
We claim that is actually a convergent sequence, which limits to . To prove this, choose , and note that as is the least upper bound, is not an upper bound for , so there must be some where . But is monotone increasing, so if it follows that . Recalling that for all we know (since is an upper bound), we have found some where for all we know . This further implies , which is exactly the definition of convergence! Thus
So it is a convergent sequence, as claimed.
Though straightforward to prove, this theorem has tons of applications, as it assures us that many of the difficult to describe recursively defined sequences that show up in practice actually do converge, and thus we may rigorously reason about their limits. We will give several interesting ones below.
Application: Defining Irrational Powers
We have already defined rational powers of a number in terms of iterated multiplication/division, and the extraction of roots: but how does one define a real numbered power? We can use sequences to do this! To motivate this, let’s consider the example of defining . We can write as the limit of a sequence of rational numbers, for instance
And since rational exponents make sense, from this we can produce a sequence of exponentials
Then we may ask if this sequence has a limit: if it does, it’s natural to try and define this value two to the power of pi. To make sure this makes sense, we need to check several potential worries:
- Does this sequence converge?
- Does the limit depend on the particular sequence chosen?
For example if you tried to define using the babylonian sequence for , and your friend tried to use the sequence coming from the partial fraction, you’d better get the same number if this is a reasonable thing to define! Because we are in the section on monotone convergence, we will restrict ourselves at the moment to monotone sequences though we will see later we can dispense with this if desired.
Proposition 8.1 If is a monotone sequence of rational numbers converging to , and then the sequence converges.
Proof. Recall for a fixed positive base , exponentiation by rational numbers is monotone increasing, so implies .
Thus, given a monotone sequence , the exponentiated sequence remains monotone (for monotone increasing we see and the equalities are reversed if is monotone decreasing).
Now that we know is monotone, we only need to see its bounded to apply Monotone Convergence. Again we have two cases, and will deal here with the monotone increasing case. As and is a real number, there must be some natural number . Thus, is greater than for all , and so is greater than : our sequence is bounded above by . Thus all the hypotheses of monotone convergence are satisfied, and exists.
Now that we know such sequences make sense, we wish to clear up any potential ambiguity, and show that if two different sequences both converge to , the value we attempt to assign to as a limit is the same for each. As a lemma in this direction, we look at sequences converging to zero.
Exercise 8.1 Let be any sequence of rationals converging to zero. Then for any we have
Corollary 8.1 If are two monotone sequences of rationals each converging to , then for any .
Proof. Let , so that . Because and are monotone, we know and exist. And by the exercise above, we have . Noting that and that the laws of exponents apply for rational exponents, we have But as all quantities in question converge we can use the limit theorems to compute:
Thus, we can unambiguously define the value of as the limit of any monotone sequence without specifying the sequence itself.
Definition 8.2 ## Irrational Powers Let and . Then we define as a limit For any monotone sequence of rational numbers converging to .
Perhaps upon reading this definition to yourself you wonder, is the restriction to monotone sequences important, or just an artifact of our currently limited toolset?
Once we build more tools we will see the latter is the case; you will show on homework that arbitrary convergent sequences can be used to unambiguously define .
Applicaiton: Recursive Sequences
The monotone convergence theorem is particularly adept to working with recursive sequences, as one may aim to prove such a sequence is monotone and bounded by induction. This guarantees the limit exists, at which point we can rigorously give that limiting value a name, and use limit theorems to find its value.
The Golden Ratio
Consider the recursive sequence defined by starting from :
Because such sequences follow a regular pattern, we can use a shorthand notation with ellipsis for their terms. For example, in the original sequence above, writing the first couple steps of the pattern followed by an ellipsis
we take to mean the sequence of terms where itself. Thus, writing means the limit of this sequence, implicitly defined by this infinite expression.
Exercise 8.2 Here are some other infinite expressions defined by recursive sequences: can you give the recursion relation they satisfy?
In all of these sequences it is not clear at all how to find their limit value from scratch, or how we could possibly apply any of the limit theorems about field axioms and inequalities. But, recursive sequences are set up for using induction, and monotone convergence! We can build a sort of recipe for dealing with them:
Recursive Sequence Operation Manual:
- Prove its bounded, by induction.
- Prove its monotone, by induction.
- Use Monotone convergence to conclude its convergent.
- Use the recursive definition, and the limit theorems, to find an equation satisfied by the limit.
- Solve that equation, to find the limit.
A beautiful and interesting example of this operations manual is carried out below:
Proposition 8.2 The sequence converges to the golden ratio.s
Proof. The infinite expression defines the recursive sequence with .
Step 1: is monotone increasing, by induction First we show that . Using the formula, , which is larger than . Next, we assume for induction and we use this to prove that . Starting from our induction hypothesis, we add one to both sides yielding and then we take the square root (which preserves the inequality, by Proposition 2.5) to get But now, we simply note that the term on the left is the definition of and the term on the right is the definition of . Thus we have as claimed, and our induction proof works for all .
Step 2: is bounded, by induction It is hard to guess an upper bound for without doing a little calculation, but plugging the first few terms into a calculator shows them to be less than , so we might try to prove . The base case is immediate as , so assume for induction . Then and so , and (as ) so our induction has worked, and the entire sequence is bounded above by .
Conclusion: converges! We have proven the sequence is both monotone increasing and bounded above by . Thus the monotone convergence theorem assures us that there exists some with . It only remains to figure out what number this is!
Step 3: The Limit Theorems Because truncating the beginning of a sequence does not change its limit, we see that . But applying the limit theorems to , we see that as , it follows that and thus that . This gives us an equation that must satisfy!
Simplifying this becomes , which has solutions . This argument only tells us so far that one of these numbers must be our limit : to figure out which we need to bring in more information. Noticing that only one of the two is positive, and all the terms of our sequence are positive singles it out:
This number is known as the golden ratio.
Example 8.1 The final step of the proof above suggests a way one might find a recursive sequence to use as a calculating tool: if we started with the golden ratio we could observe that solves the quadratic equation , and hence . This sets up a recursive sequence, as we can plug this relation into itself over and over:
Which immediately suggests the recursion as a candidate for generating a sequence that would solve the original equation.
Exercise 8.3 Find a recursive sequence whose limit is the positive real root of . Then prove that your proposed sequence actually converges to this value.
Exercise 8.4 What number is this?
Recall the babylonian sequence converging to was recursively defined, starting from the side length of a rectangle and replacing it with the average of the two sides (a rectangle closer to a square). As a formula this is the process from which we product a recursive sequence
Our goal here is to provide a proof of convergence using the strategy laid out above. First, we aim to show that is monotone decreasing. To make the algebra simpler, we first give a little lemma simplfying the condition:
Exercise 8.5 Let be a sequence of positive numbers satisfying the babylonian recurrence relation.
Show that if and only if .
Proposition 8.3 Starting from , the recursive procedure for defines a monotone decreasing sequence.
Proof. We proceed by induction. For the base case we compute so as required. For the inductive step we assume and aim to show . By the exercise above, this is equivalent to assuming that and using this to prove that .
Writing out the recursive definition of we see
The first term is by the inductive hypothesis, and so the first two terms sum to greater than 2. Since the last term is a square its positive and can’t possibly make things smaller, so the entire thing sums to something strictly larger than 2, as required. Thus is monotone decreasing.
The next step in our process is to prove the sequence is bounded.
Exercise 8.6 Prove that the sequence with satisfying the babylonian recurrence relation is bounded below by 1.
Now, since is monotone and bounded it converges to some limiting value . Since truncating the beginning of a sequence has no effect on the eventual limit, we know , but expanding the first term’s recursive definition, this implies that
Since we know and (since its bounded below by 1), we can use the limit laws to compute
Thus, whatever the limiting value is it must satisfy the equation
Multiplying by to clear denominators we see
We know is positive, and the only positive solution to this equation is . So we have another proof of the convergence of the babylonian procedure!
The Number
In this section we aim to study, and prove the convergence of the following sequence of numbers We will later see that the limit of this sequence is the number (indeed, many authors take this sequence itself as the definition of as it is perhaps the first natural looking sequence limiting to this special value. We will instead define in terms of exponential functions to come, and then later show its value coincides with this limit).
We begin by proving is monotone as a prelude to applying monotone convergence.
Example 8.2 The sequence is monotone increasing.
Proof. To show is increasing we will show that the ratio is greater than 1. Simplifying,
Multiplying by and its inverse we can make the powers on each of these terms the same, and combine them:
Simplifying what is in parentheses, we notice that we are actually in a perfect situation to apply Bernoulli’s Inequality (Exercise 2.6) to help us estimate this term. Recall this says that if is any number such that is positive, . When we can apply this to , yielding
Thus , so and the sequence is monotone increasing for all , as claimed.
Next we need to show that is bounded above. Computing terms numerically, it seems that is bounded above by 3, but of course no amount of computation can substitute for a proof. And after a bit of trying, it seems hard to prove directly that it actually is bounded above.
So instead, we will employ a bit of an ingenious trick. We will study a second sequence, which appears very similar to the first:
Indeed, this is just our sequence multiplied by one extra factor of ! But this extra factor changes its behavior a bit: computing the first few terms, we see that it appears to be decreasing:
Indeed, a proof that its decreasing can be constructed following an identical strategy to in Example 8.2.
Exercise 8.7 The sequence is monotone decreasing.
Now that we understand the behavior of we can use it to prove that is bounded above:
Corollary 8.2 The sequence is convergent
Proof. Note that the sequence and are related by Since we see that for all . But is decreasing, so , and so is bounded above by .
Note that we can also readily see that is itself convergent (though we did not actually need that fact for our analysis of ): we proved its monotone decreasing, and its a sequence of positive terms - so its trivially bounded below by zero!
We can also see that and have the same limit, using the limit theorems. Since , we know that , and hence that
As mentioned previously, we will later see that this limit is the number called . But believing for a moment that we should be interested in this particular limit, having the two sequences and lying around actually proves quite practically useful for estimating its value.
Since and for all , we see that the number is contained in the interval , and hence is the limit of the nested intervals:
Taking any finite , this interval gives us both an upper and lower bound for : for example
Thus, correct to four decimal places we know