deepdream of
          a sidewalk
Show Question
Math and science::Topology

Compactness. Subspaces

How do compactness and subspaces interact?

  1. A subspace of a compact space is not necessarily compact.
  2. Every closed subspace of a compact space is compact.
  3. Every compact subspace of a compact space is not necessarily closed.
  4. Every compact subspace of a Hausdorff space is closed.
  5. A subspace of a compact Hausdorff space is compact iff it is closed.

1. A subspace of a compact space

A subspace of a compact space need not be compact. For example, [0,1] is compact, yet (0,1)[0,1] is not compact. To see this, consider the open cover of (0,1) given by ((ε,1)ε>0). This cover has no finite subcover. This example highlights that all open covers must have a subcover, and thus, to prove a space to be compact, it is not sufficient to find a single open cover having a finite subcover—we must show that it is impossible for any open cover to not have a finite subcover.

2. Every closed subspace of a compact space is compact.

Proof outline. Any cover of a closed subset V can be appended by the single open set XV. This new set of subsets must cover X, and must be finite as X is compact.

Proof. Let X be a compact space and V a closed subset. Let (Ui)iI be a cover of V by open subsets of X. Then (Ui)iI together with XV is an open cover of X. Since X is compact, it has some finite subcover; thus, there is some finite JI such that

(jJUj)(XV)=X

Then jJUjV, as required.

We create an open cover of V by subsets of X, not subsets of V. This is for convenience, and is justified by the modified formulation of cover for subsets. See Leinster's notes and Lemma B1.7.

The converse is not necessarily true. Which is the topic of the next section.

An idea that appeals to intuition regarding closed vs. open subsets and being compact: closed sets place more stringent requirements on any collection in order for the collection to be a cover. Consequently, some covers that might not have a finite subcover don't count as covers. This conceptualization might help motivate why closed subsets of a compact space are compact, and open subsets are not necessarily.

3. Not all compact subspaces of a compact space is closed.

Trivial counter-examples make this statement false. For example, consider an indiscrete space on a set X that has two or more elements. All indiscrete spaces are compact. Now choose a proper subset YX and consider the subspace topology on Y: the subspace topology on Y is indiscrete also (just {Y,}), so Y is compact. But Y is not closed in X, as it is neither nor X.

What other examples are there of non-closed compact subspaces of a compact space are there? Another example is the finite complement topology on R. Every subspace of the finite complement topology on R is compact (try justify!). But the only proper subsets of R that are closed in this topology are the finite sets.

With a pretty minimal extra restriction on X (being Hausdorff), we can make the desired assertion.

4. Every compact subspace of a Hausdorff space is closed.

Note first that we have relaxed the requirement that the larger/outer space be compact.

Proof. Let Y be a compact subspace of the Hausdorff space X. We shall prove that XY is open, so that Y must be closed. Let x0XY.

Claim: there is a neighbourhood of x0 that is disjoint from the whole of Y.

Claim proof. Since X is Hausdorff, for each yY, with respect to x0 choose disjoint neighbourhoods Uy and Ux0: in other words Uy is a neighbourhood of y and Ux0 is a neighbourhood of x0. The collection {Uy:yY} is a covering of Y by sets open in X. [This next bit is the one and only point where we utilize the compactness of Y.] There must be a finite sub-cover, UY=Uy1,Uy2,...,Uyn. This finite cover UY contains Y and is disjoint from x0 and its neighbourhood Ux0=U1,U1,Un, formed by taking the finite intersection of neihbourhoods disjoint from each of the neigbourhoods that were unioned to form UY. This proofs our claim.

Now we have a neighbourhood of x0 disjoin from Y. This is true for any xY, so we may take the union of such open sets which will in turn be open. Let W be this open set. We have XW=Y, so Y must be closed. This completes the whole proof.

The finite complement topology was used as an example for #3. The finite complement topology is not a Hausdorff space, as any two neighbourhoods always overlap; we then fail trying to setup a neighbourhood around x0 disjoint from Y. This highlights the difference between #3 and #4).

Lemma: 'neighbourhood' of a compact subspace

If Y is a compact subspace of a Hausdorff space X, and x0 is not in Y, then there exists disjoin open sets Ux0 and UY of X such that Ux0 contains x0 and UY contains Y.

This lemma is the inner claim from the proof above. Munkres makes the point this this lemma is a useful result in its own right. He even provides a nice diagram (see figure 26.1 in the text).

A subspace of a compact Hausdorff space is compact iff it is closed.

This is the combination of 2 & 4.

Context


Source

Munkres p164