Let $X$ be a metric space with metric $d$.
- Show that $d: X \times X \rightarrow \mathbb R$ is continuous
- Let $X'$ denote a space having the same underlying set as $X$. Show that if $d: X' \times X' \rightarrow \mathbb R$ is continuous, then the topology of $X'$ is finer that the topology of $X$.
I know how to approach question 1 (I think I am doing it right):
Let $(x, y) \in X \times X$; We want to prove that given $\epsilon \gt 0$, there exists opensets $x \in U$ and $y \in V$ such that $$d\left(U, V\right) \subset \left(d\left(x, y\right) - \epsilon, d\left(x, y\right) + \epsilon\right)$$ Let $U = B_d(x, \frac \epsilon 2)$ and $V = B_d(y, \frac\epsilon 2)$. From triangle inequality, we have: $\forall (x', y') \in U \times V$: $$d(x,y) - \epsilon\leq d(x, y) - d(x, x') - d(y, y')\leq d(x', y') \leq d(x, x') + d(x, y) + d(y, y') \leq d(x, y) + \epsilon$$ Therefore we have $d\left(U, V\right) \subset \left(d\left(x, y\right) - \epsilon, d\left(x, y\right) + \epsilon\right)$, which means it's continuous.
However, I don't know how to approach the second question. Aren't this trivial given the fact that $X'$ has the same underlying set as $X$? Because then for any opensets in $X$, it is automatically in $X'$. Why $d$ still have to be continuous?