ConceptComplete

Closed Sets and Closure

Closed sets are the complement of open sets, and the closure operation provides one of the most useful tools for studying the structure of topological spaces. The interplay between open sets, closed sets, and closure is at the heart of point-set topology.


Closed Sets

Definition1.5Closed Set

Let (X,Ο„)(X, \tau) be a topological space. A subset CβŠ†XC \subseteq X is closed if its complement Xβˆ–CX \setminus C is open, i.e., Xβˆ–CβˆˆΟ„X \setminus C \in \tau.

By De Morgan's laws applied to the topology axioms, closed sets satisfy the following dual properties:

  1. βˆ…\emptyset and XX are closed.
  2. Arbitrary intersections of closed sets are closed: if {CΞ±}α∈A\{C_\alpha\}_{\alpha \in A} is a family of closed sets, then β‹‚Ξ±βˆˆACΞ±\bigcap_{\alpha \in A} C_\alpha is closed.
  3. Finite unions of closed sets are closed: if C1,…,CnC_1, \ldots, C_n are closed, then ⋃i=1nCi\bigcup_{i=1}^n C_i is closed.
ExampleClosed Sets in the Real Line

In R\mathbb{R} with the standard topology:

  • Closed intervals [a,b][a, b] are closed sets.
  • Singleton sets {x}\{x\} are closed (their complement (βˆ’βˆž,x)βˆͺ(x,∞)(-\infty, x) \cup (x, \infty) is open).
  • The set Z\mathbb{Z} of integers is closed.
  • The set [0,1)[0, 1) is neither open nor closed. Its complement (βˆ’βˆž,0)βˆͺ[1,∞)(-\infty, 0) \cup [1, \infty) is not open since [1,∞)[1, \infty) fails to be open at x=1x = 1.
RemarkClopen Sets

A set that is both open and closed is called clopen. In any topological space, βˆ…\emptyset and XX are always clopen. A space XX is connected if and only if βˆ…\emptyset and XX are the only clopen subsets (see Chapter 4).


The Closure Operator

Definition1.6Closure

Let (X,Ο„)(X, \tau) be a topological space and AβŠ†XA \subseteq X. The closure of AA, denoted Aβ€Ύ\overline{A} or cl⁑(A)\operatorname{cl}(A), is the smallest closed set containing AA: Aβ€Ύ=β‹‚{CβŠ†X:CΒ isΒ closedΒ andΒ AβŠ†C}.\overline{A} = \bigcap \{C \subseteq X : C \text{ is closed and } A \subseteq C\}.

Since arbitrary intersections of closed sets are closed, Aβ€Ύ\overline{A} is indeed a well-defined closed set.

Definition1.7Limit Point

Let (X,Ο„)(X, \tau) be a topological space and AβŠ†XA \subseteq X. A point x∈Xx \in X is a limit point (or accumulation point or cluster point) of AA if every open set UU containing xx satisfies: (Uβˆ–{x})∩Aβ‰ βˆ….(U \setminus \{x\}) \cap A \neq \emptyset.

The set of all limit points of AA is called the derived set of AA, denoted Aβ€²A' or AdA^d.

The closure can be characterized in terms of limit points:

Aβ€Ύ=AβˆͺAβ€².\overline{A} = A \cup A'.

ExampleClosure Computations

In R\mathbb{R} with the standard topology:

  1. (a,b)β€Ύ=[a,b]\overline{(a, b)} = [a, b] for a<ba < b.
  2. Qβ€Ύ=R\overline{\mathbb{Q}} = \mathbb{R} (the rationals are dense in R\mathbb{R}).
  3. {1/n:n∈Z+}β€Ύ={1/n:n∈Z+}βˆͺ{0}\overline{\{1/n : n \in \mathbb{Z}^+\}} = \{1/n : n \in \mathbb{Z}^+\} \cup \{0\}, since 00 is the only limit point.
  4. In R\mathbb{R} with the cofinite topology, Aβ€Ύ=X\overline{A} = X for every infinite set AA, and Aβ€Ύ=A\overline{A} = A for every finite set AA.

Kuratowski Closure Axioms

Definition1.8Kuratowski Closure Axioms

The closure operator cl⁑:P(X)β†’P(X)\operatorname{cl}: \mathcal{P}(X) \to \mathcal{P}(X) satisfies the following Kuratowski closure axioms:

  1. cl⁑(βˆ…)=βˆ…\operatorname{cl}(\emptyset) = \emptyset (preservation of the empty set).
  2. AβŠ†cl⁑(A)A \subseteq \operatorname{cl}(A) (extensiveness).
  3. cl⁑(cl⁑(A))=cl⁑(A)\operatorname{cl}(\operatorname{cl}(A)) = \operatorname{cl}(A) (idempotence).
  4. cl⁑(AβˆͺB)=cl⁑(A)βˆͺcl⁑(B)\operatorname{cl}(A \cup B) = \operatorname{cl}(A) \cup \operatorname{cl}(B) (preservation of binary unions).

Conversely, any operator cl⁑:P(X)β†’P(X)\operatorname{cl}: \mathcal{P}(X) \to \mathcal{P}(X) satisfying these four axioms determines a unique topology on XX whose closed sets are exactly the fixed points of cl⁑\operatorname{cl}.


Boundary and Dense Sets

Definition1.9Boundary

The boundary (or frontier) of a set AA in a topological space (X,Ο„)(X, \tau) is: βˆ‚A=Aβ€Ύβˆ©Xβˆ–Aβ€Ύ=Aβ€Ύβˆ–int⁑(A).\partial A = \overline{A} \cap \overline{X \setminus A} = \overline{A} \setminus \operatorname{int}(A).

A point xβˆˆβˆ‚Ax \in \partial A if and only if every open set containing xx intersects both AA and Xβˆ–AX \setminus A.

Definition1.10Dense Set

A subset AA of a topological space (X,Ο„)(X, \tau) is dense in XX if Aβ€Ύ=X\overline{A} = X. Equivalently, AA is dense if and only if every nonempty open set UβˆˆΟ„U \in \tau satisfies U∩Aβ‰ βˆ…U \cap A \neq \emptyset.

A topological space is separable if it admits a countable dense subset.

ExampleDense Sets
  • Q\mathbb{Q} is dense in R\mathbb{R} (standard topology). Thus R\mathbb{R} is separable.
  • Rβˆ–Q\mathbb{R} \setminus \mathbb{Q} (the irrationals) is also dense in R\mathbb{R}.
  • In the cofinite topology on an uncountable set XX, every infinite subset is dense.
  • In the discrete topology, the only dense subset is XX itself.
RemarkNowhere Dense Sets

A set AA is nowhere dense if int⁑(Aβ€Ύ)=βˆ…\operatorname{int}(\overline{A}) = \emptyset, equivalently if Aβ€Ύ\overline{A} has empty interior. The Baire category theorem (for complete metric spaces or locally compact Hausdorff spaces) states that a countable union of nowhere dense sets has empty interior. This provides a powerful tool for existence proofs in analysis.