In order to prove continuity of a function, you need to show that the left side limit and right side limit of the function are identical. Then you need to show that the function value and (left-right) limit are same... You do this all on the normal function.
Now my question, would it be allowed to use the first derivation of the function instead of the normal function?
Example (using normal function): Prove that $f(x) = x^{2}$ is continuous at $x_{0}=1$.
$\lim_{x\rightarrow1^{-}}x^{2}=1$
$\lim_{x\rightarrow1^{+}}x^{2}=1$
Thus the function is continuous.
Example (using first derivative): Prove that $f(x) = x^{2}$ is continuous at $x_{0}=1$.
$f'(x)=2x$
$\lim_{x\rightarrow1^{-}}2x=2$
$\lim_{x\rightarrow1^{+}}2x=2$
Thus the function is continuous.