8  Monotone Convergence

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 1+1+1+ converges to the golden ratio.
  • We prove the sequence (1+1n)n converges to the number e=2.71828
  • We begin a treatment of irrational exponents, by looking at the limit of sequences with rational exponents.

8.1 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 sn is monotone increasing (or more precisely, monotone non-decreasing) if mnsmsn A sequence is monotone decreasing (non-increasing) if mnsmsn

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 8.1 (Monotone Convergence) Let sn be a monotone bounded sequence. Then sn is a convergent sequence.

Proof. Here we consider the case that sn is monotone increasing, and leave the decreasing case as an exercise. Let S={snnN}. Then S is nonempty, and is bounded above (by any upper bound for the sequence sn, which we assumed is bounded). Thus by completeness, it has a supremum s=supS.

We claim that sn is actually a convergent sequence, which limits to sn. To prove this, choose ε>0, and note that as s is the least upper bound, sε is not an upper bound for S, so there must be some N where sN>sε. But sn is monotone increasing, so if n>N it follows that sn>sN. Recalling that for all n we know sns (since s is an upper bound), we have found some N where for all n>N we know sε<sn<s. This further implies |sns|<ε, which is exactly the definition of convergence! Thus

sns 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.

8.2 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 2π. We can write π as the limit of a sequence of rational numbers, for instance

3,3.1,3.14,3.141,3.1415

And since rational exponents make sense, from this we can produce a sequence of exponentials

23,23110,2314100,231411000,23141510000,

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 32 using the babylonian sequence for 2, 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 rnx is a monotone sequence of rational numbers converging to x, and a>0 then the sequence arn converges.

Proof. Recall for a fixed positive base a, exponentiation by rational numbers is monotone increasing, so r<s implies ar<as.
Thus, given a monotone sequence rn, the exponentiated sequence arn remains monotone (for monotone increasing we see rnrn+1arnarn+1 and the equalities are reversed if rn is monotone decreasing).

Now that we know arn 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 rnx and x is a real number, there must be some natural number N>x. Thus, N is greater than rn for all n, and so aN is greater than arn: our sequence is bounded above by aN. Thus all the hypotheses of monotone convergence are satisfied, and limarn 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 x, the value we attempt to assign to ax 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 rn be any sequence of rationals converging to zero. Then for any a>0 we have limarn=1

Corollary 8.1 If rn,sn are two monotone sequences of rationals each converging to x, then limarn=limasn for any a>0.

Proof. Let zn=rnsn, so that zn0. Because rn and sn are monotone, we know limarn and limasn exist. And by the exercise above, we have azn1. Noting that rn=sn+zn and that the laws of exponents apply for rational exponents, we have arn=asn+zn=asnazn But as all quantities in question converge we can use the limit theorems to compute:

limarn=limasn+zn=limasnazn=(limasn)(limazn)=limasn

Thus, we can unambiguously define the value of ax as the limit of any monotone sequence arn without specifying the sequence itself.

Definition 8.2 ## Irrational Powers Let a>0 and xR. Then we define ax as a limit ax=limarn For rn any monotone sequence of rational numbers converging to x.

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 rnx can be used to unambiguously define ax.

8.3 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.

8.3.1 The Golden Ratio

Consider the recursive sequence defined by sn+1=1+sn starting from s0=1:

s0=1 s1=1+1 s2=1+1+1

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

1+1+1+

we take to mean the sequence of terms sn where sn+1=1+sn itself. Thus, writing lim1+1+ 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? 222

11+11+

cos(cos(cos(cos(5))))

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 1+1+ converges to the golden ratio.s

Proof. The infinite expression 1+1+ defines the recursive sequence sn+1=1+sn with s1=1.

Step 1: sn is monotone increasing, by induction First we show that s2>s1. Using the formula, s2=1+1=2, which is larger than s1=1. Next, we assume for induction sn>sn1 and we use this to prove that sn+1>sn. Starting from our induction hypothesis, we add one to both sides yielding 1+sn>1+sn1 and then we take the square root (which preserves the inequality, by ) to get 1+sn>1+sn1 But now, we simply note that the term on the left is the definition of sn+1 and the term on the right is the definition of sn. Thus we have sn+1>sn as claimed, and our induction proof works for all n.

Step 2: sn is bounded, by induction It is hard to guess an upper bound for sn without doing a little calculation, but plugging the first few terms into a calculator shows them to be less than 2, so we might try to prove nsn<2. The base case is immediate as s1=1<2, so assume for induction sn<2. Then 1+sn<3 and so 1+sn<1+2=3, and 3<2 (as 3<22=4) so our induction has worked, and the entire sequence is bounded above by 2.

Conclusion: sn converges! We have proven the sequence sn is both monotone increasing and bounded above by 2. Thus the monotone convergence theorem assures us that there exists some L with snL. 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 limsn=limsn+1=L. But applying the limit theorems to sn+1=1+sn, we see that as snL, it follows that 1+sn1+L and thus that 1+sn1+L. This gives us an equation that L must satisfy!
1+L=L Simplifying this becomes 1+L=L2, which has solutions (1±5)/2. This argument only tells us so far that one of these numbers must be our limit L: 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:

1+1+1+=1+521.618

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 ϕ=1+52 we could observe that ϕ solves the quadratic equation 1+L=L2, and hence L=1+L. This sets up a recursive sequence, as we can plug this relation into itself over and over:

L=1+L=1+1+L=1+1+1+

