3

Prove that if $f(z)$ is a complex holomorphic function in the domain $D$ and $f'(z)=0$ so $f(z)$ is constant


My thoughts was to say that since $f'(z)=0$ so it is obvious $f(z)$ is constant I don't understand what the "holomorphic" is giving me here, any hints? or spoilers?

3SAT
  • 7,512

2 Answers2

7

Since $f$ is holomorphic, $f$ is analytic then :

$$f(z)=\sum_{k=0}^{\infty}a_kz^k$$ $$f'(z)=\sum_{k=1}^{\infty}ka_{k}z^{k-1}=0$$ So $$\forall k\in \mathbb{N}, a_{k+1}=0$$ and $$f(z)=a_0$$

stity
  • 3,500
2

It suffices that $f$ be complex differentiable, for then it counts as an antiderivative of $f'$, in which case, for any two points $a$ and $b$ connected by a path $\gamma$ in the domain $D$, we have $$f(b)-f(a) = \int_\gamma f'(z) dz = \int_\gamma 0 dz = 0,$$ so $f(a) = f(b)$. Since $a$ and $b$ are arbitrary, we see that $f$ assumes only one value on $D$.

Unit
  • 7,601
  • The fundamental theorem of calculus does not work this way on the complex plane; your first equality is incorrect. There are obvious counter-examples if $f$ has a pole (not on $\gamma$), so you need a more global statement about $f$. – T.J. Gaffney Jan 28 '16 at 22:31
  • 2
    @Gaffney: I think you are mistaken. The first equality holds for any path from $a$ to $b$ in $D$. – $\int_\gamma f(z) dz$ may depend on the path $\gamma$, but $\int_\gamma f'(z) dz$ can always be computed like this. – Martin R Jan 28 '16 at 22:34
  • 1
    @Gaffney: Moreover, $f$ has no poles, since $f$ is complex differentiable in $D$. – Unit Jan 29 '16 at 02:02