1

Let $(X,d)$ be a compact metric space. Let $f:X\rightarrow X$ be such that $d(f(x),f(y))=d(x,y)$ for all $x,y\in X$. Show that f is onto. Hint: Fix $y\in X $and $ x_1\in X$, define $x_n=f(x_{n-1})$, observe that $d(x_n,x_{n+k})=d(y,x_n)$.

It is easy to show that \begin{align*} d(x_n,x_{n+k})&=d(f(x_{n-1}),f(x_{n+k-1})) \\ &=d(x_{n-1},x_{n+k-1})\\ &=d(x_{n-k},x_n) \end{align*}
I don't understand how we get $d(y,x_n)$.Why $y$ must be an element in $x_n$?

LPS
  • 259

1 Answers1

3

The proposition is not true as it stands: consider $X$ the right halfplane $X:=\{(x,y)\in\Bbb R^2\,:\, x>0\}$, and let $f$ be a shift to the right: $f((x,y)):=(x+1,y)$.

Update: Assuming that $X$ is compact, makes difference.

Hint: If a hint doesn't help, don't insist to find it out, rather look for the solution for the original problem.

Berci
  • 90,745