Let $f$ be differentiable and invertible around $a, f(a) = b, f(a + h) = b + k$.
For any function $G$, each of the following is true:
1) $\lim_{h\to 0}G(h)=L\iff \lim_{k\to 0}G(h)=L$
2) $\lim_{h\to 0}\frac{G(h)}{h}=0\iff \lim_{k\to 0}\frac{G(h)}{k}=0$
How can I prove that $(f^{−1})′(b)$ exists?
It's question 4(d) on page 2 of this document.
EDIT:
The problem sets at the link considers the situation $ f(a) = b, f(a + h) = b + k$, and tries to determine under what conditions the claim $k \rightarrow 0$ is equivalent to $h \rightarrow 0$.
The original question 4 assumes $f$ is continuously differentiable and $f'(a)\neq 0$,then in some neighborhood U of a, $mh \le k \le Mh$ ,where either both $m,M >0$ or both $m,M<0$, by the Mean Value Theorem. Thus in U, there is a one-to-one correspondence between values of h and values of k.
In sub-questions from a) to c), the following is asked to be proved using $\epsilon-\delta$ and assuming $mh \le k \le Mh$ $(m,M > 0)$ , for any function G:
a) $\lim_{h\to 0}G(h)=L\iff \lim_{k\to 0}G(h)=L$
b) $\lim_{h\to 0}\frac{G(h)}{h}=0\iff lim_{h\to 0}\frac{G(h)}{k}=0$
c) $\lim_{h\to 0}\frac{G(h)}{h}=0\iff \lim_{k\to 0}\frac{G(h)}{k}=0$
Sub-question d) asks what the relevance of the earlier parts of the question to the proof that if f is invertible around a, and $f'(a)\neq 0$, then $(f^{−1})′(b)$ exists is.
Is the part of this post before EDIT what sub-question d) is asking ? How can I solve sub-question d) ? Any idea is appreciated.