I want to prove that $e^{x+y}=e^x*e^y$, where x and y are complex numbers. I only want to use that evey complex number is on the form $z=a+bi$, where $i^2=-1$. And if z is a complex number we have $e^z=\Sigma_{n=0}^\infty\frac{z^n}{n!}$.
However I seem to get stuck, here is my attempt:
$x=a+bi$
$y=c+di$
$e^{x+y}=\Sigma_{n=0}^\infty\frac{(a+bi*c+di)^n}{n!}$. I am not sure if we can use the binomial theorem on the part inside the summation, because we have $i$ there?, can we? If we can, I get
$=\Sigma_{n=0}^\infty[\Sigma_{k=0}^n\frac{n!}{k!(n-k)!}(a+bi)^k*(c+di)^{n-k}*\frac{1}{n!}]$. My problem is that I am not able to sepearte the n and the k, if I was able to show that this was equal to:
$\Sigma_{n=0}^\infty\frac{(a+bi)^n}{n!}*\Sigma_{k=0}^\infty\frac{(c+di)^k}{k!}$ then I would have provedwhat I wanted, is there a way to get here?
$$e^{u}e^{v}=\sum_{r=0}^{\infty}\frac{u^{r}}{r!}\sum_{s=0}^{\infty}\frac{v^{s}}{s!}=\sum_{n=0}^{\infty}\sum_{r+s=n}\frac{u^{r}v^{s}}{r!s!}=\sum_{n=0}^{\infty}\frac{\left(u+v\right)^{n}}{n!}=e^{u+v}$$
edit
In general $$\sum_{r=0}^{\infty}a_{r}\times\sum_{s=0}^{\infty}b_{s}=a_{0}b_{0}+\left(a_{0}b_{1}+a_{1}b_{0}\right)+\left(a_{0}b_{2}+a_{1}b_{1}+a_{2}b_{0}\right)+\cdots=\sum_{n=0}^{\infty}c_{n}$$ where $$c_{n}=a_{0}b_{n}+\cdots+a_{n}b_{0}=\sum_{k=0}^{n}a_{k}b_{n-k}$$
Another way to notate $c_{n}$ is $$c_{n}=\sum_{r+s=n}a_{r}b_{s}$$ where $r$ and $s$ stand for nonnegative integers.