So I am working on the following problem.
Suppose that $f$ is entire and $n$ is a fixed positive integer. If $$I_k:=\left[\frac{2(k-1)\pi}{n},\frac{2k\pi}{n}\right],$$ for $k=1,2,\dots,n$ and $$\alpha_k:=\sup_{\theta\in I_k}|f(e^{i\theta})|,$$ prove that $|f(0)|\leq (\alpha_1\alpha_2\cdots\alpha_n)^\frac{1}{n}.$
I began by noting that $m(I_k)=\frac{2\pi}{n}\forall k.$ Then I used the Mean Value Property to get $$|f(0)|\leq\frac{1}{2\pi}\int_0^{2\pi} |f(e^{i\theta})|d\theta=\frac{1}{2\pi}\sum_{k=1}^n \int_{I_k} |f(e^{i\theta})|d\theta \leq \frac{1}{2\pi}\sum_{k=1}^n \frac{2\pi \alpha_k}{n}=\sum_{k=1}^n\frac{\alpha_k}{n}.$$
Now I can see that what I have on the RHS is the arithmetic mean, but in general $$\left(\prod_{i=1}^n \alpha_i\right)^\frac{1}{n}\leq\sum_{i=1}^n\frac{\alpha_i}{n}.$$ That seems to suggest that my route is not producing the sharpest bound.
Next, I though maybe I could use Jensen's to try and force the geometric mean to appear, but I haven't produced anything useful as of yet.
Any advice is greatly appreciated.