The two metrics $d_{1}$ and $d_{2}$ are said to be topologically equivalent if they generate the same topology.
Suppose $d_1(x,y)=\sqrt{(x_1-y_1 )^2+(x_2-y_2 )^2}$ (euclidean distance)
$d_2(x,y) = \left\{ \begin{array}{ll} |y_1-y_2 | & \mbox{if } x_1 = x_2 \\ |y_1 |+|y_2 |+|x_1-x_2 | & \mbox{if } x_1 \neq x_2 \end{array} \right.$
How I can conclude whether $d_1$ is equivalent to $d_2$ or not ?