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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
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 [itex]d(x,y) = d(y,x)[/itex].
 
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 :/