Boundary (Topology)

Basis
Last updated: Tags: Topology

Prerequisites

Stand on the shoreline of an island: you are neither in the ocean nor on dry land — you are on the boundary between the two. Every open neighbourhood around you reaches both the sea and the shore. The boundary of a set makes this geometric picture precise for any topological space. It is where the set and its complement cannot be separated by any open set.

Definition

Let (X,τ)(X, \tau) be a topological space and AXA \subseteq X. The boundary of AA, written A\partial A (or bd(A)\operatorname{bd}(A) or Fr(A)\operatorname{Fr}(A)), is defined as

AAXA.(1)\partial A \coloneqq \overline{A} \cap \overline{X \setminus A}. \tag{1}

It is the set of points that belong to both the closure of AA and the closure of the complement of AA.

By the neighbourhood characterisation of closure (a point xx is in B\overline{B} iff every open set around xx meets BB), you can unpack (1)(1) into a direct condition: xAx \in \partial A if and only if

Uτ,xU    UA and U(XA).(2)\forall\, U \in \tau,\quad x \in U \implies U \cap A \neq \varnothing \text{ and } U \cap (X \setminus A) \neq \varnothing. \tag{2}

In words: every open neighbourhood of a boundary point touches both AA and its complement. You cannot “separate” xx from either side.

The partition theorem

The three concepts — interior, boundary, and exterior — carve XX into three mutually disjoint pieces. Define the exterior of AA as ext(A)int(XA)\operatorname{ext}(A) \coloneqq \operatorname{int}(X \setminus A) — the interior of the complement.

Theorem (partition of XX). For any AXA \subseteq X:

X=int(A)Aext(A),(3)X = \operatorname{int}(A) \cup \partial A \cup \operatorname{ext}(A), \tag{3}

and these three sets are pairwise disjoint.

Why this holds. The interior and exterior are disjoint open sets. A point is in int(A)\operatorname{int}(A) if it has a neighbourhood inside AA, in ext(A)\operatorname{ext}(A) if it has a neighbourhood inside XAX \setminus A, and in A\partial A if no neighbourhood fits entirely on either side. Every point of XX falls into exactly one of these three cases.

Equivalently, using the closure–interior duality A=Xint(XA)\overline{A} = X \setminus \operatorname{int}(X \setminus A):

A=int(A)A(4)\overline{A} = \operatorname{int}(A) \cup \partial A \tag{4}

(the closure is the interior together with the boundary), and the split is disjoint.

Examples

Standard topology on R\mathbb{R}

  • (0,1)={0,1}\partial (0, 1) = \{0, 1\}. The closure is [0,1][0,1]; the closure of the complement (,0][1,+)(−\infty, 0] \cup [1, +\infty) is itself; their intersection is {0,1}\{0, 1\}.
  • [0,1]={0,1}\partial [0, 1] = \{0, 1\} as well. The set and its complement (,0)(1,+)(−\infty, 0) \cup (1, +\infty) have the same boundary regardless of whether endpoints are included.
  • Q=R\partial \mathbb{Q} = \mathbb{R}. Rationals and irrationals are both dense in R\mathbb{R}, so Q=R\overline{\mathbb{Q}} = \mathbb{R} and RQ=R\overline{\mathbb{R} \setminus \mathbb{Q}} = \mathbb{R}; their intersection is all of R\mathbb{R}.
  • R=\partial \mathbb{R} = \varnothing. There is no complement; XX=X \setminus X = \varnothing, whose closure is \varnothing.

Discrete topology

In the discrete topology every set is both open and closed, so A=A\overline{A} = A and XA=XA\overline{X \setminus A} = X \setminus A. Their intersection is A(XA)=A \cap (X \setminus A) = \varnothing. Every set has empty boundary in the discrete topology.

Indiscrete topology

Only \varnothing and XX are closed. For a non-empty proper subset AXA \subsetneq X, both A=X\overline{A} = X and XA=X\overline{X \setminus A} = X. So A=XX=X\partial A = X \cap X = X. The entire space is the boundary of every proper non-empty subset — an extreme case reflecting how coarse the indiscrete topology is.

Properties

Let (X,τ)(X, \tau) be a topological space and AXA \subseteq X.

  • A\partial A is closed. It is the intersection of two closed sets: A=AXA\partial A = \overline{A} \cap \overline{X \setminus A}.
  • Symmetry: A=(XA)\partial A = \partial(X \setminus A). The boundary is the same for a set and its complement — the shoreline belongs to neither the sea nor the land.
  • Decomposition: A=int(A)A\overline{A} = \operatorname{int}(A) \sqcup \partial A (disjoint union), from equation (4)(4).
  • Boundary of boundary: (A)A\partial(\partial A) \subseteq \partial A. The boundary of a closed set is contained in that set; since A\partial A is closed, its boundary is a subset of itself.
  • Interior and boundary are disjoint: int(A)A=\operatorname{int}(A) \cap \partial A = \varnothing. An interior point has a neighbourhood inside AA, which separates it from XAX \setminus A.

Open, closed, and clopen sets via the boundary

The boundary gives particularly clean characterisations of the three special types of sets.

Theorem. Let AXA \subseteq X. Then:

  1. AA is open if and only if AA=A \cap \partial A = \varnothing (the boundary lies entirely in the complement of AA).
  2. AA is closed if and only if AA\partial A \subseteq A (the boundary lies inside AA).
  3. AA is clopen (both open and closed) if and only if A=\partial A = \varnothing.

Why this is true.

  1. If AA is open then A=int(A)A = \operatorname{int}(A), which is disjoint from A\partial A. Conversely if AA=A \cap \partial A = \varnothing then no point of AA is in XA\overline{X \setminus A}, so every point of AA has a neighbourhood inside AA, making AA open.

  2. AA is closed iff A=A\overline{A} = A. Since A=int(A)A\overline{A} = \operatorname{int}(A) \cup \partial A and int(A)A\operatorname{int}(A) \subseteq A, equality A=A\overline{A} = A holds iff AA\partial A \subseteq A.

  3. Combine (1) and (2): clopen requires AA=A \cap \partial A = \varnothing and AA\partial A \subseteq A, which together force A=\partial A = \varnothing.

This last point is particularly useful: in a connected topological space, only \varnothing and XX have empty boundary, because those are the only clopen sets. Boundary emptiness is thus a witness to disconnection.

The boundary formula in coordinates

In Rn\mathbb{R}^n with the standard topology, you can think of the boundary of a set as its “topological skin” — the set of points where an infinitesimally small ball always straddles the set and its complement. This matches the geometric intuition: the boundary of a disk is its circle, the boundary of a cube is its six faces. In abstract topology, this intuition generalises to arbitrary spaces with no geometry at all.

Summary

  • The boundary AAXA\partial A \coloneqq \overline{A} \cap \overline{X \setminus A} consists of all points every neighbourhood of which meets both AA and XAX \setminus A.
  • A\partial A is always a closed set, and A=(XA)\partial A = \partial(X \setminus A) (boundary is symmetric).
  • The space XX partitions as int(A)Aext(A)\operatorname{int}(A) \sqcup \partial A \sqcup \operatorname{ext}(A); the closure satisfies A=int(A)A\overline{A} = \operatorname{int}(A) \sqcup \partial A.
  • AA is open iff AA=\partial A \cap A = \varnothing; closed iff AA\partial A \subseteq A; clopen iff A=\partial A = \varnothing.
  • In a connected space, only \varnothing and XX have empty boundary.
  • In the discrete topology every set has empty boundary; in the indiscrete topology every proper non-empty subset has boundary equal to all of XX.