Given:
$$\exp: \mathbb{R} \ni x \mapsto \sum_{k=0}^{\infty } \frac{1}{k!} x^{k} \in \mathbb{R}$$
also $e = \exp(1)$. For all $x \in \mathbb{R}$ with $\left | x \right | \leq 1$: $$\left | \exp(x) - 1 \right | \leq \left | x \right | \cdot (e-1)$$
and $\exp(0) = 1$
...........................................................................................................................
In order to proof that the exponential function is continuous for every $x_{0}$, it needs to be shown that it's continuous at all. This was shown here (it's continuous at $x_{0}$ = 0): Proving that the exponential function is continuous
But I prefer this proof:
$$ \exp(x) = \sum_{n=0}^\infty \frac{x^n}{n!} $$ apply some little changes $$ \exp(x) = 1 + x \sum_{n=1}^\infty \frac{x^{n-1}}{n!} $$ whence for $x\to 0$ $$ |\exp(x) - 1| \le |x| \sum_{n=1}^\infty{|x|^{n-1}} \le |x| \frac{1}{1-|x|} \to 0 $$
I would say in order to show that the exponential function is continuous for all $x_{0} = 0$, I just need to show it is continuous at $x_{0}$ = 0 (done) and then I can just conclude it is continuous everywhere, so at $x=x_{0}$? Not sure about this, is it really possible?