Exercise:
Let the function $f$ be defined and continuous in an open interval $A$. Suppose that $c$ is a point in $A$ and that $f$ has derivatives up to order $m$ on the set $A \backslash\{c\}$. Suppose further that $\lim\limits _{x \rightarrow c} f^{(k)}(x)$ exists for $k=1, \ldots, m$ and the limits are finite numbers. Show that $f$ has derivatives up to order $m$ in all of $A$. Moreover $f^{(k)}(c)=\lim\limits _{x \rightarrow c} f^{(k)}(x)$, for $k=1, \ldots, m$
I know proof of the case when $k=1$. It has a lot of answers in this site, for example here
for complete induction step I was suggested the following expression: $$ f^{(k)}(c)=\lim _{x \rightarrow c} \frac{f^{(k-1)}(x)-f^{(k-1)}(c)}{x-c}=\lim _{x \rightarrow c} \frac{\int_{c}^{x} f^{(k)}(t) d t}{x-c}=\lim _{x \rightarrow c} f^{(k)}(x)$$
but we haven't studied integral yet. Is there any technique to replace integral with that one??
Thank you in advance.