-1

i need help on this problem: how can i prove that the metric d(x,y)=|x-y|/(1+|x-y|) from (ℝ,d) satisfies the triangle inequality?

Greetings

fuat
  • 3

1 Answers1

0

First note that the function $f(x)=\frac{x}{1+x}$ is increasing for positive $x$. You have to prove that $d(a,b)+d(b,c) \ge d(a,c)$ holds for all $a,b,c$. Substituting $|b-c|=n, |a-b|=m$ this is equivalent to $$f(n)+f(m) \ge f(|a-c|)$$ Since $|a-c| \le m+n$ by the triangle inequality (here we use the property of the Euclidean metric not of $d(x,y)$!) and $f$ is increasing, it is sufficient to prove $$f(n)+f(m) \ge f(m+n)$$ But this is just the same as proving $$\frac{n}{1+n}+\frac{m}{1+m} \ge \frac{m+n}{1+m+n}$$ for all non-negative $m,n$. Can you continue from here?

Tintarn
  • 2,931
  • not really, but it was not the problem which i needed to solve. I just wanted to see if i can prove this but apparently it is above my level for now. thank you. – fuat Sep 16 '15 at 20:07