Given a set $X$, define a metric by $d_1=\frac{d(x,y)}{1+d(x,y)}$ for all $x,y\in X$. I want to show that $d_1$ is a metric equivalent with $d$, a given metric.
Here is my attempt so far:
Given a set $U\subseteq X$ which is open in the $d$ metric and $x\in U$, there exists an $\varepsilon>0$ such that $B_{d}(x,\varepsilon)\subseteq U$. We want to show that there exists a $\delta>0$ such that $B_{d_1}(x,\delta)\subseteq U$, and one way to do that is to show that there exists a $\delta>0$ such that $B_{d_1}(x,\delta)\subseteq B_{d}(x,\varepsilon).$
Given any $y\in B_{d}(x,\varepsilon)$, we have $d(x,y)<\varepsilon$. Since $d_1(x,y)\leq d(x,y)$, we know $d_1(x,y)< \varepsilon$, so that $y\in B_{d_1}(x,\varepsilon)$. Therefore $B_{d}(x,\varepsilon)\subseteq B_{d_1}(x,\varepsilon)$. But this is the opposite of what I want, isn't it?
Can someone help me complete this proof and help me understand what I am doing wrong? Thank you.