I want to prove that there exists a number such that $$\lim_{h\to 0} \frac{x^h-1}{h}=1$$
So to prove it you can say let $$f(x) = \lim_{h\to 0} \frac{x^h-1}{h}$$ Then by interchange of limit and differentiation operator $f'(x)= 1/x$.
My first question is :How to somehow show you can interchange limit and differentiation operator in this case?I know that who can not exchange them always .
Then you can say $$f(x)= \int_1^x\frac1x\, dx $$ Now you need to show this integral increases without bound. It is easy to see it is continuous on the interval $(0,\infty]$ since $1/x$ is continuous on that interval. And so, if it increase without bound, it must take value $1$.
How to show it increases without bound? And is my above proof correct?