Interior, Boundary and Exterior#
Every subset \(S\) of a topological space \((X, \tau)\) divides \(X\) into three pairwise disjoint subsets whose union is \(X\).
Definition: Interior Point
Let \((X, \tau)\) be a topological space \((X, \tau)\) and let \(S\) be a subset of \(X\).
We say that \(p \in X\) is an interior point of \(S\) if it has a neighborhood contained in \(S\).
Definition: Topological Interior
The (topological) interior of \(S\) is the set of all its interior points:
Notation
Definition: Boundary Point
Let \((X, \tau)\) be a topological space \((X, \tau)\) and let \(S\) be a subset of \(X\).
We say that \(p \in X\) is a boundary point of \(S\) if every neighborhood of \(p\) intersects both \(S\) and and its complement \(X \setminus S\).
Definition: Topological Boundary
The (topological) boundary of \(S\) is the set of all its boundary points.
Notation
Definition: Exterior Point
Let \((X, \tau)\) be a topological space \((X, \tau)\) and let \(S\) be a subset of \(X\).
We say that \(p \in X\) is an exterior point of \(S\) if it has a neighborhood which contains no points of \(S\).
Definition: Topological Exterior
The (topological) exterior of \(S\) is the set of all its exterior points:
Notation
Theorem: Union of Interior, Boundary and Exterior
Let \((X, \tau)\) be a topological space.
If \(S\) is any subset of \(X\), then \(X\) is the union of \(S\)'s interior, boundary and exterior:
Proof
TODO
Theorem: Interior via Open Sets
Let \((X, \tau)\) be a topological space and let \(S\) be a subset of \(X\).
The interior of \(S\) is the union of all open sets contained in \(S\).
Proof
TODO
Theorem: Interior is a Subset
Let \((X, \tau)\) be a topological space and let \(S\) be a subset of \(X\).
The interior of \(S\) is a subset of \(S\):
Proof
Suppose that \(\operatorname{int} S\) is not a subset of \(S\). Then there must exist some \(s \in \operatorname{int} S\) such that \(s \notin S\). Since \(s \in \operatorname{int} S\), there must exist some open set \(O\) such that \(s \in O\) and \(O \subseteq S\). However, \(s \notin S\) implies that \(O\) is not a subset of \(S\), which is a contradiction.
Theorem: Openness \(\iff\) Interior
Let \((X, \tau)\) be a topological space.
A subset \(S \subseteq X\) is open if and only if it is equal to its own interior.
Proof
We need to prove two things:
- (I) If \(S\) is open, then \(S = \operatorname{int} S\).
- (II) If \(S = \operatorname{int} S\), then \(S\) is open.
Proof of (I):
Suppose \(S\) is open. Recall the definition of the interior \(\operatorname{int} S\):
Since \(S\subseteq S\) and \(S\) is open, we know that \(S \in \{O \subseteq S \mid O \text{ is open}\}\) and thus \(S \subseteq \operatorname{int} S\). However, the interior is a subset of \(S\). Since \(S \subseteq \operatorname{int} S\) and \(\operatorname{int} S \subseteq S\), we know deduce that \(S = \operatorname{int} S\).
Proof of (II):
Suppose that \(S = \operatorname{int} S\). Since the interior \(\operatorname{int} S\) is a union of open sets, it is itself open. Therefore, \(S\) is open.