1

Assume that (X,d) is a metric space.

Is there a simple/smart way (e.g. using some convexity argument) to show shat: $d^{*}(x,y) = ln(1+\frac{d(x,y)}{1+d(x,y)})$ is a distance, esp. that it does satisfy the triangle inequality?

Thus far I can only manage to prove it by using exp and brutally expanding/simplifying.

Thanks, J.

Julien
  • 393

1 Answers1

1

Lemma: Given a concave function $f:[0, +\infty] \rightarrow \mathbb{R}$ s.t. $f(0)=0$ then $f$ is subadditive i.e. $\forall x,y \space f(x+y) \le f(x)+f(y)$.

You should also know that given a distance $d$, the function $d'=\frac{d}{1+d}$ is a distance; then is straightforward: take arbitrarily $x,y,z \in X$

$$ d^*(x,z)=\ln[1+d'(x,z)]\le \ln[1+d'(x,y)+d'(y,z)] \\ \stackrel{subadditivity}{\le} \ln[1+d'(x,y)]+\ln[1+d'(y,z)]=d^*(x,y)+d^*(y,z) $$


Proof of lemma: https://en.wikipedia.org/wiki/Concave_function point 6 of "properties" section.

Martin R
  • 128,226
ictibones
  • 1,984