[Math] Complex exponential series convergence $\sum_{n=0}^{\infty} \frac{z^n}{n!}$

complex-analysisfourier analysisfourier seriessequences-and-series

I'm hoping someone can help me with the following question from Stein and Shakarchi Volume 1 on Fourier Analysis (p. 24):

For $z \in \mathbb C$, we define the complex exponential by
$$\sum_{n=0}^{\infty} \frac{z^n}{n!}.$$
Prove that the above definition makes sense, by showing the series converges for every complex number $z$. Moreover, show that the convergence is uniform on every bounded subset of $\mathbb C$.

I know that convergence is easily shown with the ratio test or an absolute convergence argument, but I'm trying to prove convergence formally, and keep getting stuck. So far, I've tried the following. A series converges if the sequence of partial sums
$$\sum_{j=0}^{n} \frac{z^j}{j!}$$
converges as $n \to \infty$. So showing that
$$\lim_{n \to \infty} \left| \sum_{j=0}^{n} \frac{z^j}{j!} – e^z \right| = 0$$
appears to be the goal. We could also use the $N-\epsilon$ definition, which may help, or show the sequence is Cauchy. But I can't seem to get any of these to work. With the uniform convergence, I seem to run into the same problems.

Any help or hints would be appreciated.

Best Answer

HINT:

Note that for any fixed $z$, we have for $M>N>|z|$

$$\begin{align} \left|\sum_{n=N}^M \frac{z^n}{n!}\right|&\le \sum_{n=N}^M \frac{|z|^n}{n!}\\\\ &\le \sum_{n=N}^M \frac{|z|^n}{N^n}\\\\ &=\frac{|z/N|^N -|z/N|^{M+1}}{1-|z/N|} \end{align}$$

Related Question