I know of three metrics that induce distinct topologies on $\mathbb{R}$: the standard $d(x,y)=|x-y|$, $p$-adic, and discrete $d(x,y)=\boldsymbol{1}[x\neq y]$. Does this exhaust the possibilities? Or are there other metric topologies on $\mathbb{R}$?
-
2Are you asking about metric topologies on the continuum (i.e. thinking of $\mathbb{R}$ as a set), or about topologies that are somehow compatible with the field structure (implied by writing $\mathbb{R}$)? In the second case the answer is Ostrowki's Theorem https://en.wikipedia.org/wiki/Ostrowski%27s_theorem – Lior Silberman Jan 25 '23 at 17:53
-
4What is the $p$-adic metric on $\mathbb R$? I know the $p$-adic metric on $\mathbb Q$. But what is the $2$-adic absolute value of $\pi$, for example: $|\pi|_2$? – GEdgar Jan 25 '23 at 18:17
-
@GEdgar of course, the p-adic extension of the $\mathbb{Q}$ is not $\mathbb{R}$ – Aryeh Jan 25 '23 at 21:00
-
@LiorSilberman I was aware of Ostrowki's Theorem, and indeed it characterizes all metrics induced by absolute values. Does that characterize all metrics? – Aryeh Jan 25 '23 at 21:01
-
1@Aryeh no, the Ostrowski's Theorem doesn't cover all metrics, not even close. See my answer. – freakish Jan 26 '23 at 00:20
-
1See the references in my comments to How many metric define on a nonempty set finite set or a countable set? – Dave L. Renfro Jan 26 '23 at 08:01
2 Answers
There are lots of possible metrics on $\mathbb{R}$. Those you've mentioned is just a tiny, tiny fraction (if it even makes sense).
Consider any metric space $(X,d)$ of cardinality $\mathfrak{c} $. Then any bijection $f:\mathbb{R}\to X$ induces a metric $d'$ on $\mathbb{R}$ by $d'(x,y):=d(f(x),f(y))$. With this $f$ becomes a homeomorphism. Moreover if $(X,d)$ is not homeomorphic to $(X',d')$, then those transfered topologies cannot be homeomorphic as well. And so induced topologies have to be at least distinct.
In particular we can transfer for example the structure of any manifold of positive dimension to $\mathbb{R}$. So you can turn $\mathbb{R}$ into a space of any dimension (even infinite), compact or not, connected or not, and so on, and so on. You can put all the weird CW structures on $\mathbb{R}$. You can make it totally disconnected (e.g. by transfering metric from irrationals). Each of those ideas potentially generates a distinct (even up to homeomorphism) metric on $\mathbb{R}$.
Without additional restrictions, the number of possibilities is just huuuge. More precisely, it is $2^{\mathfrak{c}}$, even up to homeomorphism:
Consider $T(A)=\mathbb{R}^2\sqcup A$ where $A\subseteq\mathbb{R}$. This space is metrizable, is of cardinality $\mathfrak{c}$ (regardless of $A$) and $T(A)$ is homeomorphic to $T(B)$ if and only if $A$ is homeomorphic to $B$ (crucial observation here is that no subset of $\mathbb{R}$ is homeomorphic to $\mathbb{R}^2$). So how many non-homeomorphic subsets of $\mathbb{R}$ are there? Let $X\in\mathcal{P}(\mathbb{R})$. Since $X$ is separable, then every embedding $X\to\mathbb{R}$ is fully determined by values on some countable (possibly finite) subset. So there are at most $2^{\aleph_0}$ such embeddings. This implies that at most $2^{\aleph_0}$ members of $\mathcal{P}(\mathbb{R})$ can be homeomorphic to $X$ (because each comes with a different embedding into $\mathbb{R}$: the inclusion). But $\mathcal{P}(\mathbb{R})$ has $2^{\mathfrak{c}}$ members. And thus, by the arbitrary choice of $X$ we get that there are $2^{\mathfrak{c}}$ homeomorphism classes in $\mathcal{P}(\mathbb{R})$.

- 42,851
-
All manifolds are homeomorphic. But yes, you can play with the connected components. – Lior Silberman Jan 26 '23 at 05:04
-
1@LiorSilberman all manifolds are homeomorphic? Like $\mathbb{R}$ and say $\mathbb{R}^2$ or $S^1$? Thats absolutely not true. – freakish Jan 26 '23 at 07:15
-
Let $B_n$ be the unit ball in $\mathbb{R}^n$. Let $G$ be any connected graph (not necessarily locally finite), and let $N\colon V(G)\to \mathbb{Z}_{\geq 2}$ be a labelling of the vertices.
Construct a metrizable space by taking a copy of $B_{N(v)}$ for each $v$, an copy of $[0,1]$ for each edge, and gluing the edge to two points in the balls at its ends (with the path metric you get something not entirely unlike an $\mathbb{R}$-tree even for vertices with infinite degree). By the theorem on invariance of domain every homeomorphism of such spaces must map edges to edges (thus vertices to vertices) and also preserve the dimensions of the balls.
This easily produces continuum many nonhomeomorphic topologies (simply by taking nonisomorphic countable locally finite graphs). On the other hand there are $2^{2^\aleph}$ many topologies on the continuum, so I would be surprised if there aren't at least $2^\aleph$ metrizable ones.

- 506