11. Separation Axioms

T1, Hausdorff, Regular, Normal Spaces

T1, Hausdorff, Regular, and Normal Spaces

Introduction: Why separation matters in topology

Hello students 👋 In topology, we often want to know whether points and sets in a space can be told apart in a precise way. That idea is called separation. Separation axioms help us measure how well a topological space distinguishes points from one another and from closed sets. This is important in mathematics because many theorems work better in spaces that separate objects nicely.

In this lesson, you will learn the main ideas behind four major separation axioms: $T_1$, Hausdorff (also called $T_2$), regular, and normal spaces. By the end, you should be able to recognize these properties, compare them, and use examples to understand how they fit into the larger picture of separation axioms.

Lesson objectives

  • Explain the meaning of $T_1$, Hausdorff, regular, and normal spaces.
  • Use examples to check whether a space has one of these properties.
  • Understand how these axioms relate to each other.
  • See why these ideas are useful in topology and analysis.

Imagine trying to find two friends in a crowded school hallway. If you can point to separate regions around each friend so they do not overlap, that is similar to what separation axioms do in topology. 😊

$T_1$ spaces: points can be separated by open sets

A topological space $X$ is called $T_1$ if for every pair of distinct points $x,y \in X$, there is an open set containing $x$ but not $y$, and also an open set containing $y$ but not $x$.

There is an equivalent and very useful way to say this:

  • In a $T_1$ space, every singleton set $\{x\}$ is closed.

This equivalence is important because closed sets are often easier to work with than open sets.

Example of a $T_1$ space

Any usual metric space, such as $\mathbb{R}$ with the standard topology, is $T_1$. If $x \neq y$ in $\mathbb{R}$, we can choose small open intervals around each point that avoid the other point.

Example of a space that is not $T_1$

Take the indiscrete topology on a set $X$ with more than one point, where the only open sets are $\varnothing$ and $X$. Then you cannot find an open set containing one point but not another. So this space is not $T_1$.

Why $T_1$ matters

The $T_1$ property is one of the first levels of separation. It tells us that points are not “stuck together” topologically. In a $T_1$ space, individual points can be isolated by closed sets, which makes the space more manageable.

Hausdorff spaces: points can be separated by disjoint neighborhoods

A topological space $X$ is Hausdorff if for any two distinct points $x,y \in X$, there exist disjoint open sets $U$ and $V$ such that $x \in U$ and $y \in V$.

This is stronger than $T_1$. In a Hausdorff space, not only can we separate the points by open sets, but those open sets do not overlap at all.

Example of a Hausdorff space

The real line $\mathbb{R}$ with the usual topology is Hausdorff. If $x \neq y$, choose intervals around each point that are small enough to avoid overlap.

For instance, if $x < y$, then we can pick open intervals $U=(x-\epsilon, x+\epsilon)$ and $V=(y-\delta, y+\delta)$ with small enough positive numbers $\epsilon$ and $\delta$ so that $U \cap V = \varnothing$.

A space that is $T_1$ but not Hausdorff

The cofinite topology on an infinite set is a classic example. In this topology, a set is open if it is empty or its complement is finite. This space is $T_1$ because singletons are closed, but it is not Hausdorff because any two nonempty open sets must intersect.

Why Hausdorff spaces are important

Hausdorff spaces are widely used because they behave well with limits. For example, in a Hausdorff space, a sequence or net can have at most one limit. This uniqueness of limits is a major reason Hausdorff spaces appear throughout analysis and topology.

Regular spaces: points and closed sets can be separated

A topological space $X$ is regular if it is $T_1$ and, whenever $x \in X$ and $F$ is a closed set with $x \notin F$, there exist disjoint open sets $U$ and $V$ such that $x \in U$ and $F \subseteq V$.

So regularity is about separating a point from a closed set. This is a natural extension of the idea of separating two points.

How to think about regularity

If a point is outside a closed set, regularity says we can place a neighborhood around the point and a neighborhood around the closed set so that the two neighborhoods do not touch.

This is useful because closed sets often represent “forbidden zones” or boundaries, and regularity ensures we can still isolate a point away from them.

Example of a regular space

Every metric space is regular. If $x \notin F$ and $F$ is closed, then the distance from $x$ to $F$ is positive. We can use that distance to build open balls around $x$ and around $F$ that are disjoint.

Important note

Some textbooks define regularity differently, sometimes saying “a space is regular if points and closed sets can be separated” and then assuming $T_1$ separately. In this lesson, regular means the standard modern definition: $T_1$ plus separation of a point from a closed set by disjoint open sets.

