let the standard metric $d(x,y)=|y-x|$ and $\rho_{disc}$ be the discrete metric defined by
$${\displaystyle \rho (x,y)={\begin{cases}1&{\mbox{if}}\ x\neq y,\\0&{\mbox{if}}\ x=y\end{cases}}}$$ Let $V=(\mathbb{R},\rho_{disc}$) and $W=(\mathbb{R},d)$ be two metric spaces (that has $\mathbb{R}$ as underlying sets, but given by two different metrices as written).
- Show that every function $h:V\rightarrow W$ is continuous
- Show that a function $f:W\rightarrow V$ is continuous if and only if it is constant.
So far
1)
I have a result (though I have to explain it) that states in a discrete metric space that all subsets are open. This implies that if a set $X$ has a discrete metric then all mappings $f:X\rightarrow Y$ to some set $Y$ are continuous. In this case $V$ has a discrete metric and thus it is sufficient to argue that in a discrete metric space that all subsets are open.
We can translate the issue into a ball has radius $r$. If $r<1$ then the only point it contains is the point it's centred on. So any single point has a ball of some radius around it containing only that point. This is the same thing as $B_{0<r<1}(x)=\{x\}$, so we know that every singleton is open.
2)
This one I do not really know how to approach and the fact that it is a bi implication does not help me.