home | section main page | rss feed


Separation Axioms

Table of Contents

1. Definitions

The separation axioms of a topological space are definitions that are useful for discussing how different points and sets in a topology are separated from each other. In ascending order of strength we list them here.

1.1. Kolmogorov Space (T0)

A space where for all x,yXx, y \in X, there exists UU such that xUx \in U yet yUy \not \in U OR vise versa. Also called distinguishable or T0. You might think these are useless, but notably, any topological space can be converted into a T0 space by factoring out indistinguishable points.

1.2. T1 Space

A space where for all x,yXx, y \in X there exists U,VU, V such that xU,yVx \in U, y \in V yet xVx \not \in V, yUy \not \in U. These spaces are interesting because singletons are closed. For example take any singleton {x}\lbrace x \rbrace and consider the open set yxUy\cup_{y \not = x} U_{y} where each open neighborhood of yy UyU_{y} does not contain xx. The complement of this set is closed, and is precisely the singleton.

1.3. Hausdorff (T2)

A space where for all x,yXx, y \in X, there exists UU, VV such that xUx \in U, yVy \in V, yet UV=U \cap V = \emptyset. Notably limits on nets converge uniquely when they converge in these Hausdorff spaces.

1.4. Regular (T3)

A space where for all xXx \in X and closed sets FXF \subset X such that xXx \not \in X, there are open sets separating FF and xx in the same sense that they separate points in the Hausdorff spaces. Yet, it is possible for regular spaces under this definition to be not strictly stronger than Hausdorff spaces. For instance, not all singletons are closed in any topology. Therefore in order to restore the total ordering in terms of separation axiom strength, most people also define regular spaces to have to be Hausdorff Spaces as well. From here on out we will in general assume that these spaces are Hausdorff.

1.5. Tychonoff Space (T3.5)

A space where for all xXx \in X and closed sets FXF \subset X such that xXx \not \in X, there is a continuous function f:X[0,1]f: X \rightarrow [0, 1] that separates xx and FF such that f(x)=0f(x) = 0 and f(F)1f(F) \equiv 1 (every point in FF maps to 11). this property is interesting because of its theoretical importance in the Stone-Cech Compactification. Also called completely regular.

1.6. Normal (T4)

A space where for all closed F,GXF, G \subset X, there exists open sets U,VU, V separating them. This property is useful for applying Urysohn's Lemma.