General Topology – Understanding the Topology Induced by a Metric

general-topologymetric-spaces

My book gives the following definition:

Let $(M,d)$ be a metric space, and let $\mathcal{T}$ be the collection of all subsets of $M$ that are open in the metric space sense… $\mathcal{T}$ is called the topology generated by d

Then it later says to prove things about two different metrics generating the same topology. However I'm very confused about what all this means.

When I read "all subsets," I think of the theorem that says a set with $n$ elements will have $2^n$ subsets. (ex. all the subsets of $\{1,2,3\}$ are $\{\emptyset, \{1\},\{2\},\{3\},\{1,2\},\{1,3\},\{2,3\},\{1,2,3\} \}$). So I think "all subsets that are open" would be like, If M is the set (1,5), then an open subset would be any set $(a,b)$ where $1<a<b<5$, and then all subsets would be all possible union combinations of these "$(a,b)$" sets.

Its seems to me that metrics have nothing to do with subsets. Clearly there is something i'm not understanding. Please Help me.

It would be very enlightening, if someone could give me some simple examples of 1 set and 2 metrics generating two different typologies.

Best Answer

Let me start with the following definition:
In a metric space $(M,d)$, we can say that $S$ is an open set (with respect to the topology induced by $d$) if for every element $s\in S$, there exists $\epsilon >0$ such that the ball $$ B(s,\epsilon)=\{ x\in M\mid d(x,s)<\epsilon\}\qquad \text{ satisfies }\qquad B(s,\epsilon)\subset S.$$ This means that if you can put a little open ball (defined by the metric) around any elements of $S$, then it is open.

We can also say that $\bar s$ lies in the border of $S$, i.e. $\bar s\in\partial S$, if for every $\epsilon >0$ we have $B(\bar s,\epsilon)\cap S \neq \emptyset$ and $B(\bar s,\epsilon)\cap (M\setminus S)\neq \emptyset$.


A little illustration

We set $M=\Bbb R^2$: enter image description here
On the left: The metric is that induced by the Euclidean distance (the one we experience every day). With this metric we have $$B_1(s,\epsilon)=\{x\in\Bbb R^2\mid \|x-s\|_2<\epsilon\}$$ and it looks like a circle of radius $\epsilon$ centered at $s$. The set ${\color{blue}{\text{$S$ is closed}}}$, its border, $\delta S$ is in darker blue. The black point is in the interior (lighter blue) of $S$ because we can find a little ball entirely contained in $S$. Note that the interior of $S$ is always an open set. The yellow point is not in $S$ and the red point is on $\partial S$ because every ball centered on it contains a point inside and outside $S$.

On the right: Here things are much different. As already proposed by @Dominik, the metric considered is the discrete metric. In this case we have $$ B_2(s,\epsilon)=\begin{cases} \{s\} & \text{if } \epsilon <1\\ \Bbb R^2 &\text{else}\end{cases}.$$ In particular, it follows that every point in $S$ lies in the interior of $S$. This is because for every $s\in S$, there exists $\epsilon=1/2>0$ such that $B(s,\epsilon)=\{s\}\subset S$, i.e. we can find a ball of radius $>0$ centered on $s$ entirely contained in $S$. It follows that, in this case, ${\color{blue}{\text{$S$ is open}}}$. It turns out that every set in $M$ is open with this metric. Indeed, they are also all closed (their complement is open).

Now, let us see what happens when some metric are equivalent. enter image description here
On the left: Here the metric is induced by the infinite norm $\|\cdot \|_{\infty}$ and the balls are given by $$B_3(s,\epsilon)=\{x\in\Bbb R^2\mid \max_{i} |x_i-s_i|<\epsilon\},$$ and this is a square centered at $s$. Note that yellow is outside, black is inside and red is on the border of $S$ for the same reason as above for $d_1$. In this case, ${\color{blue}{\text{$S$ is closed}}}$.

On the right: This shows that that a set $S$ is open with respect to $d_1$ if and only if it is with respect to $d_3$. For the intuition: for any circle with positive diameter you can find a square with positive diameter and strictly contained in the circle. For example a square which is $5$ times smaller. On the other hand, given a square you can find a circle contained in the square, say $42$ times smaller. In mathematical terms: $$ B_3\Big(s,\frac{\epsilon}{5}\Big) \subset B_1(s,\epsilon) \qquad \text{and}\qquad B_1\Big(s,\frac{\epsilon}{42}\Big) \subset B_3(s,\epsilon) \qquad \forall \epsilon >0.$$ In particular this shows that for every $x\in M$ we have $$\exists \epsilon >0 \text{ such that } B_1(x,\epsilon)\subset S \qquad\iff\qquad\exists \epsilon >0 \text{ such that } B_3(x,\epsilon)\subset S.$$ Therefore $S$ is open with respect to $d_1$ if and only if it is for $d_3$. In particular this implies that the induced topologies are the same. Note also that the property to be in $\partial S$ is also identical for both metric. More generally, every metric induced by a norm (like $d_1$ and $d_3$) on a finite dimensional space induce the same topology as that induced by the Euclidean norm.