Could you help me and explain to me how to prove that if a certain function $f: (a,b) \rightarrow R$ is continuous and injective, then $f^{-1}$ is also continuous ?
|
|
A constant function can't be injective so I suppose this is a typo. Here is a brief proof that $f^{-1}$ is continuous. Many details are missing so you should try and fill them. First without loss of generality $f$ is strictly increasing in $(a,b)$ (why?). In addition, $f((a,b))$ is an interval with endpoints $m<M$ (again why?). Let $y_0\in (m,M)$. Since $f$ is injective, there exists a unique $x_0\in (a,b)$ so that $f(x_0)=y_0$. Choose $\epsilon>0$ such as that $a<x_0-\epsilon<x_0<x_0+\epsilon<b$. Then, since $f$ is strictly increasing we have that \begin{equation}f(x_0-\epsilon)<f(x_0)=y_0<f(x_0+\epsilon)\end{equation} Let $\delta=\min {\left\{y_0-f(x_0-\epsilon),f(x_0+\epsilon)-y_0\right\}}>0$ and $y\in f((a,b))$. Then, \begin{equation}\left|y-y_0\right|<\delta\implies f(x_0-\epsilon)<y<f(x_0+\epsilon)\end{equation} (why?). I think you can finish the rest. |
|||||||||||
|