Existence of a metric space M with no continuous map from M to any other metric space

110 Views Asked by At

Is it possible to have a metric space M such that there is no continuous map from M to any other metric space?

2

There are 2 best solutions below

8
On BEST ANSWER

No, assuming that the spaces are non-empty. In fact take any two non-empty topological spaces $X$, $Y$. Pick your favorite element of $Y$ and call it $y_0$. Put $$ f : X \to Y \\ x \mapsto y_0 $$ Now we have for any open set $A \subset Y$ that $f^{-1}(A) = X$ or $f^{-1}(A) = \emptyset$ depending on if $y_0 \in A$. Of course since $X$ is a topological space we have that both $X, \emptyset$ are open sets.

If you want to restrict this to just metric spaces and use the definition of continuity that may be more familiar when working with metric spaces, consider two metric spaces $X,Y$, put your favorite element of $Y$ to be $y_0$ and put $$ f : X \to Y \\ x \mapsto y_0 $$ Let $\epsilon > 0$. Take $\delta$ to be your favorite positive real number. Now we have $$ d_X(x,y) < \delta \implies d_Y(f(x),f(y)) = d_Y(y_0, y_0) = 0 < \epsilon $$ so indeed $f$ is continuous.


EDIT: I wanted to take some time to talk about the cases where $X,Y$ are possibly empty (mostly for pedagogical reasons).

First let's assume $X$ is non-empty but $Y$ is empty. Then there doesn't exist a map $f : X \to Y$, so in this case there actually is no continuous function from $X$ to $Y$.

Next if $X$ is empty but $Y$ is non-empty then there is a unique empty function $f_Y : X \to Y$ which is going to be continuous (since $f^{-1}(A) = \emptyset$ is open for any open $A$).

Lastly if both $X$ and $Y$ are empty then we again have the unique empty function $f_Y : X \to Y$ which is as well continuous since $f^{-1}(Y) = X$.


EDIT$^2$ Just realized the specific question was if there exists a metric space $M$ that doesn't have a continuous map to any other metric space. Based on what I said above it should be easily be seen that this cannot be true since we can just take our favorite non-empty metric space and proceed as above.

0
On

Take any non-empty subset $A$ of a metric space $(X, d)$. Let $d(x, A): X\to\mathbb{R}$ be defined by $d(x, A)=\operatorname{inf}\{d(x, A): x\in X\}$. Then you can check that $d(x, A)$ is a continuous function from $X$ to $\mathbb{R}$. In fact, it is uniformly continuous.