Closure (Topology)

Basis
Last updated: Tags: Topology

If you start with an open interval like (0,1)(0, 1) and ask “what is the smallest closed set that contains it?”, the answer is immediately [0,1][0, 1] — you just need to throw in the two missing endpoints. The closure generalises this “seal it up” operation to any subset of any topological space. Unlike the metric-space intuition of “add the limit points,” the topological definition requires no distances: it works purely with open sets.

Three equivalent definitions

Let (X,τ)(X, \tau) be a topological space and AXA \subseteq X. The closure of AA, written A\overline{A} (or cl(A)\operatorname{cl}(A)), can be defined in three equivalent ways.

Definition 1: Smallest closed set containing AA

A{CX:C is closed and AC}.(1)\overline{A} \coloneqq \bigcap \{ C \subseteq X : C \text{ is closed and } A \subseteq C \}. \tag{1}

This is the intersection of all closed sets that contain AA. An arbitrary intersection of closed sets is closed (recall: closed sets are closed under all intersections, including infinite ones). The collection of closed supersets of AA is non-empty since XX itself is always closed. So A\overline{A} is a well-defined closed set, and it is the smallest one containing AA (since every closed superset of AA appears in the intersection).

Definition 2: Union with the derived set

A=AA,(2)\overline{A} = A \cup A', \tag{2}

where AA' is the derived set of AA (the set of all accumulation points of AA). You adjoin to AA precisely those points “approached” by AA from outside. This was established in the derived set checkpoint: AAA \cup A' is closed, AAAA \subseteq A \cup A', and any closed superset of AA must contain AA' too.

Definition 3: Neighbourhood characterisation

A point xXx \in X belongs to A\overline{A} if and only if every open set UU containing xx satisfies

UA.(3)U \cap A \neq \varnothing. \tag{3}

Compare this with accumulation points: the difference is that here we allow xx itself to be in AA (the intersection need not witness a different point of AA). In other words, xAx \in \overline{A} iff xAx \in A or xx is an accumulation point of AA — which is exactly AAA \cup A'.

All three definitions yield the same set. You can use whichever is most convenient for a given argument.

Examples

Standard topology on R\mathbb{R}

  • (0,1)=[0,1]\overline{(0, 1)} = [0, 1]. The smallest closed set containing (0,1)(0,1) is the closed interval; equivalently, 00 and 11 are accumulation points of (0,1)(0,1), and no other points of R\mathbb{R} are.
  • Q=R\overline{\mathbb{Q}} = \mathbb{R}. Every real number is an accumulation point of Q\mathbb{Q} (rationals are dense in R\mathbb{R}).
  • {1/n:n1}={1/n:n1}{0}\overline{\{1/n : n \geq 1\}} = \{1/n : n \geq 1\} \cup \{0\}. The only accumulation point is 00.
  • Z=Z\overline{\mathbb{Z}} = \mathbb{Z}. Every integer is isolated (no accumulation points), so the set is already closed.
  • =\overline{\varnothing} = \varnothing and X=X\overline{X} = X always.

Discrete topology

Every subset of XX is open, so every subset is also closed (complements of open sets are closed). Thus A=A\overline{A} = A for every AA. The closure adds nothing — there are no accumulation points to adjoin.

Indiscrete topology

Only \varnothing and XX are closed. For any non-empty proper subset AXA \subsetneq X, the only closed set containing AA is XX itself, so A=X\overline{A} = X.

Properties of closure

Let (X,τ)(X, \tau) be a topological space and A,BXA, B \subseteq X.

  • A\overline{A} is closed and AAA \subseteq \overline{A}. (By definition (1)(1).)
  • AA is closed if and only if A=AA = \overline{A}. If AA is closed it appears in the intersection (1)(1), giving AA\overline{A} \subseteq A; since AAA \subseteq \overline{A} always, equality follows.
  • Idempotent: A=A\overline{\overline{A}} = \overline{A}. Since A\overline{A} is already closed, its closure is itself.
  • Monotone: if ABA \subseteq B then AB\overline{A} \subseteq \overline{B}.
  • Union: AB=AB\overline{A \cup B} = \overline{A} \cup \overline{B}. A point is near ABA \cup B iff it is near AA or near BB.
  • Intersection (one direction only): ABAB\overline{A \cap B} \subseteq \overline{A} \cap \overline{B}. Equality fails in general: in R\mathbb{R}, (0,1)(1,2)==\overline{(0,1) \cap (1,2)} = \overline{\varnothing} = \varnothing but (0,1)(1,2)=[0,1][1,2]={1}\overline{(0,1)} \cap \overline{(1,2)} = [0,1] \cap [1,2] = \{1\}.

Duality with the interior

Closure and interior are dual to each other via complementation. For any AXA \subseteq X:

A=Xint(XA),(4)\overline{A} = X \setminus \operatorname{int}(X \setminus A), \tag{4} int(A)=XXA.(5)\operatorname{int}(A) = X \setminus \overline{X \setminus A}. \tag{5}

You can read (4)(4) as: the closure of AA is everything that is not in the interior of the complement. Points on the “edge” of AA belong to neither the interior of AA nor the interior of XAX \setminus A, so they end up in the closure but not the interior — which is precisely the boundary.

These dual formulas mean that every theorem about closures translates into a theorem about interiors (and vice versa) by taking complements. This symmetry runs throughout topology.

Density

A set AA is called dense in XX when A=X\overline{A} = X: every point of XX is either in AA or is approached by AA. The rationals Q\mathbb{Q} are dense in R\mathbb{R}.

More generally, AA is dense in BB when BAB \subseteq \overline{A}. Density is a central concept in analysis and topology: knowing that a “nice” set (like Q\mathbb{Q} or the polynomials) is dense in a bigger space lets you approximate arbitrary elements by nice ones.

Summary

  • The closure A\overline{A} is the smallest closed set containing AA, obtained by intersecting all closed supersets of AA.
  • Equivalently, A=AA\overline{A} = A \cup A': adjoin the derived set to include all accumulation points.
  • Equivalently by point characterisation: xAx \in \overline{A} iff every open neighbourhood of xx meets AA.
  • AA is closed iff A=AA = \overline{A}; the closure is idempotent, monotone, and distributes over finite unions.
  • Closure and interior are dual: A=Xint(XA)\overline{A} = X \setminus \operatorname{int}(X \setminus A).
  • A set is dense in XX when its closure is all of XX.
  • The difference between the closure and the interior — Aint(A)\overline{A} \setminus \operatorname{int}(A) — is the boundary of AA.