Following a hint in Short proof that $\rho^\prime(x,y) = \min\{1,\rho(x,y)\}$ is a metric
I would like to use the brute force method to show that the standard bounded metric is a metric
$$\rho(x,y) = \min\{1, d(x,y)\}$$
By brute force I mean to substitute the definition of $\min$ operator which is:
$$\min(a,b) = \dfrac{a+b - |a-b|}{2}$$
So let $x,y,z \in (X, \rho)$ \begin{align} \rho(x,z) &= \min\{1, d(x,z)\}\\ &= \dfrac{1+d(x,z) - |1-d(x,z)|}{2}\\ & = \dfrac{1}{2} + \dfrac{d(x,z)}{2} - \dfrac{|1-d(x,z)|}{2}\\ & \leq \dfrac{1}{2} + \dfrac{d(x,y)}{2} + \dfrac{1}{2} + \dfrac{d(y,z)}{2} - \dfrac{|1-d(x,z)|}{2} \tag{obvious} \end{align}
If I can show that
$$- \dfrac{|1-d(x,z)|}{2} \leq - \dfrac{|1-d(x,y)|}{2} + - \dfrac{|1-d(y,z)|}{2}$$
Then I am done.
However, this seems to be really messy and difficult to show. How can I show that the above inequality holds?
you have to check three things.
We have $\rho(x,y)=\rho(y,x)$ trivially (since $\delta(x,y)=\delta(y,x)$)
We also have $\rho(x.y)=\min(1,\delta(x,y))=0\iff\delta(x,y)=0\iff x=y$
The only tricky part is the triangle inequality.
We have to show $\rho(x,y)+\rho(y,z)\leq \rho(x,z)$.
if $\rho(x,y)\neq \delta(y,z)$ or $\rho(y,z)\neq \delta(y,z)$ we have $\rho(x,y)+\rho(x,z)\geq 1 \geq \rho(x,z)$ Otherwise:
$\rho(x,y)+\rho(y,z)=\delta(x,y)+\delta(y,z)\geq\delta(x,z)\geq\min(1,\delta(x,z))=\rho(x,z)$