2

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?

Did
  • 279,727
zach
  • 477

2 Answers2

3

$$z_1^k+kz_1=z_1^k+kz_1$$ shows $$(z_1-z_2)(z_1^{k-1}+z_1^{k-2}z_2+\cdots+z_1z_2^{k-2}+z_2^{k-1}+k)=0$$ but with $|z_1|<1$ and $|z_2|<1$ $$|z_1^{k-1}+z_1^{k-2}z_2+\cdots+z_1z_2^{k-2}+z_2^{k-1}+k|\geq k-|z_1|^{k-1}-|z_1|^{k-2}|z_2|-\cdots-|z_1||z_2|^{k-2}-|z_2|^{k-1}>0$$

Nosrati
  • 29,995
2

Your proof is wrong. The function can fail to be one-to-one by $z^k+kz-a$ having two distinct zeros in the unit disk, not just by having a zero of multiplicity $> 1$.

But the problem is a bit strange, because if $k$ is not a natural number $z^k +k z$ is not analytic on the unit disk.

Robert Israel
  • 448,999