Proving Inequality: d(x,y) = d1(x,y)/[1+d1(x,y)] as a Valid Distance in R^n

  • Thread starter Thread starter RenOdur
  • Start date Start date
  • Tags Tags
    Inequality
RenOdur
Messages
5
Reaction score
0

Homework Statement


the actual problem is to show that d(x,y)=d1(x,y)/[1+d1(x,y)] expresses a distance in R^n if d1(x,y) is a distance in R^n.Based on theory I have to show that
i) d(x,y)>=0 ,
ii)d(x,y)=d(y,x) and
iii)d(x,y)<= d(x,z)+d(z,y)
i've proven the first two so basically how can i get from d1(x,y)<= d1(x,z)+d1(z,y)(the above three statements apply for d1(x,y) since d1(x,y) is already a distance in R^n ) to d1(x,y)/[1+d1(x,y)]<=d1(x,z)/[1+d1(x,z)]+d1(z,y)/[1+d1(z,y)] ?
 
Physics news on Phys.org
hint:Divide through all of (iii) by 1+ d1(x,y). You should then be able to write another inequality using what you know in (iii) and (i) on the denominator
 
K29 said:
hint:Divide through all of (iii) by 1+ d1(x,y). You should then be able to write another inequality using what you know in (iii) and (i) on the denominator

Let me get this right.do you suggest that i divide d(x,y)<= d(x,z)+d(z,y) by 1+d1(x,y) in order to reach an inequality that is true?or do you suggest dividing d1(x,y)<= d1(x,z)+d1(z,y) by 1+d1(x,y) in order to reach d(x,y)<= d(x,z)+d(z,y)?
 
well first you need to write (iii) in terms of d1 (which is also a distance)
then after noticing some things you can easily get to
d1(x,y)/[1+d1(x,y)]<=d1(x,z)/[1+d1(x,z)]+d1(z,y)/[1+d1(z,y)]
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top