Separation Axioms
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the separation axioms in order, see what each one buys, understand why Hausdorff is the standard assumption, and meet the counterexamples showing the hierarchy is strict.
The Concept
Section titled “The Concept”The problem being solved
Section titled “The problem being solved”The three topology axioms are so weak that nothing stops a space from being useless. In the trivial topology on , the only open sets are and the whole space, so the two points cannot be told apart by any open set, and a sequence can converge to both of them at once.
The separation axioms are increasingly strong guarantees that the topology has enough open sets to keep points and sets apart. They are numbered through , and each implies the previous ones.
The figure tests three topologies on a three-point set by brute-force search over point pairs and open sets. The trivial topology fails everything, the chain topology satisfies and nothing more, and the discrete topology satisfies all three.
The axioms
Section titled “The axioms”. For distinct there is an open set containing exactly one of them. The weakest useful condition: it says the topology can at least tell points apart. Failing it means two points are genuinely interchangeable, which is why is assumed almost always.
. For distinct there is an open set containing but not , and one containing but not . Equivalently:
That reformulation is the useful one. The cofinite topology on an infinite set is , since finite sets are exactly the closed sets.
, Hausdorff. For distinct there are disjoint open sets and . This is the workhorse, and three properties come with it:
- Limits are unique. Two different limits would need disjoint neighbourhoods that a convergent sequence would have to be in simultaneously.
- Compact sets are closed, as proved in lesson 10.
- The diagonal is closed in , which is the slick formulation.
, regular Hausdorff. A point and a disjoint closed set can be separated by disjoint open sets. , normal Hausdorff. Two disjoint closed sets can be. Normality is what Urysohn’s lemma needs:
In a normal space, for disjoint closed there is a continuous with on and on .
That lemma is the source of continuous functions in abstract settings, and it is why normality matters: without it you may have a topology with almost no continuous real-valued functions on it.
The hierarchy is strict
Section titled “The hierarchy is strict”and each implication is strict. The counterexamples worth knowing:
| Space | Satisfies | Fails |
|---|---|---|
| Trivial topology on points | nothing | |
| Sierpiński space | ||
| Cofinite topology on an infinite set | ||
| Various line-with-two-origins constructions | ||
| The Sorgenfrey plane |
The cofinite example is the most instructive. Any two nonempty open sets there intersect, as proved in lesson 3, so no two points can be separated by disjoint sets - yet every singleton is closed. So and are genuinely different conditions.
Where metric spaces sit
Section titled “Where metric spaces sit”Every metric space is , hence , , and .
The proof of Hausdorff is one line: for take and the balls , are disjoint by the triangle inequality.
The contrapositive is the practical use: a space failing any cannot be metrizable. That is how the cofinite topology on is shown to be non-metric, without constructing anything.
Full metrizability needs more, and the Urysohn metrization theorem supplies it:
A regular Hausdorff space with a countable basis is metrizable.
Compactness and separation together
Section titled “Compactness and separation together”The two families interact, and the combinations are why “compact Hausdorff” appears so often:
- Compact + Hausdorff normal, so comes free.
- Compact Hausdorff spaces are exactly the ones where a continuous bijection is automatically a homeomorphism.
- A compact Hausdorff space is metrizable exactly when it is second countable.
Compact Hausdorff is the sweet spot of general topology: strong enough for the theorems, general enough to include all the standard examples.
Worked Examples
Section titled “Worked Examples”Example 1: Show every metric space is Hausdorff.
Solution. Let and set .
If some lay in both and then
a contradiction. So the balls are disjoint.
Answer: Hausdorff. ∎
Example 2: Show the cofinite topology on is but not .
Solution. : for , the set is open, contains , and excludes ; symmetrically for the other direction. Equivalently, each singleton has cofinite complement, so singletons are closed ✓
Not : any two nonempty open sets have finite complements, so the complement of their intersection is finite and the intersection is infinite, hence nonempty. No disjoint pair exists ✗
∎
Consequently it is not metrizable, since every metric space is Hausdorff.
Example 3: Show limits are unique in a Hausdorff space.
Solution. Suppose and with . Choose disjoint open and .
Convergence gives with for , and with for . For the term lies in both, contradicting disjointness.
∎
In the trivial topology every sequence converges to every point, which is exactly what Hausdorff rules out.
Example 4: Show the Sierpiński space is but not .
Solution. Let with .
: the open set contains and not ✓
: every open set containing is , which also contains . So cannot be separated from ✗. Equivalently, is not closed since its complement is not open.
∎
This space is not a curiosity: it is fundamental in domain theory, where the two points represent “terminated” and “still running.”
Example 5: Show a compact Hausdorff space is normal.
Solution sketch. In a Hausdorff space, a compact set and a point outside it can be separated - the argument from lesson 10, Example 5. That gives regularity, since closed subsets of a compact space are compact.
Applying the same finite-subcover argument again, now with a compact set on each side, separates two disjoint closed sets.
Answer: normal. ∎
Both steps are the same trick: cover, take a finite subcover, intersect the finitely many neighbourhoods.
Example 6: Show is equivalent to all singletons being closed.
Solution. Suppose holds and fix . For each there is an open with . Then
is open, so is closed.
Conversely, if all singletons are closed then for the set is open, contains , and excludes . ∎
Example 7: Use Urysohn’s lemma.
Show that in a normal space, disjoint closed sets can be separated by a continuous function.
Solution. That is exactly the statement of the lemma: there is continuous with on and on .
The separating open sets follow: take and , which are open by continuity, contain and , and are disjoint. ∎
Normality is what guarantees non-trivial continuous functions exist. Without it, a space can be perfectly good topologically and admit only constant maps to , which would make analysis on it impossible.
Real-World Applications
Section titled “Real-World Applications”Domain theory and program semantics. The Sierpiński space and its relatives model observable properties of computations, where “terminates” is open and “runs forever” is not. These spaces are deliberately non-Hausdorff, and the whole theory is built on .
Algebraic geometry. The Zariski topology is on a curve but not Hausdorff, so the standard analytic intuitions fail and different tools are needed. Knowing which axiom holds tells you which theorems are available.
Numerical uniqueness. A limit being unique is what lets an algorithm report “the” answer. The Hausdorff property is the abstract version of that guarantee, and non-Hausdorff quotients in optimization are a sign the model is under-specified.
Data clustering. Whether two data points can be separated by a neighbourhood is the abstract form of whether they are distinguishable by measurement. Points that cannot be separated indicate insufficient features rather than genuine identity.
Sensor resolution. A sensor grid induces a topology in which points inside the same cell are indistinguishable, so it is at best. Refining the grid strengthens the separation, which is exactly what increasing resolution means.
Function existence in modelling. Urysohn’s lemma is why smooth bump functions and partitions of unity exist, and those are the basic tools of differential geometry, finite element methods, and computer graphics blending.
Retrying will remove your ✅ checkmark until you pass again.