I'm doing this exercise:
Let $f$ be holomorphic on $\mathbb{D}=\{z\in\mathbb{C} | |z|\leq 1\}$. Prove that:
a) $\frac{1}{2\pi i}\cdot \displaystyle\int_{|z|=1}{\frac{\bar{f}(z)}{z-a}dz}=\bar{f}(0)\ $ if $|a|<1$
b) $\frac{1}{2\pi i}\cdot \displaystyle\int_{|z|=1}{\frac{\bar{f}(z)}{z-a}dz}=\bar{f}(0)-\bar{f}(1/\bar{a})\ $ if $|a|>1$
I know that if we call $\gamma=\partial D(0,1)$ the unit disk boundary, we have:
$$ \frac{1}{2\pi i}\cdot \int_{\gamma}{\frac{\bar{f}(z)}{z-a}dz}=\bar{f}(a)Ind(\gamma,a)$$
and we know that $Ind(\gamma,a)=1$, so
$$ \frac{1}{2\pi i}\cdot \int_{\gamma}{\frac{\bar{f}(z)}{z-a}dz}=\bar{f}(a)$$
But how can I prove that $\bar{f}(a)=\bar{f}(0)$?
Thanks for your time.
Following up on a comment by @glofatics.
$f$ is holomorphic, so it is analytic and you can write $f(z)=\sum_n a_n z^n$ and so $\overline{f}(z)=\sum_n \overline{a_n} \cdot \overline{z}^n$.
By uniform convergence, $$\int_{|z|=1} \frac{\overline{f}}{z-a}=\sum_n \overline{a_n}\int_{|z|=1}\frac{\overline{z}^n}{z-a}dz$$
Take a look at $g_n(z)=\frac{\overline{z}^n}{z-a}$. For $|z|=1$, $\overline{z}=\frac{1}{z}$, and so $\int_{|z|=1}g_n dz=\int_{|z|=1}h_n(z)dz$ for $h_n(z)=\frac{1}{z^n(z-a)}$.
$h_n$ is holomorphic, up to some poles, and so we can apply the residue theorem.
If $|a|<1$ then we have two poles in $B(0,1)$ which are $0,a$ of order $n,1$ respectively.
Let us calculate residues.
First, $Res_{z=a} h_n =a^{-n}$, for all $n\geq0$.
It is not too difficult to see that for $n\geq1$ we have $$Res_{z=0} h_n =(-1)^{n-1}\cdot\frac{1}{(-a)^n}=-a^{-n}$$ This is because $$Res_{z=0} h_n=\frac{1}{(n-1)!}\frac{d^{n-1}}{dz^{n-1}}(z^n h_n(z))$$ for pole of order $n$. For $n=0$, it is clear that $\int_{|z|=1|}h_n(z)dz=2\pi i$ by Cauchy's formula.
So, to sum up, $\int_{|z|=1}h_n(z)=2\pi i (Res_{z=0}+Res_{z=a})$ which is $0$ if $n\geq1$ and $2\pi i$ if $n=0$.
Therefore, we obtained that the integral from the beginning is
$$\sum_n \overline{a_n}\int_{|z|=1}h_n dz=\overline{a_0} \cdot 2\pi i=\overline{f(0)} \cdot 2\pi i$$
which is what you wanted in $1$. Similar solution will probably give $2$.