Which immediately suggests the recursion sn+1=1+sn 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 x22x5. Then prove that your proposed sequence actually converges to this value.

Exercise 8.4 What number is this? 121212

8.3.2 2

Recall the babylonian sequence converging to 2 was recursively defined, starting from the side length x1=2 of a 2×1 rectangle and replacing it with the average of the two sides (a rectangle closer to a square). As a formula this is the process x(x+2x)/2 from which we product a recursive sequence

xn+1=xn+2xn2

Our goal here is to provide a proof of convergence using the strategy laid out above. First, we aim to show that xn is monotone decreasing. To make the algebra simpler, we first give a little lemma simplfying the condition:

Exercise 8.5 Let xn be a sequence of positive numbers satisfying the babylonian recurrence relation.
Show that xn+1<xn if and only if 2<xn2.

Proposition 8.3 Starting from x0=2, the recursive procedure for xn defines a monotone decreasing sequence.

Proof. We proceed by induction. For the base case we compute x1=2+222=32 so x1<x0 as required. For the inductive step we assume xn<xn1 and aim to show xn+1<xn. By the exercise above, this is equivalent to assuming that 2<xn12 and using this to prove that 2<xn2.

Writing out the recursive definition of xn we see

xn2=(xn1+2xn12)2=xn12+4+4xn124=(xn12)2+1+(2xn1)2

The first term is >1 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 xn is monotone decreasing.

The next step in our process is to prove the sequence is bounded.

Exercise 8.6 Prove that the sequence with x0=2 satisfying the babylonian recurrence relation is bounded below by 1.

Now, since xn is monotone and bounded it converges to some limiting value L. Since truncating the beginning of a sequence has no effect on the eventual limit, we know limxn+1=limxn=L, but expanding the first term’s recursive definition, this implies that

limxn+2xn2=L

Since we know xnL and L0 (since its bounded below by 1), we can use the limit laws to compute

limxn+2xn2=limxn+2limxn2=L+2L2

Thus, whatever the limiting value L is it must satisfy the equation

L+2L2=L

Multiplying by 2L to clear denominators we see

L2+2=2L22=L2

We know L is positive, and the only positive solution to this equation is L=2. So we have another proof of the convergence of the babylonian procedure!

8.4 The Number e

In this section we aim to study, and prove the convergence of the following sequence of numbers (1+1n)n We will later see that the limit of this sequence is the number e (indeed, many authors take this sequence itself as the definition of e as it is perhaps the first natural looking sequence limiting to this special value. We will instead define e in terms of exponential functions to come, and then later show its value coincides with this limit).

We begin by proving an is monotone as a prelude to applying monotone convergence.

Example 8.2 The sequence an=(n+1n)n is monotone increasing.

Proof. To show an is increasing we will show that the ratio anan1 is greater than 1. Simplifying,

anan1=(n+1n)n(nn1)n1=(n+1n)n(n1n)n1

Multiplying by n1n and its inverse we can make the powers on each of these terms the same, and combine them:

=(n+1n)n(n1n)nnn1=(n21n2)nnn1 Simplifying what is in parentheses, we notice that we are actually in a perfect situation to apply Bernoulli’s Inequality () to help us estimate this term. Recall this says that if r is any number such that 1+r is positive, (1+r)n1+nr. When n2 we can apply this to r=1n2, yielding anan1=(11n2)nnn1(1nn2)nn1 =n1nnn1=1

Thus anan11, so anan1 and the sequence is monotone increasing for all n, as claimed.

Next we need to show that an is bounded above. Computing terms numerically, it seems that an 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:

bn=(n+1n)n+1

Indeed, this is just our sequence an multiplied by one extra factor of n+1n! But this extra factor changes its behavior a bit: computing the first few terms, we see that it appears to be decreasing:

b1=(1+1)2=4,b2=(1+12)3=278=3.375,b3=(1+13)43.1604

Indeed, a proof that its decreasing can be constructed following an identical strategy to an in .

Exercise 8.7 The sequence bn=(n+1n)n+1 is monotone decreasing.

Now that we understand the behavior of bn we can use it to prove that an is bounded above:

Corollary 8.2 The sequence an=(1+1n)n is convergent

Proof. Note that the sequence bn and an are related by bn=(n+1n)n+1=an(n+1n) Since n+1n>1 we see that bn>an for all n. But bn is decreasing, so bnb1=22=4, and so an is bounded above by 4.

Note that we can also readily see that bn is itself convergent (though we did not actually need that fact for our analysis of an): we proved its monotone decreasing, and its a sequence of positive terms - so its trivially bounded below by zero!

We can also see that an and bn have the same limit, using the limit theorems. Since 1n0, we know that 1+1n1, and hence that

limbn=lim[an(n+1n)]=(liman)(limn+1n)=liman

As mentioned previously, we will later see that this limit is the number called e. But believing for a moment that we should be interested in this particular limit, having the two sequences an and bn lying around actually proves quite practically useful for estimating its value.

Since liman=e=limbn and an<bn for all n, we see that the number e is contained in the interval In=[an,bn], and hence is the limit of the nested intervals:

Corollary 8.3 {e}=n1[(1+1n)n,(1+1n)n+1]

Taking any finite n, this interval gives us both an upper and lower bound for e: for example

n=102.59374e2.85311 n=1002.7048e2.73186 n=1,0002.71692e2.71964 n=1,000,0002.71826e2.71829

Thus, correct to four decimal places we know e2.7182

8.5 Problems