I have to show two metric functions $d_1$ and $d_2$, defined over the same set $X$, such as the identity function defined over $(X,d_1)$ in $(X,d_2)$ is not continuous. This has to be done with the negation of limit definition, i.e.
$$\exists\epsilon>0,\forall \delta>0(d_1(x,x_0)<\delta \land d_2(x,x_0)\geq\epsilon)$$
I guess that this can't be done because for all $\delta>0$ implies that $x$ can be equal to $x_0$, so $0=d_2(x,x_0)<\epsilon$ for all $\epsilon$. Then, it does not exist any $\epsilon$.
$$\exists x\in X,\exists\epsilon>0,\forall \delta>0(d_1(x,x_0)<\delta \land d_2(x,x_0)\geq\epsilon)$$
And this gets the same, we can select $x=x_0$ and its done
– Julian Dec 12 '16 at 02:43Select $\epsilon = 1/2$, then, $d_2(x,x_0)=d_2(x_0+\delta /2, x_0)=1$ since $x\neq x_0$. We have shown that exists some $x\in X$ such as $d_2(x,x_0)=1\geq \epsilon=1/2$
Is this well done? Is there a way to generalize this to any set $X$?
– Julian Dec 12 '16 at 03:37