Metric induces topology: Difference between revisions

From Topospaces
(New page: ==Statement== Suppose <math>(X,d)</math> is a metric space. Then, the collection of subsets: <math>B(x,r) := \{ y \in X \mid d(x,y) < r \}</math> form a basis for a topology on ...)
 
m (1 revision)
(No difference)

Revision as of 19:53, 11 May 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.

Proof

To prove that the subsets form a basis for a topology, we need to prove the following fact: the intersection of two open balls is a union of open balls. Equivalently, given two open balls B(x,r) and B(y,s), and zB(x,r)B(y,s), then there exists some radius t such that B(z,t)B(x,r)B(y,s).

It turns out that the following works for t:

t:=min(rd(x,z),rd(y,z))

This essentially follows from the triangle inequality.