I am trying to understand the proof from this book of the following theorem:
$\textbf{Theorem}:$ If $f(z)= z+ \sum_{n\geq 2} a_n z^n$ is such that $\sum_{n\geq 2} n|a_n| \leq 1$, then $f$ is univalent in the unit disk $\mathbb{D}$.
In the proof, the authors first proved that the series converges and hence $f$ is an analytic function in $\mathbb{D}$. Till now I have no problem in understanding. The remaining part of the proof given in the book is as follows:
Let $|z_0|<1$, then \begin{equation} (f(z)-f(z_0))-(z-z_0) = \sum_{n\geq 2}a_n (z^n -z_{0}^{n}) = (z-z_0)\sum_{n\geq 2} a_n (z^{n-1} +z^{n-2}z_0 + \cdots + z_{0}^{n-1}). \end{equation} As $|z^{n-1} +z^{n-2}z_0 + \cdots + z_{0}^{n-1}|<n$ for $|z|<1$, we have $$|(f(z)-f(z_0))-(z-z_0)| < |z-z_0|\sum_{n\geq 2} n|a_n| \leq |z-z_0|.$$ According the Rouche's theorem, $f(z)-f(z_0)$ and $z-z_0$ have the same number of zeros in $\mathbb{D}$, that is $f(z)=f(z_0)$ has exactly one solution.
$\textbf{My doubt}:$ In Rouche's theorem, the inequality must hold on the boundary of the region, but in this proof $|z|<1$. So how can we apply Rouche's theorem here?
$\textbf{My explanation}: $ From the proof we can say that the inequality holds on any circle inside $\mathbb{D}$, as we can fix $|z|=\delta <1$, and $|z_0|<|z|$. We get the conclusion by allowing $\delta \rightarrow 1^-$.
$\textbf{My question}:$ Is my explpanation correct? Or I am missing out some basic fact?