Jump to content

Hausdorffness

From Mathepedia

A Hausdorff space (or T2 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 (X,τ) is Hausdorff, if for any two points x,yX, there exists two disjoint open sets U,Vτ, UV=, such that xU and yV.

Equivalent Definitions

Any convergent sequence in X has at most one limit.

Properties

Property

Subspaces of Hausdorff spaces are Hausdorff.

Proof

Let YX with X Hausdorff. For y1,y2Y,y1y2, there exist disjoint open sets U,VX with y1U and y2V. Then UY and VY are disjoint open sets in Y containing y1 and y2.

Property

Finite products of Hausdorff spaces are Hausdorff.

Proof

Let X1,,Xn be Hausdorff. Consider points (x1,,xn)(y1,,yn). There exists an index i with xiyi.

Since Xi is Hausdorff, choose disjoint open sets Ui,ViXi containing xi and yi. Then U1××Un and V1××Vn are disjoint open sets containing the two points.

Property

Compact subsets of Hausdorff spaces are closed.

Proof

Let KX be compact and X Hausdorff. For any xXK, for each yK choose disjoint open sets Uyx and Vyy.

The collection {Vy|yK} covers K. By compactness, finitely many Vy1,,Vyn cover K. Then U=i=1nUyi is open, contains x, and is disjoint from K. Hence K is closed.

Examples

Every metric space is a Hausdorff space.

Proof

Let (X,d) be a metric space, take two distinct points x,y such that d(x,y)>0.

Consider open balls B(x,r) and B(y,r)where r=d(x,y)2>0. The open balls are both open with xB(x,r) and yB(y,r).

For contradiction, assume there exists zB(x,r)B(y,r), then d(x,z)<r and d(y,z)<r. By triangular inequality, d(x,y)d(x,y)+d(x,z)<r+r=d(x,y), there exists a contradiction.

Thus, B(x,r)B(y,r)=; therefore (X,d) is Hausdorff.