Metric induces topology

From Topospaces
Revision as of 23:59, 1 February 2008 by Vipul (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.