Jump to content

Subsequences – "Math for Non-Geeks"

From Wikibooks, open books for an open world

Introductory Example

[edit | edit source]
Introductory example for subsequences (YouTube video (in German) by the YouTube channel "MJ Education“)

Sometimes it is necessary to speak about the "subsequence" of a sequence. Much like a subset is a "part" of a set, a subsequence is some part of a sequence -- all elements of a subsequence are also elements of the original sequence. A subsequence is in end effect constructed by removing some chosen terms of the original sequence. Regardless of how many terms are stripped from the original sequence, the resulting subsequence still has an infinite number of terms. For example, let's take the sequence an=(1)n:

1, 1, 1, 1, 1, 

We are interested in a subsequence composed of every other term of the original sequencean. This subsequence arises from either removing all terms with an even index or removing all terms with an odd index. If, for example, we remove all terms with odd index, we get the following schematic:

original sequence :1, 1, 1, 1,1, 1, subsequence :1, 1,1, 

This gives rise to a subsequence that is constant 1.

Mathematical Description

[edit | edit source]
Explanation of the notation ank for subsequences (YouTube video (in German) by the YouTube channel "MJ Education")

How can subsequences be denoted? First let's look at the indices of the sequence terms that we want to keep in the subsequence:

index n:1 2 3 4 5 6 sequence element an:1 1 1 1 1 1 

Now we want to find a sequence (nk)k that describes these indices. In the above example we consider even indices. So the sequence can be written as nk=2k:

new index k:1 2 3 4 sequence of indices nk:2 4 6 8 

We substitute this sequence into (an)n. From there we get the subsequence (ank)k:

new index k:123sequence of indices nk:246subsequence ank:(1)2=1(1)4=1(1)6=1

First we will build the sequence (nk)k of relevant indices of the subsequence. We will set this subsequence into the original sequence (an)n for n so that we get the sequence (ank)k.

In our example we have nk=2k. So we substitute 2k for n in an=(1)n. Then we obtain the subsequence a2k=(1)2k=1.

Definition

[edit | edit source]
Definition of subsequences (YouTube video (in German) by the YouTube channel: "MJ Education")
Definition (Subsequence)

Let (an)n be an arbitrary sequence. Any sequence (ank)k is called a subsequence of (an)n if (nk)k is a strictly monotone increasing sequence of natural numbers.

This concept is important for analysis since it is used to characterize so-called "limit points." However, these will not be properly defined and discussed until the next chapter.

Hint

Every sequence is a subsequence of itself. Namely, if one chooses nk=k, then (ank)k=(ak)k=(an)n. For nk=k the subsequence (ank)k is identical to the original sequence (an)n. This shows that every sequence is a subsequence of itself.

Exercise (Subsequences)

Find five different subsequences of the sequence (1n)n.

Solution (Subsequences)

The sequence (1n)n has infinitely many subsequences. Five examples would be

(12k)k=(12,14,16,18,110,)(12k1)k=(11,13,15,17,19,)(1k2)k=(11,14,19,116,125,)(1k+2)k=(13,14,15,16,17,)(1p(k))k=(12,13,15,17,111,), where p(k) is the k-th prime number

Convergence of Subsequences

[edit | edit source]

For subsequences, we have the following important theorem:

Theorem (Convergence of Subsequences)

Let (an)n be a sequence. It converges if and only if every subsequence converges. The limit of the sequence coincides with the limits of the subsequences.

Proof (Convergence of Subsequences)

To prove the equivalence

(an)n converges to aEvery subsequence of (an)n converges to a

we have to prove the following two implications:

  1. If (an)n converges to a, then every subsequence of (an)n converges to a, as well.
  2. If every subsequence of (an)n converges to a, then (an)n converges to a, as well.

We can split the proof into these two parts, since the statement AB is equivalent to the two implications (AB)(BA).

Proof step: Convergence of the sequence implicates the convergence of all subsequences - to the same limit.

Let (an)n be a sequence converging to a. Now, we need to prove that all subsequences of (an)nconverge to a, as well.

So, let (ank)k be a subsequence of (an)n. We would like to show that (ank)k converges to a . Let ϵ>0 be given arbitrarily. Since a is the limit of (an)n , there must be an index N, such that for all nN the inequality |ana|<ϵ holds.

Since the sequence (nk)k is by definition strictly decreasing , there will be nkk for all k. Therefore, nkN for all kN, since from nkk and kN we conclude nkkN. Hence, there is also |anka|<ϵ for all kN.

We have just proven that for any given ϵ>0 there is an N with |anka|<ϵ for all kN . But this is just the definition for " (ank)k converges to a" . Since any subsequence (ank)k can be chosen in this place, the proof holds for all subsequences of (an)n.

Proof step: Convergence of all subsequences to the same limit implies convergence of the sequence.

We know that all subsequences of (an)n converge to a . But now, the sequence (an)n is a subsequence of itself (just set nk=k). So the sequence itself must also converge to a .

Example (Convergence of subsequences)

Since (an)n=(1n)n is a null sequence, the same will hold for the two limits

limka2k=limk12k=0limka2k1=limk12k1=0

Hint

The above theorem directly implies that a convergent sequence (an)n does not change its limit, if a finite number of elements are canceled. Removing a finite amount of elements will render a subsequence (ank)k of (an)n. And we just showed that the limits of those two sequences coincide.

The above theorem directly implies:

Theorem (Divergence in case of a diverging subsequence)

If a subsequence diverges, the original sequence must also diverge.

Check your understanding: Why does the above theorem imply that the original sequence has to diverge, if any subsequence does so?

We know: If a sequence converges, then all of its subsequences also have to diverge. If there was a convergent sequence for which we could find a divergent subsequence, we would have a contradiction to the theorem. So if a subsequence diverges, we know that the original sequence must have been convergent.

Example (Divergence of subsequences)

Let us consider the sequence (an)n with an=(1)nn. A subsequence is obtained by selecting only the positive elements, which are (a2k)k=(2k)k . Since (2k)k is an unbounded sequence, it diverges. Therefore, the original sequence (an)n must also diverge.

Application: convergence of mixed sequences

[edit | edit source]

In the chapter Examples and properties of sequences we have seen how to compose to sequences (bn)n and (cn)n to a "mixed sequence" (an)n . This mixture is defined as an={bn+12for n oddcn2for n even That means, the sequence (an)n is composed out of the two subsequences (a2n1)n=(bn)n and (a2n)n=(cn)n .

We may now ask how the convergence of the mixture (an)n relates to the convergences of its two constituents (bn)n and (cn)n . In order for (an)n to converge, two conditions must be satisfied:

  • First, both subsequences (bn)n and (cn)n have to converge, as we know that for convergent sequences, all subsequences converge.
  • Second, the limits of (bn)n and (cn)n must be identical. This is because if (an)n converges, then all of its subsequences must tend to the same limit.

If one of these two conditions is not satisfied, the mixed sequence (an)n must diverge. But are the two conditions also sufficient for convergence of the mixed sequence? Indeed, they are! We will now prove this. The limit of the mixed sequence must coincide with the two limits of the subsequences.

Theorem (Convergence of mixed sequences)

Let (bn)n and (cn)n be two sequences and a a limit candidate. Let the mixed sequence (an)n be defined by an={bn+12for n oddcn2for n even . It converges to a, if and only if the sequences (bn)n and (cn)n both converge to a .

Proof (Convergence of mixed sequences)

Proof step: If (an)n converges to a , then both (bn)n and (cn)n converge to a.

As (bn)n=(a2n1)n and (cn)n=(a2n)n , both (bn)n and (cn)n are subsequences of (an)n. Since (an)n converges to a , all of its subsequences will do so, too. This specifically includes (bn)n and (cn)n , which hence converge to a.

Proof step: If both (bn)n and (cn)n converge to a , then also (an)n converges to a.

As both (bn)n and (cn)n converge to a , the following two statements hold:

  • ϵ>0N1nN1:|bna|<ϵ
  • ϵ>0N2nN2:|cna|<ϵ

Since (bn)n=(a2n1)n and (cn)n=(a2n)n there is:

  • ϵ>0N1nN1:|a2n1a|<ϵ
  • ϵ>0N2nN2:|a2na|<ϵ

Let now ϵ>0 be given arbitrarily. The above statements imply that there is a threshold number N1 (for b) with |a2n1a|<ϵ for all nN1. In addition, there is a threshold N2 (for c) with |a2na|<ϵ for all nN2. We choose the maximum of both thresholds N=max{2N11,2N2}. Let mN be a number above this threshold. If m is odd, then m=2n1 for some n. Since m2N11, there is especially nN1 and hence

|ama|=|a2n1a|<ϵ

In case m is even, we know that m=2n for some n. As m2N2 , there is nN2 and therefore

|ama|=|a2na|<ϵ

In any case, |ama|<ϵ for all m. This establishes convergence limmam=a.

Check your understanding: In the above proof, we chose N=max{2N11,2N2} . Why couldn't we have chosen N=max{N1,N2} ?

In the above proof, we used that |a2n1a|<ϵ for all nN1 . This means, starting from a sequence element a2N11 , all odd elements (am)m will satisfy the inequality |ama|<ϵ . Analogously, |a2na|<ϵ for all nN2 implies that starting from a sequence element a2N2 all even elements (am)m will satisfy the inequality |ama|<ϵ . In order to prove |ama|<ϵ , we therefore need m2N11 and m2N2. Hence, we choose N=max{2N11,2N2}, so mN both ensures m2N11 and m2N2 .

Example (Convergence of mixed sequences)

Consider the mixed sequence (an)n with an=(1)n1n. This can be considered a mixed sequence with

an=(1)n1n={1n for n: even1n for n: odd

The two constituents of (an)n are the subsequences bn=a2n1=12n1 and cn=a2n=12n. Now

limnbn=limn12n1=0limncn=limn12n=0

Both subsequences converge to zero. For the above theorem, the mixed sequence (an)n must therefore also converge to zero.