point set topology
Interior, Closure, and Boundary
You should know: open and closed sets
Overview
Given a subset A of a topological space X, three companion sets describe how A sits inside X: the interior of A (the largest open set contained in A), the closure of A (the smallest closed set containing A), and the boundary of A (the points that are 'on the edge' — in the closure of both A and its complement). These three constructions recover, in any topological space, exactly the everyday geometric intuition of interior, closure, and edge for shapes in the plane, while also making sense for wild, non-metric spaces. Every point of X falls into exactly one of: the interior of A, the interior of the complement of A, or the boundary of A — a three-way partition of the whole space relative to A.
Intuition
Think of a filled-in disk in the plane that includes only part of its rim. The interior is everything strictly inside — points with a little open 'wiggle room' entirely inside the disk. The closure glues the whole rim back on, giving you the filled disk plus its full boundary circle, even the parts you started without. The boundary is exactly that rim: points where every neighborhood, no matter how small, catches some points inside the set and some points outside it. A point is interior if it has breathing room inside A; it is a boundary point if it can never fully escape A's presence or A's complement's presence, no matter how you shrink the neighborhood.
Formal Definition
Let (X, τ) be a topological space and A ⊆ X. Define:
The union of all open subsets of A — the largest open set contained in A
The intersection of all closed supersets of A — the smallest closed set containing A
Points in the closure of A that are not interior to A; equivalently, points in the closure of both A and its complement
Every point of X lies in exactly one of the interior of A, the boundary of A, or the interior of the complement of A
Notation
| Notation | Meaning |
|---|---|
| The interior of A | |
| The closure of A | |
| The boundary (frontier) of A | |
| A is dense in X if its closure is the whole space — every nonempty open set of X meets A |
Derivation
Deriving int(A) = X \ closure(X\A), the complementation identity linking interior and closure, directly from the definitions.
Unfold the definition of closure applied to the complement of A
De Morgan: complement of an intersection is the union of complements
Substituting U = X\C (open, since C is closed) and noting X\A ⊆ C ⟺ U ⊆ A
This union of open subsets of A is exactly the definition of the interior
Proofs
- (Definition of boundary)
- (Complementation duality between interior and closure)
- (Substitute and simplify the set difference as an intersection with the complement)
- (Combining the previous steps gives the symmetric closure-based formula for the boundary)
Properties
Interior is idempotent and open
Closure is idempotent and closed
A is open iff A = int(A)
A is closed iff A = closure(A)
Complementation duality
Condition: Interior and closure are De Morgan duals of each other with respect to complementation.
Boundary of a boundary
Example: For A = [0,1] ⊂ ℝ, ∂A = {0,1}, and ∂({0,1}) = {0,1} since {0,1} is already closed with empty interior.
Applications
Worked Examples
Every point of (0,1) has a small open interval around it still inside A, but 1 does not (any interval around 1 sticks out past 1). So the interior is (0,1).
The smallest closed set containing (0,1] must include the limit point 0 as well, giving [0,1].
Boundary = closure minus interior: [0,1] \ (0,1) = {0,1}.
Answer: int(A) = (0,1), closure(A) = [0,1], ∂A = {0,1}.
Practice Problems
The interior of a set A is defined as:
Find the boundary of the set B = {(x,y) ∈ ℝ² : x² + y² < 1} (the open unit disk) in the standard topology on ℝ².
Prove that A is closed if and only if A contains its own boundary (∂A ⊆ A).
Quiz
Summary
- int(A) is the largest open subset of A; closure(A) is the smallest closed superset of A; ∂A = closure(A) \ int(A) is the boundary.
- Every point of X lies in exactly one of int(A), ∂A, or int(X\A) — a three-way partition determined by A.
- Interior and closure are De Morgan duals: X\closure(A) = int(X\A), and X\int(A) = closure(X\A).
- A is open iff A = int(A); A is closed iff A = closure(A) iff ∂A ⊆ A.
- A is dense in X iff closure(A) = X iff every nonempty open subset of X meets A — as with ℚ in ℝ, where int(ℚ)=∅ yet closure(ℚ)=ℝ.
References
- BookMunkres, J. Topology, 2nd ed. Ch. 2.
Mathematics