Exercises

exercise (Zero derivative implies constant):

Show that if f=0 on a domain Ω, then f is constant on Ω

#complex/exercise/completed

solution:

Write f=u+iv, then 0=2f=ux+ivx=uyiuy, so gradu=gradv=0. Show f is constant along every straight line segment L by computing the directional derivative graduv=0 along L connecting p,q. Then u(p)=u(q)=a some constant, and v(p)=v(q)=b, so f(z)=a+bi everywhere.

exercise (f and fbar holomorphic implies constant):

Show that if f and ¯f are both holomorphic on a domain Ω, then f is constant on Ω.

#complex/exercise/completed

solution:

    
  • Strategy: show f=0.

  • Write f=u+iv. Since f is analytic, it satisfies CR, so ux=vyuy=vx.

  • Similarly write ¯f=U+iV where U=u and V=v. Since ¯f is analytic, it also satisfies CR , so Ux=VyUy=Vxux=vyuy=vx.

  • Add the LHS of these two equations to get 2ux=0ux=0. Subtract the right-hand side to get 2vx=0vx=0

  • Since f is analytic, it is holomorphic, so f exists and satisfies f=ux+ivx. But by above, this is zero.

  • By the previous exercise, f=0f is constant.

exercise (SS 1.13: Constant real/imaginary/magnitude implies constant):

If f is holomorphic on Ω and any of the following hold, then f is constant:

  • (f) is constant.
  • (f) is constant.
  • |f| is constant.

#complex/exercise/completed

solution:

Part 3:

  • Write |f|=cR.
  • If c=0, done, so suppose c>0.
  • Use f¯f=|f|2=c2 to write ¯f=c2/f.
  • Since |f(z)|=0f(z)=0, we have f0 on Ω, so ¯f is analytic.
  • Similarly f is analytic, and f,¯f analytic implies f=0 implies f is constant.
exercise (Derivatives detect multiplicity of zeros):

Show that if f is holomorphic in Dr(a) and a is a zero of f of multiplicity n, then f(k)(a)=0 for kn1 and f(n)(a)0. Show that this is an iff.

#complex/exercise/completed

solution:

: Suppose the first m1 derivatives vanish. Then f(z)=k0ck(za)k=km+1ck(za)k=(za)mkm+1ck(za)km=(za)m(cm+cm+1(za)+):=(za)mg(z), using that ckf(k)(a). Noting that g(a)=cm0, we have f(z)=(za)mg(z) where g is nonvanishing in a neighborhood of a, making a a zero of f of order m.

Conversely, if a is an order m zero, then f(z)=(za)mh(z) for h nonvanishing near a. So as above, writing f(z)=k0ck(za)k=kmck(za)k+(za)mg(z), we have 0=f(z)(za)mh(z)=kmck(za)k+(za)m(g(z)h(z)). But this is a power series expansion of the zero function, and by uniqueness of power series we have ck=0 for km1 and g(z)=h(z). In particular, g(a)=cm by definition, and g(a)=h(a)0.

exercise (Injective implies nonvanishing derivative):

Show that if f is holomorphic on Ω and injective, then f(z) is nonvanishing on Ω.

solution:

By contradiction: without loss of generality suppose f(0)=0 and f vanishes at zero. Then f(z)=k0ckzk=k2ckzk since ckf(k)(0), so z=0 is a zero of order at least 2. But then f(z)=c2z2+, so f is at best 2-to-1 near 0, contradicting injectivity.

#complex/exercise/completed