This is a complex analysis qualifying examination question. I'm an incoming grad student and we get the opportunity to have a freebie attempt on one qualifying exam. I have $\textit{some}$ experience in complex analysis from undergrad, and some of the advanced topics that were not covered have been tricky to learn on my own. So here goes.
Let $\mathcal{F}$ be a family of analytic functions on $\mathbb{D}$ (the unit disk). Suppose that for all $0<r<1$, \begin{equation}M_r:=\sup_{f\in \mathcal{F}}\int_{\lvert z\rvert=r}\lvert f(z)\rvert \lvert dz\rvert<\infty.\end{equation} Prove that $\mathcal{F}$ is a normal family.
From my understanding, this means that I must show that for any sequence $f_n$ in $\mathcal{F}$, there exists an analytic function $f:\mathbb{D}\rightarrow \mathbb{C}$ and a subsequence $(n_k)$ such that $f_{n_k}\to f$ uniformly on any compact $K\subset \mathbb{D}$.
Here is my proof attempt. Let $f_n$ be a given sequence in $\mathcal{F}$ and $K$ be a compact subset of $\mathbb{D}$. My goal is to use the Arzela-Ascoli Theorem on $\mathcal{F}$ to prove the existence of the required subsequence and limit function $f$. We must show that $\mathcal{F}$ is uniformly bounded and equicontinuous.
I will only show equicontinuity since uniform boundedness is the same technique. Let $f\in \mathcal{F}$ and $z_1,z_2\in K$ be given. Let also $\varepsilon>0$ be given. Since $K$ is compact, there exists an $r<1$ such that $K\subset \{\lvert z\rvert <r\}$. Since both $K$ and $\{\lvert z\rvert =r\}$ are compact and disjoint, $d:=\text{dist}(K,\{\lvert z\rvert =r\})>0$. Pick $\delta=\varepsilon\frac{2\pi d^2}{M_r}$ and suppose $\lvert z_1-z_2\rvert <\delta$. Then, by Cauchy's Integral Formula, we have \begin{equation} \begin{split} \lvert f(z_1)-f(z_2)\rvert =& \frac{1}{2\pi}\lvert \int_{\lvert z\rvert =r} f(z)\left(\frac{1}{z-z_1}-\frac{1}{z-z_2}\right)dz\rvert\\ \leq & \frac{1}{2\pi}\int_{\lvert z\rvert =r}\lvert f(z)\frac{z_1-z_2}{(z-z_1)(z-z_2)}\rvert \lvert dz\rvert\\ \leq &\frac{\lvert z_1-z_2\rvert}{2\pi d^2}\int_{\lvert z\rvert =r}\lvert f(z)\rvert \lvert dz\rvert \\ \leq &\frac{M_r}{2\pi d^2}\lvert z_1-z_2\rvert \\ <& \varepsilon. \end{split} \end{equation} Then, since $\mathcal{F}$ is equicontinuous and uniformly bounded, by Arzela-Ascoli's theorem, we should be done. However, it only tells me that there is a continuous limit function $f:K\rightarrow \mathbb{C}$ and a subsequence $f_{n_k}\rightarrow f$ uniformly on $K$. How can I show that this limit function can be extended to all of $\mathbb{D}$, that it is independent of $K$ and that it is also analytic? I think I'm not seeing whats going on with this whole normal family buisness. Any help is appreciated.