Prove that $z^k+kz$ is 1-1 on the unit disk for $k \geq 1$ and $k \in \mathbb N$.
My proof: Take $a \in \mathbb C$, and consider $g(z) = z^k + kz -a$. Then if it has more than one roots at $z$, its derivative should vanish at that point too. So $k z^{k-1} + k = 0$, which says that multiple rootS can only appear on the boundary of the unit disk. So we are done.
I do not really use the fact that $k \leq 1$, which is clearly suggesting Rouche's theorem. It might be the problem is asking about the closed unit disk. Is my proof correct?