In my last blog, we discussed how to use the awesome tool of induction to prove a countably infinite number of statements P(n). So, if you are unfamiliar with induction, I recommend you check it out (or another resource)!
This blog post is about using induction in a different situation. Instead of having a formula we want to prove true for all natural numbers, we define a sequence of numbers through induction.
Intuitively Inductive
A classic and very well-known example of such a sequence is the Fibonacci sequence. When you first learn of the Fibonacci sequence you probably heard something like, Start with the numbers 0 and 1. Add them to get 1. Now we have 0, 1, 1. Take the last two numbers and add them (1+1=2). Now we have 0, 1, 1, 2. Do the same thing, add the last two numbers (1+2=3) to get 0, 1, 1, 2, 3. Continue this process and you get the sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, . . .
The “continue this process” is code for: continue inductively. Another way we could have described the construction of the Fibonacci sequence is the following:
Let us define the sequence of real numbers . Define and . Then define inductively . Thus, . Then, . And so on…
This is an inductive definition because we defined how to start and we defined how to find every other element based on the previous term(s) of the sequence, ,
.
Laborious Limits
One reason why you might use induction to define a sequence is so that you can find the sequence’s limit. The Fibonacci sequence grows larger and larger, so its limit is infinity. Not that interesting. However, there are some great sequences that do converge to something finite. Let’s take the example:
Let denote the sequence defined inductively as follows: Set and .
It’s always a great idea to look at some elements to get an idea of what’s happening. The first few are:
Which are approximately,
If we compute even more elements, we notice that the sequence always increases and seems to level off at 2. Maybe this is the limit?
Let’s try to prove . How do we do such a thing? We need to use what is known as The Monotone Convergence Theorem. We won’t prove it here, but here’s the idea;
The Monotone Convergence Theorem (increasing case):
If you have a sequence that has only elements that increase or stay the same ie , then (i) when is unbounded above the limit diverges to infinity , or (ii) when is bounded above the limit exists and is finite: for some finite .1
The Monotone Convergence Theorem (decreasing case):
If you have a sequence that has only elements that decrease or stay the same ie , then (i) when is unbounded from below the limit diverges to infinity , or (ii) when is bounded below the limit exists and is finite: for some finite .
The first case makes sense, if each term gets larger and larger without bound, then of course it goes to infinity! It’s like what we had with , namely .
The second situation is like what we have with . As we will show, is bounded above by 2 and is always increasing. This means for all and . Combining these two pieces of information we conclude must converge to something. We can think of the sequence as getting closer and closer and closer to its limit . One analogy can come from everyday life.
Well, kind of…
Imagine you are walking towards a wall. It’s 16 feet in front of you. First, you walk 8 feet towards the wall. Then, you pause, take a breath, and then travel 4 feet closer to the wall. Again, pause. Now move 2 feet closer to the wall. Pause again. Then move 1 foot closer to the wall. Then move half a foot closer to the wall. Then a quarter foot closer to the wall. Etc. So far, you traveled 8 feet, then 4 feet, then 2 feet, then 1 foot, then half a foot etc. Notice that you are always moving forward, and so you don’t hit the wall you are always only traveling half the distance needed to reach the wall.
Thus, you never reach the wall, so you are bounded by the wall, and you will always have traveled less than 16 feet. But you are approaching 16 feet of travel. This is the exact same situation as some bounded monotone sequences! The elements of the sequence get closer and closer to their wall but never reach it. (Actually, sometimes they will reach the wall. But in those cases, it’s easier to see that the limit is the wall they get to).
A more mathy analogy can be seen by thinking back to when you learned about asymptotes. Your function can always be increasing, but since it’s bounded by the asymptote, all it can do is get closer and closer to its asymptote.
With the Monotone Convergence Theorem as a tool, our task is this: Show that is monotone increasing and is bounded above. Then, by the monotone convergence theorem converges to something finite. After we’re done with that, we have tricks that we can employ to actually find the value of the limit.
Being Bounded
Let’s begin by showing that is bounded by 2 for all .
We do this by induction on n… how surprising!
We already did our base case, . Now, let’s assume that for some . We need to show . Indeed, since . Where we used that to complete our induction. Ok, so we now know that is bounded above by 2.
Incessantly Increasing
Next, let’s show that is an increasing sequence.
Guess how we do this? Yup, through induction on n again!
Our base case was done when we listed some elements earlier: .2 Now we assume for some that to show . Indeed, since . Where we used to complete our induction.
Landing on the Limit
Great, we now know that ‘s limit exits. How do we find it?
Let me ask you this: if does it make sense that ? Or that too? Sure! We’re using the same sequence but now we’re indexing by and not . In other words, if then . And by some limit arithmetic, we know as well. Similarly, too.
Thus, since we deduce, or, . This is only true because we know must exist and is finite by the monotone convergence theorem. All we need to do is solve for L.
.
We have shown that is positive ie, since and is monotone increasing. We conclude .
Improper Inducting
There must always be caution when using induction see the end of my last blog post for a classic example. We have to make sure our limit exists before we can plug L into the inductive formula. If not, we can prove incorrect things. For example, the sequence defined by and inductively define . Some elements are: 4, 39, 1921, 7380481, … Which goes to infinity. However, if we just assumed , then we would conclude that
, and
.
Eventually concluding, which implies or . Clearly, something is wrong since we know that ! It stems from our assumption that is finite. This is similar to the trouble you get when you do something like: so that you cancel the and get .
Moral of the story: You must somehow show that the limit exists and is finite. Once you do that, then you can plug into the inductive definition of .
If you want more practice check out my next post!
Finale
I hope this was helpful to at least one person! I have a plan to do a blog post on the monotone convergence theorem soon; however, I thought that introducing a need for it first would motivate someone to learn it. It’s a very useful theorem when discussing the convergence of sequences. It also plays a crucial role in the development of calculus. But that’s a story for another day!
Footnote:

Leave a reply to A Strenuous Sequence – A Kick in the Discovery Cancel reply