Let $(X,d)$ be a metric space.
Let $x_0,x_1\in X$ and $p\gt0$ a constant.
I want to show that the set $\{\dfrac{1+d(x_0,x)^p}{1+d(x_1,x)^p}: x\in X\}\subset \Bbb R$ is bounded.
I was trying to use the triangle inequality but with no success: $$\dfrac{1+d(x_0,x)^p}{1+d(x_1,x)^p}\le \dfrac{1+d(x_0,0)^p + d(0,x)^p}{1+d(x_1,x)^p-d(0,x_1)^p} \le \dfrac{A +d(0,x)^p}{B-d(0,x)^p}$$
Where $A,B$ are constants.
Any idea on how to continue?
Thanks a lot!