Metric induces topology: Difference between revisions

From Topospaces
No edit summary
No edit summary
 
Line 28: Line 28:


Note that this is the definition for a collection of subsets that can form the basis for ''some'' topology.
Note that this is the definition for a collection of subsets that can form the basis for ''some'' topology.
==Proof==
It suffices to show the following two things:
* The space <math>X</math> is the union of subsets of the form <math>B(x,r)</math>
* Given two sets <math>B(x,r)</math> and <math>B(y,s)</math>, and any <math>z \in B(x,r) \cap B(y,s)</math>, there exists <math>t > 0</math> such that <math>B(z,t) \subset B(x,r) \cap B(y,s)</math> (this suffices because <math>z \in B(z,t)</math> for any <math>t</math>, since <math>d(z,z) = 0</math>).
===Proof that the union is the whole space===
For any <math>x \in X</math>, and any <math>r > 0</math>, we have, because <math>d(x,x) = 0</math>:
<math>x \in B(x,r)</math>
Thus, in particular, we have:
<math>x \in \bigcup_{r > 0} B(x,r)</math>
Taking the union over all <math>x</math>, we get:
<math>X = \bigcup_{x \in X, r > 0} B(x,r)</math>
===Proof for intersection of two===
Consider two balls <math>B(x,r)</math> and <math>B(y,s)</math>, where <math>r,s >0</math> and <math>x,y \in X</math>. (Note that <math>x,y</math> may be equal). Suppose <math>z \in B(x,r) \cap B(y,s)</math>. Then, by definition of the balls, we have:
<math>d(x,z) < r, d(y,z) < s</math>
Define:
<math>t := \min \{ r - d(x,z), s - d(y,z) \}</math>
Then, <math>t > 0</math>. We want to claim that <math>B(z,t)</math> lies completely inside <math>B(x,r) \cap B(y,s)</math>.
Let's prove this. Suppose <math>p \in B(z.t)</math>. Then:
<math>d(z,p) < t \le r - d(x,z)</math>
By the triangle inequality and an application of the above we have:
<math>d(x,p) \le d(x,z) + d(z,p) < d(x,z) + r - d(x,z) = r</math>
Thus, <math>p \in B(x.r)</math>. Analogously, <math>p \in B(y,s)</math>. This completes the proof.

Latest revision as of 21:22, 19 July 2008

Statement

Suppose (X,d) is a metric space. Then, the collection of subsets:

B(x,r):={yXd(x,y)<r}

form a basis for a topology on X. These are often called the open balls of X.

Definitions used

Metric space

Further information: metric space

A metric space (X,d) is a set X with a function d:X×XR satisfying the following:

  • d(x,y)0x,yX (non-negativity)
  • d(x,y)=0x=y (identity of indiscernibles)
  • d(x,y)=d(y,x) (symmetry)
  • d(x,y)+d(y,z)d(x,z)x,y,zX (triangle inequality)

Basis for a topological space

Further information: Basis for a topological space

A collection of subsets {Ui}iI of a set X is said to form a basis for a topological space if the following two conditions are satisfied:

  • iIUi=X
  • For any i,jI, and any pUiUj, there exists UkUiUj such that pUk.

Note that this is the definition for a collection of subsets that can form the basis for some topology.

Proof

It suffices to show the following two things:

  • The space X is the union of subsets of the form B(x,r)
  • Given two sets B(x,r) and B(y,s), and any zB(x,r)B(y,s), there exists t>0 such that B(z,t)B(x,r)B(y,s) (this suffices because zB(z,t) for any t, since d(z,z)=0).

Proof that the union is the whole space

For any xX, and any r>0, we have, because d(x,x)=0:

xB(x,r)

Thus, in particular, we have:

xr>0B(x,r)

Taking the union over all x, we get:

X=xX,r>0B(x,r)

Proof for intersection of two

Consider two balls B(x,r) and B(y,s), where r,s>0 and x,yX. (Note that x,y may be equal). Suppose zB(x,r)B(y,s). Then, by definition of the balls, we have:

d(x,z)<r,d(y,z)<s

Define:

t:=min{rd(x,z),sd(y,z)}

Then, t>0. We want to claim that B(z,t) lies completely inside B(x,r)B(y,s).

Let's prove this. Suppose pB(z.t). Then:

d(z,p)<trd(x,z)

By the triangle inequality and an application of the above we have:

d(x,p)d(x,z)+d(z,p)<d(x,z)+rd(x,z)=r

Thus, pB(x.r). Analogously, pB(y,s). This completes the proof.