The actual problem looks like-
Let, $(X,d)$ be a metric space where $X\ne\emptyset$. Define $d_1$ and $d_2$ on $X\times X$ by $d_1(x,y)=\frac{d(x,y)}{1+d(x,y)}$, $d_2(x,y)=\min\{1, d(x,y)\}\quad\forall(x,y)\in X\times X.$(It is easy to verify $d_1,d_2$ are two metrics on $X$.) Show that, $d_1, d_2$ are equivalent metrics on $X$.
Firstly, I'll use the standard theorem to prove two metrics on a non-empty set are equivalent-
Two metrics $d_1$ and $d_2$ on a non-empty set $X$ are equivalent if and only if for each $x\in X$ and each open ball $B_{d_i} (x,r)$ in $(X,d_i)$(for some $r>0$), there is an $s>0$ such that $B_{d_j} (x,s)\subseteq B_{d_i} (x,r)$, for $i, j=1,2$ and $i\ne j$.
Now, to solve the problem, I break it into to parts- If I can show that both of $d_1,d_2$ are equivalent with the metric $d$, then we are done.
I'm able to show $d$ and $d_2$ are equivalent in the following way-
Let, $x\in X$ and $B_{d_2} (x,r)$ be an open ball in $(X, d_2)$ for some $r>0$. Then $B_{d} (x,r)\subseteq B_{d_2} (x,r)$.
Again, if we take an open ball $B_{d} (x,t)$ in $(X,d)$ for some $t>0$. Then $B_{d_2} (x,s)\subseteq B_{d} (x,t)$, where $s=\min \{1,t\}$.
But how to show $d_1$ and $d$ are equivalent metrics in $X$?
Can anyone assist me to prove $d_1$ and $d$ are equivalent metrics on $X$? Thanks for your help in advance.