My professor taught us on continuity of functions in metric spaces and Homeomorphism. He defined the homeomophism as the following:
Let ($X, d$) and ($X', d'$) be metric spaces. A function $f : X \to X'$ is homeomorphism if
i. $f$ is bijection
ii. $f$ is continuous
iii. $f^-$$^1$ is also continuous
$\\$
A homeomorphism $f : X \to X'$ is an isometry if:
$d(x_1, x_2)$ = $d(f(x_1), f(x_2))$, $\forall x_1, x_2 \in X$
He then asked us to solve the following questions:
We consider isometries from $\mathbb R$ to itself with the usual metric.
Q1. Is $f(x) = x^3$ a homeomorphism? an isometry?
Q2. Is $f(x) = x + sin (x)$ a homeomorphism? an isometry?
I am confused on the last part iii. When it says $f^-$$^1$ is continuous, does it mean $f^-$$^1$ continuous on $X'$?
For Q1, I had no problem in proving bijection and continuity of $f(x)$ but kind of got stuck at $f^-$$^1$.
For Q2, Again, the bijection part is easy to show and I can see that this is a strictly increasing function but how do I show that this function is continuous?. I don't think there is simple way to express the inverse function of $x + sin(x)$. I find it hard to visualize it in my head. I don't know how to approach this on the inverse function part.
Any hint/suggestion will be appreciated.
(I'd like to solve these problems in terms of $\epsilon$ - $\delta$, i.e. $f$ is continuous at $x_o$ $\forall \epsilon > 0, \exists\delta > 0$ such that if |$x - x_o$| < $\delta$, then |$f(x) - f(x_o)$| $< \epsilon$ )