Normal spaces: disjoint closed sets can be separated

A topological space $X$ is normal if it is $T_1$ and any two disjoint closed sets can be separated by disjoint open sets.

That means if $A$ and $B$ are closed, $A \cap B = \varnothing$, then there exist disjoint open sets $U$ and $V$ such that $A \subseteq U$ and $B \subseteq V$.

Normality is stronger than regularity because it separates closed sets from each other, not just a point from a closed set.

Example of a normal space

Every metric space is normal. This is a major theorem and one reason metric spaces are so well-behaved.

A familiar example is $\mathbb{R}$ with the usual topology. If $A$ and $B$ are disjoint closed sets, topology provides methods to create disjoint open neighborhoods around them.

A space that is regular but not normal

There are spaces that are regular but not normal. One famous example is the Sorgenfrey plane, which is the product of two Sorgenfrey lines. It is regular but not normal. This shows that regularity does not automatically imply normality.

Why normality matters

Normal spaces are important because they support powerful results such as the Urysohn lemma and the Tietze extension theorem. These results are central in topology and analysis because they let us build continuous functions that separate closed sets or extend functions from closed subsets.

How the axioms relate to each other

These separation axioms form a hierarchy of strength.

The usual implication chain is:

$$

\text{metric space} \Rightarrow \text{normal} \Rightarrow \text{regular} \Rightarrow T_1

$$

Also,

$$

$\text{Hausdorff} \Rightarrow T_1.$

$$

And in many common settings, metric spaces satisfy all of these properties.

However, not all implications go backward. For example:

  • $T_1$ does not imply Hausdorff.
  • Hausdorff does not imply regular.
  • Regular does not imply normal.

This is why examples and counterexamples are so important in topology. They help us understand exactly how strong each axiom is.

A helpful comparison

  • $T_1$: distinct points can be separated from each other by open sets.
  • Hausdorff: distinct points can be separated by disjoint open sets.
  • Regular: a point and a closed set can be separated by disjoint open sets.
  • Normal: two disjoint closed sets can be separated by disjoint open sets.

Think of it like increasing precision in how topological space manages separation. 📘

Why separation axioms are useful in real mathematics

Separation axioms are not just abstract rules. They help mathematicians prove deep results and avoid strange behavior.

For example, in Hausdorff spaces, limits are unique. That means if a sequence converges, it cannot converge to two different points. This is crucial in calculus and analysis.

In regular and normal spaces, it becomes possible to control closed sets using open neighborhoods. This is valuable when building continuous functions and proving extension theorems.

These properties also help classify spaces. When mathematicians study a new topological space, one of the first questions is often: is it $T_1$? Hausdorff? Regular? Normal? The answers reveal how well the space behaves.

Conclusion

students, you have now seen the core ideas behind $T_1$, Hausdorff, regular, and normal spaces. These are called separation axioms because they measure how well a topological space can separate points and closed sets.

The key idea is simple: the more separation a space has, the more like familiar spaces such as $\mathbb{R}$ it behaves. $T_1$ spaces separate points by closed singletons, Hausdorff spaces separate points by disjoint open sets, regular spaces separate a point from a closed set, and normal spaces separate two disjoint closed sets.

These concepts are central to topology because they explain when a space has nice limits, good neighborhood structure, and powerful function-extension properties. Understanding them gives you a strong foundation for the rest of separation axioms and much of modern topology.

Study Notes

  • A space is $T_1$ if for any two distinct points $x$ and $y$, each has an open neighborhood not containing the other.
  • In a $T_1$ space, every singleton $\{x\}$ is closed.
  • A space is Hausdorff if any two distinct points can be placed in disjoint open sets.
  • Every Hausdorff space is $T_1$.
  • A space is regular if it is $T_1$ and any point not in a closed set can be separated from that closed set by disjoint open sets.
  • A space is normal if it is $T_1$ and any two disjoint closed sets can be separated by disjoint open sets.
  • Every metric space is $T_1$, Hausdorff, regular, and normal.
  • The implication chain is:

$$

\text{metric space} \Rightarrow \text{normal} \Rightarrow \text{regular} \Rightarrow T_1

$$

  • $T_1$ does not necessarily imply Hausdorff.
  • Hausdorff does not necessarily imply regular.
  • Regular does not necessarily imply normal.
  • These axioms are important because they help control limits, neighborhoods, and continuous functions in topology.

Practice Quiz

5 questions to test your understanding

T1, Hausdorff, Regular, Normal Spaces — Topology | A-Warded