Is there a continuous, strictly increasing function $f \colon [0,\infty)→ [0,\infty)$ with $f(0) = 0$ such that $\tilde d = f\circ d$ is not a metric? You may take $(X,d)$ to be $\mathbb R$ with the standard metric for this part.
My thoughts are that there isn't any function $\tilde{d}$ which would not be a metric since the distance function $d: X \times X \to \mathbb{R}$ hold the metric space properties. That is, for all $x,y,z\in X$:
(1) $d(x,y) \ge 0$, $d(x,y) = 0$ if and only if $x = y$
(2) $d(x,y) = d(y,x)$
(3) $d(x,y) \le d(x,z) + d(z,y)$
My first thought was if $f$ was a $\ln$ function, then $\tilde{d}$ would not be a metric space, but the question states that $f(0) = 0$, hence $f$ cannot be chosen to be a $\ln$ function anyway.
Just having trouble proving it one way or the other. Any help appreciated.