I have this function of the complex variable $z$:
$f(z)=(1-z^{-1})^\alpha$
and I would like to do the following:
- Replace $1/z$ with $x$, thus $f(z)$ becomes $f(x)=(1-x)^{\alpha}$;
- Expand $f(x)$ using Taylor, about $x=0$.
Then I would get a polynomial expansion with positive powers of $x$, that would become negative powers of $z$. Can I do that? What are the mathematical implication? It is like I am treating a complex function as a real one. Is that correct? Can I then go back to the formulation in $z$?
Thanks!
Is it due to the fact that the function is holomorphic everywhere except in zero? If yes, can you give some references for this?
Thanks a lot! :)
– Joe Sep 10 '16 at 15:41