Does Min(d1,d2) Satisfy Triangle Inequality?

  • Thread starter Thread starter Daveyboy
  • Start date Start date
  • Tags Tags
    Metric Property
Daveyboy
Messages
57
Reaction score
0
d1 and d2 are metrics on a space X. Does min(d1,d2) satisfy the triangle inequality.

I think it does not but I am having a hard time finding a counter example.
 
Last edited:
Physics news on Phys.org
Try looking at the special case of the triangle inequality where equality holds.
 
Oh neat this works: euclidean and discrete metric dmin(0,2)=1
dmin(0,1)=1
dmin(1,2)=1
does not satisfy the triangle inequality.
 
dmin(0,2)<=dmin(0,1)+dmin(1,2). 1<=1+1. I think it does work.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top