The Complex Exponential Function#
Theorem: Complex Exponential Function
converges absolutely for all \(z \in \mathbb{C}\).
Proof
We use the ratio convergence test. Let \(a_n = \frac{z^n}{n!}\). We have:
Since
for all \(z \in \mathbb{C}\), we know that \(\sum_{n = 0}^{\infty} \frac{z^n}{n!}\) is absolutely convergent for all \(z \in \mathbb{C}\).
Definition: Complex Exponential
The complex exponential function is the complex function \(\exp: \mathbb{C} \to \mathbb{C}\) defined by the aforementioned complex power series:
Notation
Theorem: Complex Exponential Extends Real Exponential
The restriction of the complex exponential function to the real numbers \(\mathbb{R}\) is the real exponential function.
Proof
TODO
Theorem: Periodicity of the Complex Exponential
The complex exponential function is periodic with period \(2\pi \mathrm{i}\):
Proof
TODO
Theorem: Euler's Formula
For every \(\varphi \in \mathbb{R}\), the real part of the complex exponential function \(\mathrm{e}^{\mathrm{i}\varphi}\) is the real cosine of \(\varphi\) and the imaginary part is the real sine of \(\varphi\):
Proof
TODO
Theorem: Exponent Arithmetic
The complex exponential function has the following property for all \(z, w \in \mathbb{C}\):
Proof
TODO
Theorem: Modulus of the Complex Exponential
For all \(z \in \mathbb{C}\), the modulus of the complex exponential function of \(z\) is the real exponential of its real part:
Proof
Let \(x = \operatorname{Re}(z)\) and \(y = \operatorname{Im}(z)\).
$$
\begin{aligned}
|\mathrm{e}^z| = \left| \mathrm{e}^{x + \mathrm{i} y} \right| &= \left| \mathrm{e}^{x} \cdot \mathrm{e}^{\mathrm{i} y} \right| \ &= \left| \mathrm{e}^{x} \cdot \cos y + \mathrm{i} \sin y \right| \ &= \left| \mathrm{e}^{x} \sqrt{\cos^2 y + \sin^2 y} \right| \ &= \left|\mathrm{e}^{x} \cdot \sqrt{1}\right| \ &= \left|\mathrm{e}^{\operatorname{Re}(z)}\right| = \mathrm{e}^{\operatorname{Re}(z)}
\end{aligned}
$$
Theorem: Conjugation of the Complex Exponential
The conjugate of the complex exponential is the complex exponential of the conjugate:
Proof
PROOF
Theorem: Complex Exponential via Complex Limit
The complex exponential function \(\mathrm{e}^z\) is equal to the following limit:
Proof
We need to prove that for each \(\varepsilon \gt 0\), there exists some \(N \in \mathbb{N}_0\) such that
for all \(n \ge N\).
TODO