is an isometry injective or bijective?

2.2k Views Asked by At

On wolfram Alpha it defines an isometry as a bijective map between two metric spaces which preserves distance. However in my college notes it defines it as being one-one and continuous. which is the correct definition ? one to one or bijective ?

1

There are 1 best solutions below

2
On

An isometry is a distance preserving map. This means $f: X \to Y$ is an isometry iff $$d(x,y) = d'(f(x),f(y))$$ where $d$ and $d'$ are the respective metrics on $X$ and $Y$. An isometry is automatically injective and continuous. One need only let $\delta = \epsilon$ in the $\epsilon, \delta$ characterization of continuity) and if $f(x) = f(y)$ , then $d(f(x),f(y)) = d(x,y) = 0$ which implies $x =y$

There do exist maps which are injective and continous which are not isometries ofcourse. Something like $f: \mathbb{R} \to \mathbb{R}$ like $f(x) = x^3$ should work.