3

How would I go around proving that $f(z) = z^k + kz$ in injective in the open unit disc in $\mathbb{C}$, for each natural $k$?

I don't really know where to start. I observed that its derivative is nonzero, but that was all that I came up with.

Any help is appreciated. Thanks.

1 Answers1

5

If $z_1^k+kz_1=z_2^k+kz_2$ then

$$(z_1-z_2)\left( z_1^{k-1}+z_1^{k-2}z_2+...+z_2^{k-1}+k\right)=0$$

Hint if $z_1,z_2$ are in the open unit disk, then by the triangle inequality

$$\left| z_1^{k-1}+z_1^{k-2}z_2+...+z_2^{k-1} \right| < k \,.$$

N. S.
  • 132,525