Topological Groups are Hausdorff

A Topological Group is a Group Object in the Category Top\bold{Top} of Topological Spaces and Continuous Functions.

Concretely, this is a topological space GG, endowed with two continuous functions:

:G×GG()1:GG\begin{aligned} \bullet &: G \times G \to G \cr ()^{-1} &: G \to G \end{aligned}

and a distinguished element eGe \in G, satisfying the usual group axioms:

ex=x=xex1x=e=xx1a(bc)=(ab)c\begin{aligned} e \bullet x = x = x \bullet e \cr x^{-1} \bullet x = e = x \bullet x^{-1} \cr a \bullet (b \bullet c) = (a \bullet b) \bullet c \end{aligned}

An extra assumption, made at least by Munkres, is that GG is a T1T_1 space. This means that for any points x,yG,xyx, y \in G, x \neq y, we have neighborhoods xUx,yUyx \in U_x, y \in U_y that don't contain the other point, i.e. xUy,yUxx \notin U_y, y \notin U_x.

This extra assumption is enough to show that GG is a Hausdorff space. When xyx \neq y, not only can we find neighborhoods Ux,UyU_x, U_y that don't contain the other point, but that are distinct, with UxUy=U_x \cap U_y = \empty.

Hausdorff == closed diagonal

Another characterization of Hausdorff is:

A space XX is Hausdorff, if and only if

The set:

Δ:={(x,x) xX}\Delta := \{(x, x) | \ x \in X\}

is closed in X2X^2.

Proof:

\implies

We show that there exists an open neighborhood N(x,y)N(x, y) around any point (x,y)(x, y) with xyx \neq y, such that N(x,y)Δ=N(x, y) \cap \Delta = \empty. We then have that:

xyN(x,y)=X2Δ\bigcup_{x \neq y} N(x, y) = X^2 - \Delta

is open, meaning Δ\Delta is closed.

Since XX is Hausdorff, and xyx \neq y, there exists neighborhoods Ux,UyU_x, U_y of xx and yy, respectively, such that UxUy=U_x \cap U_y = \empty.

Ux×UyU_x \times U_y is evidently a neighborhood of (x,y)(x, y). Furthermore, assume (x,y)Ux×Uy(x', y') \in U_x \times U_y. Because UxU_x and UyU_y are distinct, we must have xyx' \neq y'. This means that Ux×UyΔ=U_x \times U_y \cap \Delta = \empty.

This is our neighborhood N(x,y)N(x, y).

\impliedby

If Δ\Delta is closed, then the set X2ΔX^2 - \Delta is open. This means that if xyx \neq y, then we can find a neighborhood Ux×UyX2ΔU_x \times U_y \subseteq X^2 - \Delta of (x,y)(x, y), with UxU_x, UyU_y open in XX, by definition of the product topology.

Since Ux×UyX2ΔU_x \times U_y \subseteq X^2 - \Delta, this means that

xUx,yUy(x,y)Δx' \in U_x, y' \in U_y \implies (x', y') \notin \Delta

That is to say:

xUx,yUyxyx' \in U_x, y' \in U_y \implies x' \neq y'

Which means that UxUy=U_x \cap U_y = \empty. Our space is thus Hausdorff.

\square

T1T_1 \implies Hausdorff, for a Group

First, note that the function f=(x,y)xy1f = (x, y) \mapsto xy^{-1} is continuous. This is because it is the composition of two continuous maps:

(id×()1)\bullet \circ (id \times ()^{-1})

For GG to be Hausdorff, we need Δ\Delta to be closed. Note that Δ=f1({e})\Delta = f^{-1}(\{e\}), since:

f1({e})={(x,y)xy1=e}={(x,y)x=y}=Δf^{-1}(\{e\}) = \{(x, y) | xy^{-1} = e\} = \{(x, y) | x = y\} = \Delta

It then suffices to show that {e}\{e\} is closed in GG, since its preimage under ff will also be closed, because ff is continuous.

This is easy to show, provided we assume that GG is a T1T_1 space. This assumption implies that for each xex \neq e, we can find a neighborhood UxU_x of xx with eUxe \notin U_x.

If take the union of all of these neighborhoods, we have:

xeUx=G{e}\bigcup_{x \neq e} U_x = G - \{e\}

Which means that {e}\{e\} must be closed.

\square