This question is related to a similar one asked by someone else here
I am trying to show that if $d$ is a metric, and $\delta(x,y) = \min(d(x,y), 1)$ is also a metric, that $d$ and $\delta$ generate the same topology.
I am stuck on the part of showing that $\mathbf{B_{\delta}(x,r)\subseteq B_{d}(x,r)}$, where $B_{\delta}$ is an open ball in the $\delta$-metric and $B_{d}$ is an open mall in the $d$-metric.
So far, this is what I have done:
Let $y \in B_{\delta}(x,r)$. Then, $\delta (x,y) < r$. Since $\delta (x,y) = \min(d(x,y),1)$, if $\delta(x,y) = d(x,y)$, then $\delta(x,y) = d(x,y) < r$, which implies that $y \in B_{d}(x,r) \implies B_{\delta}(x,r) \subseteq B_{d}(x,r)$ in this case.
On the other hand, if $\delta(x,y) = \min(d(x,y),1) = 1$, then $\delta(x,y) = 1 < d(x,y)$, but this is exactly the opposite of what I want here. In order to get $B_{\delta}(x,r) \subseteq B_{d}(x,r)$, I kind of need $d(x,y) < \delta(x,y)$, don't I? But I'm not getting that here.
Will somebody please help me? And also, be willing to answer follow-up questions that I have? Because if you just give me a hint, I have no doubt that I will need to ask you lots of follow-ups! Thank you in advance.