Verifying the metric space e = d / (1 + d)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 7K views
pdonovan
Messages
17
Reaction score
0
I'm trying to verify that if (M,d) is a metric space, then (N,e) is a metric space where e(a,b) = d(a,b) / (1 + d(a,b)). Everything was easy to verify except the triangle inequality. All I need is to show that:

a <= b + c
implies
a / (1 + a) <= (b / (1 + b)) + (c / (1 + c)

Any help would be greatly appreciated, thank you!
 
Physics news on Phys.org
Thank you for the tip, but I still haven't figured it out : /

I have
a<=b+c
-->
a/[(1+a)(1+b)(1+c)] <= (b+c)/[(1+a)(1+b)(1+c)]
-->
a/[(1+a)(1+b)(1+c)] <= b/[(1+a)(1+b)(1+c)] + c/[(1+a)(1+b)(1+c)]
 
like tiny-tim said, write down the triangle inequality for the new metric and assume it's true. then multiply both sides by (1+a)(1+b)(1+c) (since it's positive) and then "work backwards" as tiny-tim said. then see if you can reversely do all the steps from the opposite direction. if you can, (and you can), then you're done.