Jump to content

Hausdorff space

From Mathepedia, the mathematical encyclopedia

Revision as of 21:20, 22 March 2026 by {{GENDER:InfernalAtom683|

Mathepedia render error: ! Extra }, or forgotten $. l.8 '"2} } No pages of output. Transcript written on /var/lib/mathepedia-renderer/cache/mathepedia-cbb0e139328 50b9fe4e18f60e540979921293739af0280a15eb127d1c1c6428f-mh9_l9q4/diagram.log.

'"7

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Hausdorff space (or LaTeX 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 LaTeX is Hausdorff, if for any two points LaTeX, there exists two disjoint open sets LaTeX, LaTeX, such that LaTeX and LaTeX.

Equivalent Definitions

Any convergent sequence in LaTeX has at most one limit.

Properties

Property.

Subspaces of Hausdorff spaces are Hausdorff.

Proof

Let LaTeX with LaTeX Hausdorff. For LaTeX, there exist disjoint open sets LaTeX with LaTeX and LaTeX. Then LaTeX and LaTeX are disjoint open sets in LaTeX containing LaTeX and LaTeX.

Property.

Finite products of Hausdorff spaces are Hausdorff.

Proof

Let LaTeX be Hausdorff. Consider points LaTeX. There exists an index LaTeX with LaTeX.

Since LaTeX is Hausdorff, choose disjoint open sets LaTeX containing LaTeX and LaTeX. Then LaTeX and LaTeX are disjoint open sets containing the two points.

Property.

Compact subsets of Hausdorff spaces are closed.

Proof

Let LaTeX be compact and LaTeX Hausdorff. For any LaTeX, for each LaTeX choose disjoint open sets LaTeX and LaTeX.

The collection LaTeX covers LaTeX. By compactness, finitely many LaTeX cover LaTeX. Then

LaTeX
is open, contains LaTeX, and is disjoint from LaTeX. Hence LaTeX is closed.

Examples

Every metric space is a Hausdorff space.

Proof
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 LaTeX};

\end{tikzpicture}
\end{document}

Let LaTeX be a metric space, take two distinct points LaTeX such that LaTeX.

Consider open balls LaTeX and LaTeXwhere LaTeX. The open balls are both open with LaTeX and LaTeX.

For contradiction, assume there exists LaTeX, then LaTeX and LaTeX. By triangular inequality,

LaTeX
there exists a contradiction.

Thus, LaTeX; therefore LaTeX is Hausdorff.