Topology/Separation Axioms

From testwiki
Jump to navigation Jump to search

Separation Axioms for Topological Spaces

A topology on a space is a collection of subsets called open. We can then ask questions such as "can we separate any two distinct points in the space by enclosing them in two disjoint open sets?" For the real line with its usual topology, the answer is obviously yes, but there are spaces for which this is not so. It turns out that many properties of continous maps one could take for granted depend, in fact, on one of the conditions stated below holding. Topological spaces are classified according to which such conditions, called separation axioms, happen to hold.

Let (X,𝒯) be a topological space, and let x,y be any two distinct points in that space. The following conditions, ordered from least to most restrictive, are ones we may wish to place on (X,𝒯):

T0
For every x, y, there exists an open set O that contains one point of the pair, but not the other.
T1
For every x, y, there exist open sets O1 and O2, such that O1 contains x but not y and O2 contains y but not x.
T2
For every x, y, there exist disjoint open sets O1 and O2, such that O1 contains x and O2 contains y. T2 spaces are also called Hausdorff spaces.
T
For every x, y, there exist disjoint closed neighborhoods O1 and O2 of x and y respectively.
regular
If C is a closed set, and z is a point not in C, there exist disjoint open sets O1 and O2, such that O1 contains C and O2 contains z. A topological space that is both regular and T1 is called T3.
completely regular
If C is a closed set, and z is a point not in C, there exists a continuous function f:X[0,1] such that f(z)=0 and for any wC, we have f(w)=1 (i.e. f(C)={1}). A topological space that is both completely regular and T1 is called T.
normal
If C1 and C2 are disjoint closed sets, there exist disjoint open sets O1 and O2, such that O1 contains C1 and O2 contains C2. A topological space that is both normal and T1 is called T4.
completely normal
Let C1 and C2 be separated sets, meaning that Cl(A)B=ACl(B)=. Then there exist disjoint open sets O1 and O2, such that O1 contains C1 and O2 contains C2. A topological space that is both completely normal and T1 is called T5.
perfectly normal
If C1 and C2 are disjoint closed sets, there exists a continuous function f:X[0,1] such that f1({0})=C1 and f1({1})=C2. A topological space that is both perfectly normal and T1 is called T6.

NOTE: Many authors treat regular, completely regular, normal, completely normal, and perfectly normal spaces as synonyms for the corresponding Ti property.

Relations among the Separation Properties

The Ti separation properties (axioms) form a hierarchy, such that if i>j, then property Ti implies property Tj. When property Ti+1 implies Tx, which in turn implies Ti, and Tx was proposed after Ti and Ti+1, Tx is designated T. Other implications of these properties include:

  • Complete regularity always implies regularity, even without assuming T1;
  • T0 alone suffices to make a regular space T3. The full T1 property is unnecessary;
  • Perfect normality implies complete normality, which in turn implies normality;
  • A topological space is completely normal if and only if every subspace is normal.

Some Important Theorems

Theorem 3.1.1

A topological space X is T1 if and only if {x} is closed for each xX.

Proof: Assume X is T1 and let xX. Now (by definition of T1) for every yiX that is distinct from x there is an open set Yi containing yi but not x. Clearly, Yi=X{x}, and (being equal to a union of opens) X{x} is open. Therefore, {x} is closed.


Now assume that {x} is closed for each xX. Then if x,yX are distinct, then xX{y}=O1 and yX{x}=O2 where O1 and O2 are open sets not containing y and x respectively. Thus by definition, X is T1.

Theorem 3.1.2

Let X be a T2 space and let sn be a sequence in X. Then sn either does not converge in X or it converges to a unique limit.

Proof Assume that sn converges to two distinct values x and y.

Since X is T2, there are disjoint open sets U and V such that xU and yV.

Now by definition of convergence, there is an integer M such that nM implies snU. Similarly there is an integer N such that nN implies snV.

Take an integer K that is greater than both M and N, so that sK is in both U and V, contradicting the fact that the two sets are disjoint. Therefore sn cannot converge to both x and y.

Theorem 3.1.3

If X is a metric space, then X is normal.

Proof Let A and B be disjoint closed sets. Define the function f:A∪B→R+ where if x∈A, then f(x)=inf{p|p=p(x,y), y∈B} and where if x∈B, then f(x)=inf{p|p=p(x,y), x∈A}. This is different from 0 for any element because each one has an open ball disjoint from the other set. Let NA be the union of all open balls of the form Bf(x)/2(x) where x is an element of A, and let NB be the union of all open balls of the form Bf(x)/2(x) where x is an element of B. Obviously NA contains A, and NB contains B. They are disjoint because if x is contained in both of them, then it is contained in an open ball of the form Bf(x1)/2(x1) where x1 is an element of A and an open ball Bf(x2)/2(2) where x2 is an element of B. Then d(x1,x2)≤d(x1,x)+d(x,x2)<f(x1)+f(x2)2≤max{f(x1),f(x2)}, a contradiction.

Theorem 3.1.4

If X is a metric space, then X is Hausdorff. Proof Let x and y be two distinct points, and let d=d(x,y)3. Then Bd(x) and Bd(y) are open sets which are disjoint since if there is a point z within both open balls, then d(x,y)≤d(x,z)+d(x,z)<23d(x,y), a contradiction.

Urysohn's Lemma

A topological space X is normal if and only if for any disjoint closed sets C1 and C2, there exists a continuous function f:X[0,1] such that f(C1)={0} and f(C2)={1}.

Exercises

  • Proove that every Metric space is T2.

It is instructive to build up a series of spaces, such that each member belongs to one class, but not the next.

  • The indiscrete topology is not T0.
  • If X is the unit interval [0;1], and 𝒯={[0,x)|x[0,1]}, then this space is T0 but not T1.
  • Consider an arbitrary infinite set X. Let X and every finite subset be closed sets, and call the open sets Ω. Determine whether (X,Ω), is a topological space which is T1 but not T2. Hint: Consider the intersection of any two open, non-empty sets.

It is also beneficial to provide verification that

  • T1 implies T0
  • T2 implies T1
  • T3 implies T2 (hint: use theorem 3.1.1)