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?
Let $$ \alpha_n=\left(1+\frac1n\right)^n\quad\text{and}\quad\beta_n=\left(1+\frac1n\right)^{n+1}\tag1 $$ Then, for non-zero $|h|\le\frac1n$, Bernoulli's Inequality says $$ \begin{align} \frac{\alpha_n^h-1}h &=\frac{\left(1+\frac1n\right)^{nh}-1}h\\[3pt] &\le\frac{(1+h)-1}h\\[6pt] &=1\tag2 \end{align} $$ Note that for $h\lt0$, the sense of the inequality in the numerator changes, but then the negative denominator restores the sense. Furthermore, $$ \begin{align} \frac{\alpha_n^h-1}h &=\frac{\left(1-\frac1{n+1}\right)^{-nh}-1}h\\[3pt] &\ge\frac{\left(1+h\frac{n}{n+1}\right)-1}h\\[6pt] &=\frac{n}{n+1}\tag3 \end{align} $$ Thus, $$ \bbox[5px,border:2px solid #C0A000]{\frac{n}{n+1}\le\frac{\alpha_n^h-1}h\le1}\tag4 $$ Similarly, for non-zero $|h|\le\frac1{n+1}$ $$ \begin{align} \frac{\beta_n^h-1}h &=\frac{\left(1+\frac1n\right)^{(n+1)h}-1}h\\[3pt] &\le\frac{\left(1+h\frac{n+1}n\right)-1}h\\[6pt] &=\frac{n+1}n\tag5 \end{align} $$ and $$ \begin{align} \frac{\beta_n^h-1}h &=\frac{\left(1-\frac1{n+1}\right)^{-(n+1)h}-1}h\\[3pt] &\ge\frac{(1+h)-1}h\\[6pt] &=1\tag6 \end{align} $$ Thus, $$ \bbox[5px,border:2px solid #C0A000]{1\le\frac{\beta_n^h-1}h\le\frac{n+1}n}\tag7 $$ Since $\frac{x^h-1}h$ is monotonically increasing in $x$ for non-zero $|h|\lt\frac1{n+1}$, $(4)$ and $(7)$ say that for all $x\in[\alpha_n,\beta_n]$ and non-zero $|h|\lt\frac1{n+1}$, $$ \frac{n}{n+1}\le\frac{x^h-1}h\le\frac{n+1}n\tag8 $$ As is shown in this answer, $\alpha_n$ is increasing and $\beta_n$ is decreasing. Since $[\alpha_n,\beta_n]$ is a decreasing nested sequence of non-empty compact sets, Cantor's Intersection Theorem says that $$ \bigcap_{n=1}^\infty\,[\alpha_n,\beta_n]\ne\emptyset\tag9 $$ In fact, since $\beta_n-\alpha_n=\frac1{n+1}\beta_n$ decreases to $0$, the intersection in $(9)$ consists of one point, called $e$.
Thus, we have that for non-zero $|h|\lt\frac1{n+1}$ $$ \frac{n}{n+1}\le\frac{e^h-1}h\le\frac{n+1}n\tag{10} $$ Inequality $(10)$ and The Squeeze Theorem imply $$ \lim_{h\to0}\frac{e^h-1}{h}=1\tag{11} $$