[Math] Isometry and equivalence

metric-spaces

Let $(X,d_1)$ and $(X,d_2)$ be two metric spaces on the same set $X$. Is there any relation between $d_1$ and $d_2$ being equivalent and $(X,d_1)$ and $(X,d_2)$ being isometric? If not, can anyone give examples where $d_1$ and $d_2$ are equivalent but $(X,d_1)$ and $(X,d_2)$ are not isometric; and where $d_1$ and $d_2$ are not equivalent, but $(X,d_1)$ and $(X,d_2)$ are isometric?

Best Answer

If I understand your question correctly, there is no relation between being equivalent and being isometric.

To see that "equivalent" does not imply "isometric", take $X=\mathbb R$ with $d_1(x,y)=\vert x-y\vert$ and $d_2(x,y)=\frac{\vert x-y\vert}{1+\vert x-y\vert}$. Then $d_1$ and $d_2$ are equivalent but $(\mathbb R,d_1)$ cannot be isometric with $(\mathbb R, d_2)$ because $d_2$ is bounded and $d_1$ is not.

To see that "isometric" does not imply "equivalent", take again $X=\mathbb R$. Let $\phi$ be any $discontinuous$ bijection from $\mathbb R$ onto $\mathbb R$ (where $\mathbb R$ has the usual topology). Define $d_1(x,y)=\vert x-y\vert$ and $d_2(x,y)=\vert \phi(x)-\phi(y)\vert$. Then $(\mathbb R, d_1)$ and $(\mathbb R, d_2)$ are isometric by definition, but $d_1$ and $d_2$ are not equivalent.

Related Question