Prove that if $f$ is differentiable at $c$, then $f'(c) = \lim_{h\to 0}{f(c+h)-f(c)\over h}$.
I did this: If f is differentiable at $c$, then it's continuous at $c$, which implies,
$\lim_{x\to c}$ $f(x)=f(c)$ if only if $\lim_{h\to 0}$ $f(c+h)-f(c)=0$.
Then dividing by $h$,
$$\lim_{h\to 0}{f(c+h)-f(c)\over h}=f'(c).$$
I don't know if this is correct, I feel it's kind of arbitrary.
Edit: The definition of derivative is as follows- If $f$ is differentiable at a point a then the following limit exists: $\lim_{x\to a} {f(x)-f(a)\over x-a}$.