Show that discrete metric on $\mathbb R$ i.e
$d(x,y)=0$ if $x=y$ and $d(x,y)=1$ if $x\neq y$ cannot be derived from a norm.
Show that discrete metric on $\mathbb R$ i.e
$d(x,y)=0$ if $x=y$ and $d(x,y)=1$ if $x\neq y$ cannot be derived from a norm.
Suppose it is possible, the norm of $1$ would have to be $1$ because $d(0,1)=1$ but then the norm of $2$ would have to be $2$ (since $||av||$ is equal to $|a|\cdot||v||$). This implies $d(0,2)=2$, a contradiction.
Suppose $d$ is induced by a norm, which we will denote $||\cdot||$
Then $||x|| = d(x,0)$.
Note that: $||2\times 1|| = d(2,0) = 1\neq 2 = 2\times ||1||$
So the distance between elements $a$ and $b$ under the metric induced by the norm $|| \cdot ||$ is defined as $||a - b||$.
You should verify that the function $d(a,b) := ||a - b||$ is actually a metric.
Now that you understand how a norm induces/gives rise to a metric, you have to show that the metric $d(x,y) := \begin{cases} 1 & x \neq y \ 0 & x = y \end{cases}$ is not induced by a norm.
– layman Dec 19 '16 at 17:09Well, if $x = y$, $||x - y|| = 0$ by properties of a norm, so there's no problem there. But what if $x \neq y$? Then does $||x - y|| = 1$ always? No because we know that a norm satisfies for any real number $c$, $||u|| = |c| \cdot||u||$.
So, take for example, $c = 2$. Then if $x \neq y$, we have $2x \neq 2y$, right?
– layman Dec 19 '16 at 17:10