While studying some complex analysis , I encountered the following problem:
"Let $f$ be a holomorphic function on the open unit disc $\mathbb{D}$.Prove that for every $\zeta \in \mathbb{D}$ the following formula is valid: $f(\zeta)=\frac{1}{\pi} \int \int_{\mathbb{D}}\frac{f(z)}{(1-\bar{z}\zeta)^2}dxdy$ "
I tried this by using Green's Theorem and a Cauchy-Green theorem, but i ended up with a double integral expression of the form $\int \int_{\mathbb{D}} \frac{\partial f}{\partial \bar{z}}\frac{1}{z-\zeta}dx dy$
This can be solved with Green's Formula also. Using the Cauchy Integral Formula one has $$f(\zeta)=\frac{1}{2\pi i}\int_{|z|=1}{\frac{f(z)}{z-\zeta}}dz=\int_{|z|=1} \frac{f(z)\bar{z}}{1-\bar{z}\zeta}dz$$ The last statement can be justified by the fact that $z=\frac{1}{\bar{z}}$ when $|z|=1$ . Now one can use Green's theorem . After some fun one has $$f(\zeta)=\frac{1}{\pi}\int \int_{\mathbb{D}}\frac{\partial{\frac{f(z)\bar{z}}{1-\bar{z}\zeta}}}{\partial{\bar{z}}}dxdy=\frac{1}{\pi}\int \int_{\mathbb{D}}\frac{f(z)}{(1-\bar{z}\zeta)^2 }dxdy.$$ My effort was still good, i just did not consider the simple step $$z=\frac{1}{\bar{z}}$$ when $|z|=1$. Thanks also for the answer using the series representation it was a simple and beautiful way to solve this excercise.