Suppose
- $D$ is a collection of metrics on a set $X$.
- $\mathcal T$ is the (smallest) topology generated by metrics in $D$ .
- $F\subseteq X$ is closed in $(X,\mathcal T)$.
- $p\in X\setminus F$.
Is there any $d\in D$ so that the (so-called) function
$$h:X\to [0,1]$$ $$h(x)=\frac{d(p,x)}{d(p,x)+d(F,x)}$$
is well-defined?
A basis for the topology $\mathcal{T}$ is $\left{ \bigcap\limits_{d \in M} B_d(x_d,\epsilon) \mid M \subset D \ \text{finite}, x_d \in X, \epsilon >0 \right}$. So, if $d(F,q)=0$ for every $d \in D$, every neighborhood of $p$ which is also a neighborhood of $q$ intersects $F$, hence $p \in F$ since $F$ is closed for $\mathcal{T}$. A contradiction.
– Mar 11 '13 at 17:02