Forgive me if this question has already been asked, however, I could not find it.
In Section 1.8 (Complex Numbers and Functions) of their book, "Mathematical Methods for Physicists", by Arfken, Harris, Weber, Jurgen, the authors state that "A complex number is nothing more than an ordered pair of two real number" and later on, they define $i = (0,1)$ and state, "... introduction of the symbol i is not necessary here, but it is convenient"
I was wondering, in the same spirit of defining complex numbers as ordered pair of real numbers, how can we define exponentiation of a number to an ordered pair?
How would we define $e^{(1,0)}$, which is the real number $e^1$ and is equal to $e$. How would we define $e^{(0,1)} = e^i$?
Since we have defined addition and multiplication for complex numbers, we can form powers and write series expansions. $$e^z=1 + z + \frac{z^2}{2!} + \frac{z^3}{3!} + \dots $$ In a typical class of real analysis, this will also be the definition of $\exp(x)$. Then we define $e=\exp(1)$, and prove $\exp(x)= e^x$.