Let $f:\mathbb R\longrightarrow \mathbb R$ a differentiable function s.t. $f'(x)\neq 0$ for all $x$. Suppose $f$ is bijective and that it's inverse $g:=f^{-1}$ is continuous. Prove that $g$ is also $\mathcal C^1$. I tried as follow :
Let $b\in \mathbb R$ and set $g(b)=a$, i.e. $f(a)=b$.
Since $g$ is continuous, there is $\varepsilon$ s.t. $\varepsilon(h)\to 0$ when $h\to 0$ s.t. $$g(b+h)-g(b)=\varepsilon(h)\implies g(b+h)=a+\varepsilon(h)\implies b+h=f(a+\varepsilon(h))=f(a)+f'(a)\varepsilon(h)+o(\varepsilon(h))\implies h=f'(a)\varepsilon(h)+o(\varepsilon(h)).$$
Therefore, $$g(b+h)-g(b)-\frac{1}{f'(g(b))}h=\varepsilon(h)-\frac{1}{f'(a)}(f'(a)\varepsilon(h)+o(\varepsilon(h))=\varepsilon(h)-\varepsilon(h)+o(\varepsilon(h))=o(\varepsilon(h)).$$
Therefore $$\lim_{h\to 0}g(b+h)-g(b)-\frac{1}{f'(g(b))}h=0,$$ and thus $g$ is differentiable.
Question : Is it correct ? Because I'm note very confortable with this type of proof.
Hint:
Use inverse function theorem.
About your proof; I think it is OK.See @Surb's answer.