Skip to main content

Intro to Topology

Section 5 Metric Spaces

Definition 5.1.

Let \(d:X^2\to[0,\infty)\) be a function satisfying the following for all \(x,y,z\in X\text{.}\)
  1. \(d(x,y)=0\) if and only if \(x=y\text{.}\)
  2. \(\displaystyle d(x,y)=d(y,x)\)
  3. \(\displaystyle d(x,z)\leq d(x,y)+d(y,z)\)
Then \(d\) is said to be a metric on the set \(X\text{,}\) and
\begin{equation*} B_r(x)=\setBuilder{y\in X}{d(x,y)\lt r} \end{equation*}
is said to be a metric ball around \(x\).

Checkpoint 5.2. Examples of metrics.

Verify that each of the following is a metric.
  1. \(d(x,y)=1\) for all distinct \(x,y\in X\text{,}\) and \(d(x,x)=0\)
  2. \(d(x,y)=|y-x|\) for all \(x,y\in\mb R\)
  3. \(d(\tuple{x_0,x_1},\tuple{y_0,y_1})=\sqrt{(y_1-y_0)^2+(x_1-x_0)^2}\) for all \(\tuple{x_0,x_1},\tuple{y_0,y_1}\in\mb R^2\text{.}\)
  4. \(d(\tuple{x_0,x_1},\tuple{y_0,y_1})=|y_1-y_0|+|x_1-x_0|\) for all \(\tuple{x_0,x_1},\tuple{y_0,y_1}\in\mb R^2\text{.}\)
  5. \(d(\tuple{x_0,x_1},\tuple{y_0,y_1})=\max\setList{|y_1-y_0|,|x_1-x_0|}\) for all \(\tuple{x_0,x_1},\tuple{y_0,y_1}\in\mb R^2\text{.}\)

Definition 5.4.

The topology generated by the basis given in Theorem 5.3 is called the topology generated by the metric.
A given topology is said to be metrizable if there exists some metric that generates it. Two metrics are said to be topologically equivalent if they generate the same topology.

Definition 5.8.

For \(\vec x=\tuple{x_0,\dots,x_{n-1}}\in\mb R^n\text{,}\) let \(\vec x(i)=x_i\text{.}\)

Definition 5.10.

The topology generated by the metrics given in Theorem 5.9 is called the Euclidean topology on \(\mb R^n\text{.}\)

Definition 5.12.

A local basis at a point \(x\) is a collection of open sets \(\mc B_x\) such that for every neighborhood \(U\) of \(x\text{,}\) there exists \(B\in\mc B_x\) such that \(x\in B_x\subseteq U\text{.}\)

Definition 5.13.

A space is said to have local countable weight (or be first-countable) if there exists a countable local basis at every point of the space.
FALL 2022 note: we will not cover the below topics.

Definition 5.20.

A point \(x\) is called a sequential limit point of a set \(A\) iff there exists a countable subset \(B\subseteq A\setminus\setList{x}\) such that every neighborhood of \(x\) contains all but finitely many points of \(B\text{.}\)

Definition 5.23.

A Cauchy sequence is a countably infinte set \(A\) such that for all \(\epsilon\gt0\text{,}\) the set \(\setBuilder{x\in A}{\exists y\in A(d(x,y)\geq\epsilon)}\) is finite.

Definition 5.24.

A complete metric is a metric such that every Cauchy sequence has a sequential limit point.
A topology that can be generated by a complete metric is said to be completely metrizable.