Sometimes we have sequences that don’t converge, and yet, it’s possible to take elements from the divergent sequence to form a convergent sequence. We refer to such sequences as subsequences, which will be the topic of interest today. But you knew that, you saw the title of today’s article!
Also, we’re going to try a new format for these articles. We will be boxing definitions, lemmas, propositions, and theorems, in blue and the proofs will be in a red. Furthermore, the proofs will be in a pull-out menu, so that way if you want to try working out the proof you won’t accidently see it beforehand! Just click on, Click in the Discovery, to open the proof. Also, keeping the proof mildly hidden might help with those of you who don’t care about the proofs and want to read only the statements and not loose continuity of the article. Please let me know it you like these changes!
When Life Gives You a Sequence, Make a Subsequence
A subsequence is essentially what it sounds like. Even so, let’s formally state it
Definition (Subsequences): Let
be a sequence. A subsequence of
, denoted
, is a sequence obtained by taking elements from
, while keeping them in the same order.
To be precise, let
be a sequence of real numbers and let
be a strictly increasing monotone sequence of natural numbers, i.e.,
and
for all
. Then,
is a subsequence of
.
The phrase, strictly increasing monotone sequence of natural numbers, means: for all elements of the sequence
and that each of those elements are positive integers:
This is the condition that forces the subsequence’s elements to remain in the same order as they appear in the main sequence. For example, take the sequence
,
Any of the following could be subsequences of ,
Some of those subsequences can be more easily expressed as,
A non-example is since
occurred before
.
A Property of Subsequences
Question: If we have a convergent sequence, say , then what would you guess about an arbitrary subsequence
of
? Do you think
sometimes, always, never? If you answered: always, then congrats, because you’re correct, as the next proposition states.
Proposition: Let
be a sequence. If
, then any subsequence of
also converges to
. Conversely, if every subsequence of
converges to
, then
. In symbols,
.
Scratch Work:
Ok, so we want to show there is some such that,
for all Right? Well, not quite… The elements of
are indexed by
so we want to do is find a
such that `blah blah blah’ for all
. But as we will see, in the following lemma, there is a nice relationship between
and
You may think it’s intuitive too:
for all
. Said in a more precise and mathematical way:
Lemma: Let
be a strictly monotone increasing sequence of natural numbers. Then,
for all
.
Proof of Lemma: (Click in the Discovery)
Let be a strictly monotone increasing sequence of natural numbers. Then,
for all
.
Our base case is simply the statement: which follows from the fact that
is the smallest natural number (for those who are wrong thinking that
no the number
is a not natural number! haha). Now assume that
for some
and consider
. Since
, it follows that
and boom! We’re done… by induction.
Ok, can you try to use this to prove the proposition using the lemma before we tackle it together??? Go for it and don’t worry if you cannot figure it out. It’s the attempt that matters!
Proof of Proposition:
Proof of Proposition: (Click in the Discovery)
Let be a sequence of real numbers and let
be a strictly monotone increasing sequence of natural numbers.
Forward:
Let and
. By definition, there is some
such that,
for all . Consider a subsequence
of
. Using our lemma, when we have
, we also have
Moreover, since the elements
are taken from
, the same value of
works! That is, we have
for all .
Backward: .
“For all” statements are usually hard to prove, in which case it’s sometimes beneficial to try to construct a proof by contradiction or a proof by contrapositive. We will work to prove the contrapositive:
If , then there exists a subsequence
such that
.
In symbols
Okay, we are starting with the assumption that . Therefore, we know it’s not true that,
False: for all
, there exist an
such that
for all
.
In other words, it is true that:
True: there exists a
such that for all
there exists a
such that
.
We will use the True statement to create a subsequence that doesn’t converge to
.
- First, let
and hence
.
- Second, there is some
such that
and
.
- Next, there is some
such that
and
.
- Then, there is some
such that
and
.
- By continuing this process inductively, we construct a subsequence that doesn’t converge to
.
This concludes the proof of the proposition.
This proposition is handy! It gives us a quick way to prove that sequences like diverge through the contrapositive of the forward direction:
Contrapositive of Proposition: Let
be a sequence. If
, then there exists a subsequence of
that doesn’t converges to
. Conversely, if there exists s subsequences of
that does not converges to
, then
. In symbols,
.
For instance, compare the following proof to what we showed previously here in example 3.
The sequence diverges.
Proof: Let . First define
. We will construct two subsequences that converge to different limits.
(i) First, consider the subsequence of even-indexed elements from , that is:
. Note that,
.
(ii) Next, consider the subsequence of odd-indexed elements from , that is:
. Note that,
.
Finally, since we found the two subsequences and
of
that converge to two different limits, we conclude that
does not converge.
Are you still reading this?
You may wonder why we care about subsequences in the first place. If so, then good! You’re a critical thinker and that’s appreciated. Unfortunately, I’m only going to give you an unsatisfying answer in the form of a quote from my real analysis professor: “There are many things that you just cannot do without working with subsequences.” Enough said. But if that wasn’t enough (which it’s probably not enough) then you’ll be happy to hear that the week after next week we will discuss the always amazing Bolzano-Weierstrass Theorem! (Love that theorem sooooo much!) Which relies on subsequences.
Before we finish, the last thing that should be mentioned is that everything that we have been talking about in our Let’s Get Real… Analysis series regarding sequences also holds for subsequences. This is because subsequences are sequences too!
Be Kind. Be Curious. Be Compassionate. Be Creative.
And Have Fun!

Leave a comment