Problem: Given a convergent sequence $x_{n} \to x_{0}$ as $n \to \infty$, and that e is defined as $e^{x}=\sum_{k=0}^{\infty}\frac{x^{k}}{k!}$, prove that $\lim_{n \to \infty}e^{x_{n}} = e^{x_{0}}$.
Now I know I could simply use limit rules, and say that $\lim_{n \to \infty}e^{x_{n}} = e^{\lim_{n \to \infty}x_{n}} = e^{x_{0}}$. However I would like (and the question suggests) to use that infinite series definition of $e^{x}$ to arrive at the answer.
So far I have $\lim_{n \to \infty}e^{x_{n}} = \lim_{n \to \infty}\sum_{k=0}^{\infty}\frac{x_{n}^k}{k!} =\sum_{k=0}^{\infty}\frac{x_{0}^k}{k!}$, but again without just distributing the limit inside the summation, I am stuck as to how to proceed from there and find the limit of that series. Any help would be appreciated! (It could be there is no way to do it without simply distributing the limit, I'm not sure)