Using the Triangle Inequality to Prove Transitivity in Metric Spaces

Daveyboy
Messages
57
Reaction score
0
I want to show the triangle inequality, d(x,x)=0, d(x,y)\neq0 for x\neqy
implies that d(x,y)=d(y,x).

Note that I do not have d(x,y)>0. But I know how to show this if I can get the transitive property.

I have been trying to use the triangle ineq. to establish
d(x,y)>=d(y,x) and d(x,y)<=d(y,x) but I can't get it to fall out.

I don't have to many choices of things to do here but I still can not make the inequality work. Any hints?
 
Physics news on Phys.org
d(x,y) < d(x,z) + d(z,y) < d(x,y) + d(y,z) + d(z,y)
 
To the OP: Are you sure you're not supposed to deduce all the properties of a metric space from these two axioms, 1. d(x,y) = 0 iff x = y and 2. d(x,y) \leq d(z,x) + d(z,y) ?

The only difference between your assumptions and the assumptions I listed is that my inequality is not exactly the triangle inequality, though it would be if we could presuppose the symmetry of the argument (which is what you are trying to prove); that or I am completely missing something in VeeEight's post.
 
snipez90 you're right! I was using the wrong assumption... Unfortunately I am still having trouble figuring this out.

The assumption I should have been using was:
d(x, x) = 0, d(x, z) , 0 for x , z, and
d(x, z) \leq d(z,w) + d(w, x)
 
I also have trouble seeing how that inequality will allow you to reach the desired conclusion. Note that in the inequality I wrote down, non-negativity is almost immediate since you know which side you want to be 0 and replacing the appropriate variable(s) establishes this.
 
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