Define $ b^{z}:=e^{\log\left(b\right)\cdot z} $, as a function of 2 complex variables $ (b,z) \in D(1,1)\times \mathbb{C} $
Where $log $ here is defined only on the disk $ D(1,1) $ and given by $$ \log\left(z\right)=\sum_{k=1}^{\infty}\frac{\left(-1\right)^{k+1}}{k}\left(z-1\right)^{k} $$
Now, given a positive integer $ n $, I want to prove that there exist a unique function $ f=\sqrt[n]{\cdot}:D\left(1,1\right)\to D\left(1,1\right) $
such that $$ \left(f\left(z\right)\right)^{n}=z,\thinspace\thinspace\thinspace and\thinspace\thinspace\thinspace\thinspace\thinspace f\left(1\right)=1 $$
Here's what I have tried:
Define $$ f\left(z\right)=e^{\frac{1}{n}\log\left(z\right)} $$
This will be our function. And indeed $ f\left(1\right)=e^{\frac{1}{n}\sum_{k=1}^{\infty}\frac{\left(-1\right)^{k}}{k}\left(1-1\right)^{k}}=e^0=1 $
Next, I want to prove that indeed $(f(z))^n=z$.
But Im not sure why would it even be true.
Those are the steps Im not sure about:
$ \left(f\left(z\right)\right)^{n}=\left(e^{\frac{1}{n}\log\left(z\right)}\right)^{n}\underset{?}{=}e^{\frac{n}{n}\log\left(z\right)}\underset{?}{=}z $
This power rule is true in this complex case? also, I know in general $ e^{\log\left(z\right)}\neq z $, but in this particular case where we defined $ log $ as the power series over the disk $(1,1) $ , is it true?
If indeed those steps are true, how can I show that this function is unique?
Thanks in advance, any help would be appreciated.