Definition

Definition 1.

Let be a sequence of real numbers, and let be an increasing sequence of natural numbers. Then the sequence is called a subsequence of and is denoted by , where indexes the subsequence. If converges, its limit is called a subsequential limit of .

A really useful fact about subsequences

Let be a subsequence of . Then, for all .


Subsequences of a convergent sequence

Theorem 2.

converges to if and only if every subsequence of converges to .

Proof of
Assume , and let be a subsequence. Given , there exists such that whenever . Because for all , the same will suffice for the subsequence, i.e, whenever . ❏

Proof of
is a subsequence of itself. ❏

Same argument can be made for metric spaces.


Bolzano-Weierstrass Theorem

Theorem 3.

Every bounded sequence in contains a convergent subsequence.

A more precise statement in would be “Every sequence in in has a convergent subsequence converging to an element in “.

First, we prove for R

One way to prove this is like so:

  1. Show that every sequence in has a monotone subsequence, done here.
  2. Since the given sequence is bounded, its subsequence must be bounded too. The theorem follows from the monotone convergence theorem.

Here’s an alternate proof featured in Abbot, that uses the nested interval property of the real field.


Now, for .

We know that the convergence of vectors in R^k is tested slot-wise. If a sequence is bounded in , it doesn’t take much to show that every slot must be bounded too. Thus, the sequence is bounded in the region , called a closed box. (I know, we defined being bounded as being within a ball, but you can draw a ball around a box). Since each slot is bounded, we should be able to extract a convergent subsequence for every slot. However, this does not work right away since the indices for the convergent subsequences obtained in slot 1 and slot 2 may have nothing to do with each other. Fortunately, this is easily remedied. First, extract a convergent subsequence in slot 1. Now, throw away all the vectors whose indices do not appear in this subsequence. Repeat the same process for slot 2. Since subsequences of convergent sequences also converge, this ensures that we end up with a subsequence of vectors where every slot converges.


Sequential compactness

Definition 4.

A metric space is called sequentially compact if every sequence in has a convergent subsequence (with limit in ).

Info

If something is put in parenthesis, it means that that something need not be stated explicitly, and is implied by whatever precedes.

Note that we are basically taking the BWT in and turning it around to a definition for any metric space .

Examples:

  • is not sequentially compact.
  • Any closed interval in is sequentially compact.
  • Any open interval in is not sequentially compact.
  • Any interval in is not sequentially compact.
  • (called a closed box) is sequentially compact, as shown above.

Relation with Completeness (in metric spaces)

Theorem 5.

If is a sequentially compact metric space, and if is a Cauchy sequence in , then converges to some point of .

Proof
Sequential compactness completeness all Cauchy sequences converge. ❏