2
$\begingroup$

How to prove the following inequality with the hypotheses in the title of the question?$\lvert f(0)\rvert\le\frac1{80}\max_{\lvert z\rvert=3}\lvert f(z)\rvert$ By maximum principle, clearly it's true without the division by $80$. I am not able to get through this one. Any ideas?

1 Answers 1

3

Let $g(z) = \frac{f(z)}{(z-1)(z-i)(z+1)(z+i)} = \frac{f(z)}{z^4-1}.$

Then $g$ is also analytic on $D_3 = \{ z : |z| \le 3 \}$ and now we can use the maximum prinicple on $g$:

$|f(0)| = |g(0)| \le \max_{|z|=3} \left| \frac{f(z)}{z^4-1} \right| \le \frac1{80} \max_{|z|=3} |f(z)|.$

  • 1
    Very ingenious, mrf (this construction for $g$ never entered my mind!) : +12012-10-28