What is Meant by By Symmetry in the Reverse Triangle Inequality Proof?

MaxManus
Messages
268
Reaction score
1

Homework Statement


I'm reading the proof for the reverse triangle inequality, but I don't understand what is meant by "by symmetry"


Homework Equations





The Attempt at a Solution


(X,d) is a metric space
prove:
|d(x,y) - d(x,z)| <= d(z,y)

The triangle inequality
d(x,y) <= d(x,z) + d(z,y)
d(x,y) - d(x,z) <= d(z,y)

By symmetry
d(x,z) - d(x,y) <= d(y,z) = d(z,y)

So:
|d(x,y) - d(x,z)| <= d(z,y)

---------------------------------------------
How did they get the "by symmetry d(x,z) - d(x,y) <= d(y,z) = d(z,y)" part?
Isn't symmetry just that d(x,y) = d(y,x)
 
Physics news on Phys.org
I believe the symmetry reference is due to the fact that for a metric space d(x,y) = d(y,x).
 
Yes, but how does that take you to: "d(x,z) - d(x,y) <= d(y,z) = d(z,y)"?
 
Hi MaxManus! :smile:

By symmetry is a standard mathematical phrase and has nothing to do with symmetry here. It just means that the property is analogous to something you have done before.

MaxManus said:

Homework Statement


I'm reading the proof for the reverse triangle inequality, but I don't understand what is meant by "by symmetry"


Homework Equations





The Attempt at a Solution


(X,d) is a metric space
prove:
|d(x,y) - d(x,z)| <= d(z,y)

The triangle inequality
d(x,y) <= d(x,z) + d(z,y)
d(x,y) - d(x,z) <= d(z,y)

By symmetry
d(x,z) - d(x,y) <= d(y,z) = d(z,y)

Here, they mean d(x,z)<=d(x,y)+d(y,z), thus d(x,z)-d(x,y)<= d(y,z). This is quite the same thing as you done before...
 
Thanks!
angst18 I tried to solve your problem, but it was over my level.
 
Thanks, it seems I'm doomed :/
 
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