Probably a simple question, but I wonder about the following:
To prove that $\exp(z_1+z_2) = \exp(z_1)\exp(z_2)$, I use : $$\exp(z_1+z_2) = \sum_{n=0}^{\infty}\sum_{k=0}^n\frac{1}{k!(n-k)!}z_1^kz_2^{n-k} $$ by using the binomial expansion. Now the property has been proved if this sum equals: $$\sum_{k=0}^{\infty}\sum_{m=0}^{\infty}\frac{z_1^{k}z_2^{m}}{k!m!}$$
Strange enough, I don't see exactly why this is true (although they use this without explanation in many books). I see that both sums contain "all terms" formally, but I would be glad if someone could show rigorously that both sums converge to the same complex number. Probably it is just a property of series that I'm missing here.