MathJax TeX Test Page
$$e^{z_1 + z_2} = e^{z_1}e^{z_2}$$
The proof is fairly straightforward. $z_1 = x_1 + iy_1$ and $z_2 = x_2 + iy_2$.
So, $e^{z_1}e^{z_2}$ becomes
$$e^{x_1 + iy_1}e^{x_2 + iy_2}$$
By our first stated rule,
$$e^{x_1}e^{iy_1}e^{x_2}e^{iy_2}$$
Now, we just rearrange to make the next step more obvious.
$$e^{x_1}e^{x_2}e^{iy_1}e^{iy_2}$$
By real exponent laws, the first part equals $e^{x_1 + x_2}$. The second part is a basic property of complex angle addition, so it equals $e^{i\left(y_1 + y_2\right)}$
$$e^{x_1 + x_2}e^{i\left(y_1 + y_2\right)}$$
By the first property again, we can combine this into one exponent:
$$e^{(x_1 + x_2) + i(y_1 + y_2)} = e^{z_1 + z_2}$$
So, $\boxed{e^{z_1 + z_2} = e^{z_1}e^{z_2}}$.