My calculus textbook has a question about proving a given statement about continuity, but it seems that my proof is much too simple for the problem. The question goes as such:
Prove that if $\lim_{Δx->0} f(c+Δx) = f(c)$ then $f$ is continuous at $c$.
first, I took $x = Δx + c$ and observed that, as Δx->0, x->c, so I rewrote the original limit $\lim_{Δx->0} f(c+Δx)$ as $\lim_{x->c} f(x)$ . We can put this in the original expression: $\lim_{x->c} f(x) = f(c)$ , the definition of continuity. Therefore, if $\lim_{Δx->0} f(c+Δx) = f(c)$ , then f is continuous at c.
This proof seems very short. Is it rigorous enough? Thanks in advance.