Interior (Topology)

Basis
Last updated: Tags: Topology

Prerequisites

When you think of the interval (0,1)(0, 1) in the real line, every point feels “safely inside” — you can move a little in either direction and stay in the interval. The endpoint 00 of [0,1][0, 1], by contrast, sits right on the edge: every neighbourhood straddles the boundary. The interior makes this intuition precise for any topological space, with no mention of distance.

Interior points

Let (X,τ)(X, \tau) be a topological space and let AXA \subseteq X. A point xXx \in X is an interior point of AA if there exists an open set UτU \in \tau with

xUA.(1)x \in U \subseteq A. \tag{1}

In words: xx is an interior point of AA when some open neighbourhood of xx fits entirely inside AA. Note that xx must itself belong to AA (since xUAx \in U \subseteq A), so only points of AA can be interior points of AA.

The interior of a set

The interior of AA, written int(A)\operatorname{int}(A) (or AA^\circ), is the set of all interior points of AA:

int(A){xX:Uτ, xUA}.(2)\operatorname{int}(A) \coloneqq \{ x \in X : \exists\, U \in \tau,\ x \in U \subseteq A \}. \tag{2}

There is an equivalent, and often more useful, description: int(A)\operatorname{int}(A) is the largest open subset of AA, meaning the union of all open sets contained in AA:

int(A)={Uτ:UA}.(3)\operatorname{int}(A) = \bigcup \{ U \in \tau : U \subseteq A \}. \tag{3}

To see why these agree, note that any open set UAU \subseteq A contributes all of its points to the union in (3)(3), making them interior points by (1)(1). Conversely, every interior point xx witnesses an open set UxU \ni x with UAU \subseteq A, so xx is captured in the union. Since τ\tau is closed under arbitrary unions (axiom T2), the union in (3)(3) is itself open.

Examples

Standard topology on R\mathbb{R}

With the standard metric topology on R\mathbb{R}:

  • int((0,1))=(0,1)\operatorname{int}\bigl((0, 1)\bigr) = (0, 1) — an open interval is its own interior.
  • int([0,1])=(0,1)\operatorname{int}\bigl([0, 1]\bigr) = (0, 1) — the endpoints 00 and 11 are stripped away, since no open interval around them lies entirely in [0,1][0, 1].
  • int([0,1))=(0,1)\operatorname{int}\bigl([0, 1)\bigr) = (0, 1) — same reasoning; 00 is on the edge.
  • int(Q)=\operatorname{int}(\mathbb{Q}) = \varnothing — every open interval contains irrationals, so no open set is contained in Q\mathbb{Q}.
  • int(R)=R\operatorname{int}(\mathbb{R}) = \mathbb{R} — the whole space is open.

Discrete topology

In the discrete topology on any set XX (where every subset is open), every singleton {x}\{x\} is open. For any AXA \subseteq X and any xAx \in A, the open set {x}\{x\} satisfies x{x}Ax \in \{x\} \subseteq A, so every point of AA is an interior point:

int(A)=A(discrete topology).\operatorname{int}(A) = A \quad \text{(discrete topology)}.

Indiscrete topology

In the indiscrete topology on XX with X>1|X| > 1 (only \varnothing and XX are open), the only non-empty open set is XX itself. An open set UAU \subseteq A must satisfy U{,X}U \in \{\varnothing, X\}, so the only possibility with UAU \subseteq A is U=U = \varnothing (unless A=XA = X):

int(A)={Xif A=X,otherwise.\operatorname{int}(A) = \begin{cases} X & \text{if } A = X, \\ \varnothing & \text{otherwise.} \end{cases}

Properties of the interior

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

  • int(A)\operatorname{int}(A) is open, and int(A)A\operatorname{int}(A) \subseteq A. (Follows directly from (3)(3).)
  • AA is open if and only if A=int(A)A = \operatorname{int}(A). If AA is open it is one of the sets in the union (3)(3), so Aint(A)A \subseteq \operatorname{int}(A); combined with int(A)A\operatorname{int}(A) \subseteq A we get equality.
  • Idempotent: int(int(A))=int(A)\operatorname{int}(\operatorname{int}(A)) = \operatorname{int}(A). Since int(A)\operatorname{int}(A) is already open, its interior is itself.
  • Monotone: if ABA \subseteq B then int(A)int(B)\operatorname{int}(A) \subseteq \operatorname{int}(B).
  • Intersection: int(AB)=int(A)int(B)\operatorname{int}(A \cap B) = \operatorname{int}(A) \cap \operatorname{int}(B).
  • Union (one direction only): int(A)int(B)int(AB)\operatorname{int}(A) \cup \operatorname{int}(B) \subseteq \operatorname{int}(A \cup B). Equality does not hold in general: in R\mathbb{R}, int([0,1])int([1,2])=(0,1)(1,2)\operatorname{int}([0,1]) \cup \operatorname{int}([1,2]) = (0,1) \cup (1,2), which misses 11, while int([0,1][1,2])=int([0,2])=(0,2)\operatorname{int}([0,1] \cup [1,2]) = \operatorname{int}([0,2]) = (0,2).

The dual perspective: closure

The interior and closure are dual to each other via complementation:

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

where B\overline{B} denotes the closure of BB. You can read this as: the interior of AA consists of those points that are not in the closure of the complement. This duality is fundamental — results about interiors and results about closures translate into each other by taking complements.

Summary

  • A point xx is an interior point of AA when some open set UU satisfies xUAx \in U \subseteq A.
  • The interior int(A)\operatorname{int}(A) is the set of all interior points of AA, equivalently the largest open subset of AA.
  • AA is open if and only if A=int(A)A = \operatorname{int}(A).
  • The interior operator is idempotent and monotone, distributes over finite intersections, and only partially distributes over unions.
  • In the discrete topology every set equals its own interior; in the indiscrete topology only \varnothing and XX do.
  • The interior is dual to the closure via int(A)=XXA\operatorname{int}(A) = X \setminus \overline{X \setminus A}.