Subsequence Convergence Theorem

subsequence

Let (an) be a sequence. Suppose that:

n1,n2,n3,N

satisfying:

1n1<n2<n3<

Then the sequence (ank) for all kN is a subsequence of (an). It's a proper subsequence if (ank) doesn't have all k=nk, namely k where knk.

The idea is that we just remove possibly some terms, and then preserve the order.

kN,nkk.

Example

Consider the sequence:

(1n)=(1,12,13,14,)

Some sub sequences of these include:

(1,13,15,17,)(1,14,19,116,)(12,13,14,15,)

an invalid sub sequence would be:

(1,13,12,14,)

since the order of terms in the sequence must be preserved.

Notice that each of these sub sequences converges to the same value (namely 0 in this case) to the original sequence. This is what the next theorem tries to show.

The Theorem

Subsequence Convergence Theorem

A subsequence of a convergent sequence converges to the same value as the original sequence.

Proof
Note our observation that kN,nkk. Say (an) converges to some L. Then ε>0NN where for all nN then:

|anL|<ε

Let (ank) be a subsequence. Let ε>0. Then NN where for any nN then |ana|<ε. Suppose kN. Then by construction then nkkN so then |anka|<ε as desired.

Example of WCT

Consider the sequence:

(1,1,1,1,)

we could use the Convergence of a Sequence definition to show this diverges. But we can also show that the subsequences a2n and a2n1 for all nN are valid subsequences. They have different limits of -1 and 1 respectively. If an itself converged, then these subsequences need to converge to the same limit since Limits are Unique. But they don't, so then by our SCT then the original sequence cannot converge.

See also: Balzano-Weierstrass Theorem.