Let $f(z)=\sum\limits_{n=0}^\infty a_nz^n$ and $R$ its radius of convergence. If $f$ is not constant on $D(0,R)$ and $|a_1|\geq\sum\limits_{n=2}^\infty n|a_n|R^{n-1}$, show that $f$ is injective on $D(0,R)$.
My attempt:
$$|a_1|=\left| \sum\limits_{n=1}^\infty na_nz^{n-1} - \sum\limits_{n=2}^\infty na_nz^{n-1}\right|\leq |f'(z)| + \left|\sum\limits_{n=2}^\infty na_nz^{n-1}\right|\leq |f'(z)| + \sum\limits_{n=2}^\infty n|a_n||z|^{n-1}\stackrel{(*)}{\leq} |f'(z)|+\sum\limits_{n=2}^\infty n|a_n|R^{n-1}$$
The inequality $(*)$ is strict if at least one of the $a_n$, $n\geq 2$ is not $0$. We can assume that, because otherwise, $f(z)=a_0+a_1z$, which is injective.
Hence, $|f'(z)|> |a_1|-\sum\limits_{n=2}^\infty n|a_n|R^{n-1}\geq 0$. In particular, $f'(z)\neq 0 \ \forall z\in D(0,R)$.
Now, I tried to use the Inverse Function Theorem (local version), but I don't think this suffices to show global injectivity in $D(0,R)$.
I'm just going to take $R=1$ (the only change would be that the very last bound in the last line would have an $R^{n-1}$) and call $D=D(0,1)$:
Suppose not. Let $z,w\in D,$ with $z\neq w$, but $f(z)=f(w).$ Then, $$\sum\limits_{n=0}^\infty a_n(z^n-w^n)=0.$$ Let us write this as $$a_1(z-w)+g(z)-g(w)=0,$$ where $g(z)=\sum\limits_{n=2}^\infty a_nz^n.$ Note that for any smooth path $\gamma:[0,1]\rightarrow D$ from $w$ to $z$, we have that $$g(z)-g(w)=\int_{\gamma} g'(s)ds.$$ By the maximum modulus principle, $z_0\in \partial \gamma([0,1])$ exists so that $|g'(s)|\leq |g'(z_0)|$ for any $s\in\gamma([0,1]).$ Since $D$ is open and connected, the integral is independent of path (for any path in $D$ starting at $z$ and ending at $w$). Since $D$ is convex, we can take a straight path, and hence \begin{align*}|g(z)-g(w)|&=\left|\int_{\gamma} g'(s)ds\right|\leq\int_{\gamma}|g'(s)||ds|\leq |g'(z_0)|\int_{\gamma} |ds|\\ &=|g'(z_0)|\int_0^1|\gamma'(t)| dt=|g'(z_0)||z-w|, \end{align*} since $\gamma$ is a straight line. Since $-a_1(z-w)=g(z)-g(w),$ we have $$|a_1||z-w|=|g(z)-g(w)|\leq |g'(z_0)||z-w|,$$ or $$|a_1|\leq |g'(z_0)|=\left|\sum\limits_{n=2}^\infty na_n z_0^{n-1}\right|\leq \sum\limits_{n=2}^\infty \left|na_n z_0^{n-1}\right|\leq \sum\limits_{n=2}^\infty n|a_n| |z_0|^{n-1}< \sum\limits_{n=2}^\infty n|a_n|,$$ a contractiction.