Hausdorff space
A Hausdorff space (or space) is a type of topological space in which points can be "cleanly separated" by neighborhoods. Specifically, for any two distinct points, there exist disjoint open sets containing each point. Consequently, Hausdorff property ensures that limits of sequences are unique when they exist.
Definitions
A topological space is Hausdorff, if for any two points
, there exists two disjoint open sets
,
, such that
and
.
Equivalent Definitions
Any convergent sequence in has at most one limit.
Properties
Subspaces of Hausdorff spaces are Hausdorff.
Let with
Hausdorff. For
, there exist disjoint open sets
with
and
. Then
and
are disjoint open sets in
containing
and
.
Finite products of Hausdorff spaces are Hausdorff.
Let be Hausdorff. Consider points
. There exists an index
with
.
Since is Hausdorff, choose disjoint open sets
containing
and
. Then
and
are disjoint open sets containing the two points.
Compact subsets of Hausdorff spaces are closed.
Let be compact and
Hausdorff. For any
, for each
choose disjoint open sets
and
.
The collection covers
. By compactness, finitely many
cover
. Then
Examples
Every metric space is a Hausdorff space.
HTTP-Response:
Error 400: ! Text line contains an invalid character.
l.27 ...[midway, above, sloped] {\footnotesize ^^?
(exit code 1)
Diagram-Code:
\documentclass[tikz,border=8pt]{standalone}
\usetikzlibrary{calc}
\usepackage{amsmath}
\begin{document}
\begin{tikzpicture}[scale=1.3]
\def\r{1.5}
\coordinate (x) at (0,0);
\def\ang{20}
\coordinate (y) at ({2*\r*cos(\ang)}, {2*\r*sin(\ang)});
\draw[fill=blue!25!cyan, opacity=0.2, dashed, thick] (x) circle (\r);
\draw[fill=blue!25!cyan, opacity=0.2, dashed, thick] (y) circle (\r);
\fill (x) circle (2pt);
\fill (y) circle (2pt);
\node[below left] at (x) {$x$};
\node[above right] at (y) {$y$};
\draw[black, dashed, thick]
(x) -- ({\r*cos(\ang)}, {\r*sin(\ang)})
node[midway, above, sloped] {\footnotesize
};
\end{tikzpicture}
\end{document}
Let be a metric space, take two distinct points
such that
.
Consider open balls and
where
. The open balls are both open with
and
.
For contradiction, assume there exists , then
and
. By triangular inequality,
Thus, ; therefore
is Hausdorff.