Here's the problem I'm having trouble with:
Let $f: \mathbb{D} \to \mathbb{D}$ be a holomorphic function with $f(\frac{1}{2}) + f(-\frac{1}{2}) = 0$. Prove $|f(0)|\leq \frac{1}{4}$.
I suspect that I somehow need to use some variant of Schwarz's lemma.
Here's my attempt:
Define $h(z) = \frac{f(z) + f(-z)}{2}$. Then, $h(0) = f(0)$ and $h(-\frac{1}{2}) = h(\frac{1}{2}) = 0$. Also, $h:\mathbb{D} \to \mathbb{D}$ is holomorphic, and $h(0) = f(0)$. By Schwarz-Pick's lemma, we have $$|\frac{h(\frac{1}{2}) - h(0)}{1-\overline{h(0)}h(\frac{1}{2})}| \leq |\frac{\frac{1}{2}-0}{1-\overline{0}\cdot \frac{1}{2}}|.$$
This shows $|h(0)| = |f(0)| \leq \frac{1}{2}$, however, it doesn't show what I need. Is there a way to improve the inequality and get the desired result?