Suppose $d_1,d_2$ are topologically equivalent metrics on a set $X$. Suppose also that $d_1$ is bounded, that is there exists $K>0$ such that $d_1(x,y) \leq K$ for all $x,y\in X$.
Does this mean that $d_2$ is bounded?
My attempt:
The statement above is false, consider $X=\mathbb{C} -\{0+0i\}$ with $d_1$ as the discrete metric and $d_2(z,w) = 0$ if $z=w$ and $d_2(z,w) = |z|+|w|$ otherwise.
$d_1$ is equivalent to $d_2$ since only eventually constant sequences converge, and $d_1$ is bounded by $1$ but $d_2$ is not bounded.
Is this correct?