nLab
sequentially compact space

Contents

Idea

Compactness is an extremely useful concept in topology. The basic idea is that a topological space is compact if it isn’t “fuzzy around the edges”.

Whilst one can study a topological space by itself, it is often useful to probe it with known spaces. A common choice for topological spaces, and in particular metric spaces, is to use the natural numbers, and the 1-point compactification of the natural numbers. This is more traditionally known as studying the topology using sequences and convergent sequences.

Thus one can ask, “Can I detect compactness using probes from , and {*}?”. The short answer to this is “No”, but that just reveals that the question was too restrictive. Rather, one should ask “What does compactness look like if all I’m allowed to use are probes from and {*}?”. The answer to that question is “sequential compactness”.

Thus sequential compactness is what compactness looks like if all one has to test it are sequences.

Definition

Definition

A topological space is sequentially compact if every sequence in it has a convergent subsequence?.

Properties

The following is a list of properties of and pertaining to sequentially compact spaces.

  1. For a metric space, the notions of sequential compactness and compactness coincide.

  2. The Eberlein–Šmulian theorem? states that in a Banach space, for a subset with regard to the weak topology, compactness and sequentially compactness are both equivalent to the weaker notion of countable compactness?.

  3. A countable product of sequentially compact spaces is again sequentially compact.

    Let {X k} be a countable family of sequentially compact spaces. Let (a l) be a sequence in X k. For each m we recursively define an infinite subset A mA m1 with the property that the sequence (a l) lA m converges when projected down to k=1 mX k. Let l m=min{A l}. Consider the sequence (a l m). For each k, we choose a limit x k of the projection of (a l) lA k to X k. Let x=(x k)X k. Let U be a neighbourhood of x. Then there is some n and neighbourhood U n k=1 nX k of (x k) k=1 n such that U contains the preimage of U n. For mn, the sequence (l m) is contained in A n and so the image of (a l m) converges to (x k) k=1 n. Hence there is some r such that for mr, the projection of a l m lies in U n. Hence for mr, a l mU. Thus (a l m) converges to (x k) and so X k is sequentially compact.

    This shows that the example of a compact space that is not sequentially compact is about as simple as can be.

  4. The theorem that a continuous bijection from a compact space to a Hausdorff space is a homeomorphism has a counterpart for sequentially compact spaces.

    Theorem

    Let 𝒯 1 and 𝒯 2 be two topologies on a set X such that:

    1. 𝒯 1𝒯 2 (equivalently, the identity map on X is continuous as a map (X,𝒯 1)(X,𝒯 2))
    2. 𝒯 1 is sequentially compact
    3. 𝒯 2 is completely regular and singleton sets are G δ-sets,

    then 𝒯 1=𝒯 2.

    Proof

    Let VX be such that V𝒯 2. Then it must be non-empty and there must be a point vV such that V is not a neighbourhood of v. As 𝒯 2 is completely regular and singleton sets are G δ sets, there is a continuous function g:(X,𝒯 2) such that g 1(0)={v}. Since V is not a neighbourhood of v, for each n, the set g 1(1n,1n) is not wholly contained in V. Thus for each n there is a point x nX such that x nV and g(x n)<1n. As 𝒯 1 is sequentially compact, this sequence has a 𝒯 1-convergent subsequence, say (x n k) converging to y. Since g(x n)0, g(x n k)0 and thus g(y)=0. Thus y=v and so (x n k)v in 𝒯 1. As x n kV for all n k, and vV, it must be the case that V is not a 𝒯 1-neighbourhood of v. Hence V𝒯 1. Thus 𝒯 1𝒯 2, whence they are equal.

Relationship to Compactness

Compactness does not imply sequentially compactness, nor does sequentially compactness imply compactness, without further assumptions (see for example wikipedia: compact spaces). In metric spaces for example both notions coincide.

This is not a contradiction to the statement that compact is equivalent to every net having a convergent subnet: Given a sequence in a compact space, its convergent subnet need not be a subsequence (see net for a definition of subnet).

A Compact Space that is not Sequentially Compact

A famous example of a space that is compact, but not sequentially compact, is the product space

{0,1} I:={0,1} [0,1]\{0,1\}^{I} := \{0, 1\}^{[0, 1]}

with the product topology. It is compact by the Tychonoff theorem.

Points of {0,1} I are functions I{0,1}, and the product topology is the topology of pointwise convergence.

Define a sequence (a n) in I I with a n(x) being the nth digit in the binary expansion of x (we make the convention that binary expansions do not end in sequences of 1s). Let a(a n k) be a subsequence and define p aI by the binary expansion that has a 0 in the n kth position if k is even and a 1 if k is odd (and, for definiteness and to ensure that this fits with our convention, define it to be 0 elsewhere). Then the projection of (a n k) at the p ath coordinate is 1,0,1,0,... which is not convergent. Hence (a n k) is not convergent.

(Basically that’s the diagonal trick of Cantor's theorem).

However, as {0,1} I is compact, a has a convergent subnet. An explicit construction of a convergent subset, given a cluster point a, is as follows. A function a:I{0,1} is a cluster point of (a n) if, for any p 1,,p nI the set

A(p 1,,p n){k:a k(p i)=a(p i)i}A(p_1,\dots,p_n) \coloneqq \{k \in \mathbb{R} : a_k(p_i) = a(p_i) \forall i\}

is infinite. We index our subnet by the family of finite subsets of I and define the subnet function (I) to be

{p 1,,p n}minA(p 1,,p n)\{p_1,\dots,p_n\} \mapsto \min A(p_1,\dots,p_n)

This is a convergent subnet.

References

This counterexample is based on the one in item 105 of the book

  • Steen, Seebach: Counterexamples in Topology

Revised on July 30, 2010 00:09:16 by Toby Bartels (98.16.141.59)