I need to show that
$$\exp: \mathbb{R} \ni x \mapsto \sum_{k=0}^{\infty}\frac{1}{k!}x^{k} \in \mathbb{R}$$
is continuous at $x_0 = 0$.
It is same as $f(x)=e^{x}$, so I will show continuity for this at $x_{0}=0$.
$\lim_{x\rightarrow 0^{-}}(e^{x})= e^{0}=1$
$\lim_{x\rightarrow 0^{+}}(e^{x})= e^{0}=1$
$f(0)=e^{0}=1$
Thus the function $f(x)=e^{x}$ is continuous at $x_{0}=0$.
I'm not sure if I was allowed to convert the "thing" above to the function $f(x)=e^{x}$. Is it correct?