Let $f(z)=\sum\limits_{n=0}^{\infty} a_n z^n$ be an analytic function in $|z|\leq R$, such that for all $z$, $|f(z)|\leq M$. Let $z_0$ be one of $f$'s zeros such that for all other zeros $z$, $|z_0|\leq |z|$. Let's write $d=|z_0|$. Show that $d\geq \frac{R|a_0|}{M+|a_0|}$.
I tried several directions here. For example, I used Cauchy's theorem to write out:
$$f(z_0)=\int\limits_{|z|=R}\frac{f(z)}{z-z_0}dz$$
such that: $$0=|f(z_0)|=\left|\space \int\limits_{|z|=R}\frac{f(z)}{z-z_0}dz\right|\leq 2\pi R\cdot \frac{M}{R-d}$$
I also tried looking at the circle $|z|<d$, such that since $z_0$ is $f$'s closest circle then, for all $|z|<d$, $f(z)\neq 0$. I used Cauchy's theorem here to show that:
$$\forall |z|<d, 0<|f(z)|=\left|\space\int\limits_{|\xi |=d}\frac{f(\xi)}{\xi-z}d\xi\right|\leq 2\pi d \cdot \frac{M}{d-|z|}$$
This didn't yield any results.
In order to get $a_0$ into this equation, I tried to say that this is in particular true for $z=0$, such that:
$$|a_0|=|f(0)|\leq 2\pi d\cdot \frac{M}{d}$$
But this didn't yield any results.
What would be a good direction for this type of question?
I will assume $d<R$, otherwise $$d \geq R > \frac{R|a_0|}{M+|a_0|}$$ is a trivial case. Now, let's look at this function: $$g(z)=\frac{f(z)-a_0}{z}=a_1+\sum_{k=2}^{\infty}a_kz^{k-1} \tag 1$$ which has a removable singularity at $z=0$. Additionally: $$|g(z_0)|\leq |a_1|+\sum_{k=2}^{\infty}|a_k||z_0^{k-1}|=|a_1|+\sum_{k=2}^{\infty}|a_k|d^{k-1}$$
From Cauchy's estimate and Taylor series, for $f(z)$: $$|a_k|=\left|\frac{f^{(k)}(0)}{k!}\right|=\frac{1}{2\pi}\left|\int_{C_{R}} \frac{f(z)}{z^{k+1}} dz\right|\leq \frac{M}{R^k}$$ As a result: $$|g(z_0)|\leq \frac{M}{R}+\frac{Md}{R^2}+\frac{Md^2}{R^3}+...=\frac{M}{R}\left(1+\frac{d}{R}+\frac{d^2}{R^2}+...\right)=\frac{M}{R}\frac{R}{R-d}=\frac{M}{R-d}$$
Then from (1): $$|g(z_0)|=\frac{|a_0|}{d} \Rightarrow d=\frac{|a_0|}{|g(z_0)|}\geq \frac{|a_0|}{\frac{M}{R-d}}=\frac{|a_0|(R-d)}{M}$$ Or $$dM\geq R|a_0|-d|a_0| \Leftrightarrow d(M+|a_0|)\geq R|a_0| \Leftrightarrow d \geq \frac{R|a_0|}{M+|a_0|}$$