Isometries are equivlance relations

JSG31883

New member
Joined
Sep 14, 2005
Messages
7
How do i prove that isometries (distance preserving maps) are equivalence relations (ie: reflexive, symmetric and transitive)?
 
WHAT? Are you sure that you have stated this question exactly?
An equivalence relation is defined on some set A.
An isometry is defined from one metric space to another.
So, how is the relation defined?
 
1) If M is isometric to N, show that N is isometric to M (symmetry).
2) Show that any M is isometric to itself (what mapping of M to M is an isometry?) (reflexive)
3) If M is isometric to N, and N is isometric to P, show that M is isometric to P (transitive).

The simplest type of mapping from one metric space to another is an isometry. It is a bijection f: M -> N that preserves distances in the sense that for all p,q in M, d(f(p),f(q))=d(p,q).

If there exists an isometry from M to N, then M and N are said to be isometric. And isometric metric spaces are indistinguishable as metric spaces.

Does this help????
 
The correct statement is: “A bijection f:(M,d) -> (N,e) that preserves distances in the sense that for all p,q in M, e(f(p),f(q))=d(p,q).” Note the different metrics. In other words the metric d(,) and the metric e(,) need not be the same.
I think that that is the source your confusion.
Here is another. What you want is to define a relation on the set of metric spaces as (M,d) and (N,e) are related if and only if there is an isometry between them.
In other words, the two are related iff they are isomorphic.
Clearly (M,d) is isomorphic to itself. Use the identity mapping.
If (M,d) and (N,e) are isomorphic then because the mapping is bijective, (N,e) and (M,d) are isomorphic.
As always, the transitive property is the difficult one to prove.
If f:(M,d) -> (N,e) & g:(N,e) -> (Q,c) are bijections then the composition gof is also a bijection.
Note that if for all p,q in M, e(f(p),f(q))=d(p,q) then c(g(f(p)),g(e(f(p)))=e(f(p),f(q))=d(p,q).
Thus gof is an isometry between (M,d)& (Q,c).
 
Top