Let $f$ be an analytic function in an open set $U \subseteq \mathbb{C}$. Let $V=\{z\in\mathbb C:\overline z\in U\}$. Define $g$ on $V$ by $g(z)=\overline{f(\overline{z})}$. Show that $g$ is analytic on $V$. Note: It is not sufficient to show that $g$ is holomorphic because we haven't yet proved that holomorphic implies analytic.
Here is my attempted proof:
First, we will simply state what it means that $f$ is analytic on $U$. Applying the definition, we know that since $f$ is analytic on $U$, we know that for every $z_0 \in U$, there exists $r>0$ and a sequence of complex numbers $\left(a_n\right)_{n=0}^\infty$ such that $f(z)=\sum_{n=0}^\infty a_n\left(z-z_0\right)^n$ on the disc $D(z_0,r)$.
Next, note by definition of $V$ that for all $v \in V$, we have $\overline{v} \in U$. Therefore since $f$ is analytic on $U$, then for all $v \in V$ there exists $r>0$ and a sequence of complex numbers $\left(a_n\right)_{n=0}^\infty$ such that $f(u)=\sum_{n=0}^\infty a_n\left(u-\overline{v}\right)^n$ for all $u \in D(\overline{v},r)$.
Edit (Following Daniel Fischer's suggestion) Now if we realize that if $u \in D(\overline{v},r)$, then we see $u=\overline{w}$ for some $w \in D(v,r) \subseteq V$.
Therefore, putting everything together, we have that for all $v \in V$, there exists $r>0$ and a sequence of complex numbers $\left(a_n\right)_{n=0}^\infty$ such that $f(w)=\sum_{n=0}^\infty \overline{a_n}\left(w-v\right)^n$ for all $w \in D(v,r)\subseteq V$ (is this last part correct?).
I feel like I am getting close; I just need to obtain $g$ from this somehow. But I am losing direction here... Am I on the right track? Thanks!