ConceptComplete

Regular (T3) and Normal (T4) Spaces

Regularity and normality extend the separation axioms beyond point separation to the separation of points from closed sets and closed sets from each other. These stronger conditions enable powerful tools such as the Urysohn lemma and the Tietze extension theorem.


Regular Spaces

Definition6.4Regular Space

A topological space XX is regular if for every point xXx \in X and every closed set CC not containing xx, there exist disjoint open sets UU and VV with xUx \in U and CVC \subseteq V.

A space is T3T_3 if it is regular and T1T_1 (equivalently, regular and T0T_0, since regular + T0T_0 implies T1T_1).

Theorem6.3Characterization of Regularity

A T1T_1 space XX is regular if and only if for every xXx \in X and every open neighborhood UU of xx, there exists an open VV with xVVUx \in V \subseteq \overline{V} \subseteq U.

Proof

(\Rightarrow): Let UU be open with xUx \in U. Then C=XUC = X \setminus U is closed and xCx \notin C. By regularity, there exist disjoint open VxV \ni x and WCW \supseteq C. Then VW=V \cap W = \emptyset implies VXWV \subseteq X \setminus W. Since XWX \setminus W is closed, VXWXC=U\overline{V} \subseteq X \setminus W \subseteq X \setminus C = U.

(\Leftarrow): Given xCx \notin C (closed), set U=XCU = X \setminus C. By hypothesis, there exists open VV with xVVUx \in V \subseteq \overline{V} \subseteq U. Then VV and XVX \setminus \overline{V} are disjoint open sets separating xx from CC.

ExampleRegular and Non-Regular Spaces
  1. Every metric space is regular: Given xx and a closed CC with xCx \notin C, set d=d(x,C)>0d = d(x, C) > 0. Then B(x,d/2)B(x, d/2) and {y:d(y,C)<d/2}\{y : d(y, C) < d/2\} are disjoint open neighborhoods.

  2. R\mathbb{R} with the KK-topology (BK={(a,b)}{(a,b)K}\mathcal{B}_K = \{(a,b)\} \cup \{(a,b) \setminus K\} where K={1/n}K = \{1/n\}) is Hausdorff but not regular: the closed set KK cannot be separated from 00 by disjoint open sets.

  3. The Sorgenfrey line R\mathbb{R}_\ell is regular (and in fact normal).


Normal Spaces

Definition6.5Normal Space

A topological space XX is normal if for every pair of disjoint closed sets C,DC, D, there exist disjoint open sets U,VU, V with CUC \subseteq U and DVD \subseteq V.

A space is T4T_4 if it is normal and T1T_1.

Theorem6.4Characterization of Normality

A T1T_1 space XX is normal if and only if for every closed set CC and open set UU with CUC \subseteq U, there exists an open VV with CVVUC \subseteq V \subseteq \overline{V} \subseteq U.

Proof

(\Rightarrow): Given CUC \subseteq U with CC closed and UU open, set D=XUD = X \setminus U. Then CC and DD are disjoint closed sets. By normality, there exist disjoint open VCV \supseteq C and WDW \supseteq D. Then VW=\overline{V} \cap W = \emptyset (since VW=V \cap W = \emptyset and WW is open), so VXWXD=U\overline{V} \subseteq X \setminus W \subseteq X \setminus D = U.

(\Leftarrow): For disjoint closed sets C,DC, D, take U=XDU = X \setminus D. By hypothesis, CVVUC \subseteq V \subseteq \overline{V} \subseteq U. Then VV and XVX \setminus \overline{V} are the desired disjoint open sets.


Examples and Counterexamples

ExampleNormal Spaces
  1. Every metric space is normal (a consequence of the Urysohn metrization approach, or proved directly using distance functions).

  2. Every compact Hausdorff space is normal (Theorem 5.10).

  3. Every second-countable regular space is normal (consequence of the Urysohn metrization theorem).

  4. R\mathbb{R} and Rn\mathbb{R}^n with the standard topology are normal.

  5. The Sorgenfrey line R\mathbb{R}_\ell is normal.

ExampleNon-Normal Spaces
  1. The Sorgenfrey plane R×R\mathbb{R}_\ell \times \mathbb{R}_\ell is not normal, even though each factor is normal. This shows normality is not preserved by products.

  2. Rω\mathbb{R}^\omega in the box topology is not normal (Hausdorff but not normal).

  3. The bug-eyed line (two copies of R\mathbb{R} identified except at the origin) is Hausdorff but not regular (hence not normal).


The Separation Axiom Hierarchy

RemarkThe Complete Hierarchy

T4  (normal+T1)    T3  (regular+T1)    T2  (Hausdorff)    T1    T0T_4 \; (\text{normal} + T_1) \implies T_3 \; (\text{regular} + T_1) \implies T_2 \; (\text{Hausdorff}) \implies T_1 \implies T_0

Each implication is strict. Additionally:

  • Normal does not imply regular without T1T_1 (pathological counterexamples exist).
  • T4T_4 does not imply metrizable (the Sorgenfrey line is T4T_4 but not metrizable).
  • All metric spaces are T4T_4, but T4T_4 is not preserved by products.

The hierarchy continues with completely regular (T312T_{3\frac{1}{2}}) spaces, which lie between T3T_3 and T4T_4 in terms of their relationship to function separation.

Theorem6.5Normal Implies Regular for $T_1$ Spaces

Every T4T_4 space is T3T_3.

Proof

Let XX be T4T_4 and let xXx \in X with CC closed and xCx \notin C. Since XX is T1T_1, {x}\{x\} is closed. Then {x}\{x\} and CC are disjoint closed sets. By normality, there exist disjoint open sets UxU \ni x and VCV \supseteq C. So XX is regular.