I'm trying to make basic complex analysis tools more concrete. That is, I'm trying to eliminate the term "multi-valued function" in my language.
For example, $\log$ can be viewed as a group homomorphism $(\mathbb{C}^*,•) \rightarrow (\mathbb{C}/2\pi i \mathbb{Z},+)$, so that $\log$ can be viewed as actually a function. Similarly, argument can also be viewed as a group homomorphism.
The problem is, I don't know how to view $z^w$ as a function so that arithmetic including this can be done while viewing this as a single object, not a multivalued function.
I was trying to fix $z$ and view $z^w$ as a function where $w$ ranges over $\mathbb{C}$ and make $z^w$ as a group homomorphism so that $z^{w+a}=z^w • z^a$ can be done, but I don't know how to quotient the range of $z^w$.
More precisely, let $f(w)=z^w$.
I wanted to view $f$ as a homomorphism from $(\mathbb{C},+)$ to some quotient $(\mathbb{C}/H, •)$, to make $f(w+a)=f(w)f(a)$. My question is what would be a natural choice of $H$? Or is this approach completely wrong? If so, what would be a nice viewpoint of exponentiation?
If there is a complex-analysis text introducing the theory in this way, please recommend me one. Thank you in advance :)