Bounded metric on $\mathbb{R}$

659 Views Asked by At

I am supposed to give an example of a metric that is bounded on $\mathbb{R}$. In other words, I have to find a function $d:\mathbb{R} \times \mathbb{R} \rightarrow \mathbb{R}$ which satisfies that $d \leq C $ for some $C$ and that $(\mathbb{R},d)$ is a metric space.

I'd really appreciate it if someone could give me an example and explain why it satisfies the criteria. Or simply give me a clue on where to begin.

2

There are 2 best solutions below

0
On

Hint:

If $d:X\times X\rightarrow \mathbb R$ is a metric on $X$ then so is $d':X\times X\rightarrow \mathbb R$ prescribed by $(x,y)\mapsto d(x,y)$ if $d(x,y)<1$ and $(x,y)\mapsto 1$ otherwise.

Note that $d'$ is a bounded metric.

Metrics $d$ and $d'$ induce the same topology on $X$.

0
On

The simplest example of a limited metric is the discret metric, given by $d_0: X\times X\rightarrow X$ s.t. $$d_0(x,y)=\left\{\begin{array}{lr}1&\text{if $x\neq y$} \\ 0 & \text{if $x=y$}\end{array}\right.$$

You can see that $d(x,y)\leq 1$ for all $x,y\in X$. Another way is to construct a bounded metric from any given metric is: Given a metric $d: X\times X\rightarrow X$ and $\alpha>0$, consider the new metric $d_\alpha$ given by $$d_\alpha(x,y)=\frac{d(x,y)}{\alpha+d(x,y)}$$ As above, $d_\alpha(x,y)\leq 1$ for all $x,y\in X$. It's very simple to prove that $d_\alpha$ is metric too.