My question is the following. I use a lot of times that a function is continuous at $a$ if and only if
$$\lim_{x\to a^{-}}f(x) = f(a) = \lim_{x\to a^{+}}f(x) $$
But I've never found a rigorous proof (that I can still understand!). Maybe with $\epsilon - \delta$ definitions? Can somebody help me? Thanks!
A map $f$ is continuous at $a$ iff for every $\varepsilon > 0$ there is some $\delta > 0$ such that $0 < |x-a| < \delta$ only if $|f(x) - f(a)| < \varepsilon$; but $0 < |x-a| < \delta$ iff $-\delta < x-a < 0$ and $0 < x-a < \delta$; hence $f$ is continuous at $a$ iff $\lim_{x \to a-}f(x) = f(a) = \lim_{x \to a+}f(x)$.