Suppose $f$ is non-constant and holomorphic in a neighborhood of the closed unit disk, s.t. $|f(z)| = 1$ for all $|z| = 1$. Then show that as $f(e^{i\theta})$ traverses the unit circle and makes at least one counterclockwise loop.
There was also the following hint: For each point on the unit circle, we can find a neighborhood on which $\log f$ is analytic. Use maximum modulus principle.
I attempted to follow the hint: By maximum modulus principle, we know that $|f(z)| < 1$ anywhere inside the open unit disk. Given any point on the unit circle, we can choose a neighborhood of that point so that modulus of $f$ in that neighborhood is nearly $1$ throughout. From there, we can apply the maximum modulus principle on this neighborhood to show that $\arg f(z)$ achieves a maximum on the boundary of this neighborhood. I don't know what to do from there.
Any help on this question would be greatly appreciated.
EDIT: I found this thread from a while ago that has a comment claiming that such a function must be a Blaschke product, but I can't seem to follow his logic; he uses a multiplicity argument, but I don't know how to use this if $f$ has an infinite number of zeros in the unit disk.
EDIT 2: I now know that $f$ has a finite number of zeros, but I still do not know how to proceed.
EDIT 3: This is a solution that utilizes the Argument Principle and Winding numbers. However, since we have not yet covered these topics $\textbf{I am still looking for another solution}$. NOTE: the solution posted by Daniel Fischer below is exactly what I was looking for, and solves the problem without argument principle and winding numbers.
Let $f$ be a function satisfying the hypotheses of the problem. Suppose $\frac{1}{f(z)}$ is holomorphic in the unit disk. Then by maximum modulus principle, we know that $\frac{1}{f(z)} < 1$ for all $z$ in the interior of the disk. This is a contradiction, since we know that $f(z) < 1$ for all $z$ in the interior of the disk by maximum modulus principle on the original function. Thus $\frac{1}{f(z)}$ is not analytic, i.e. $f$ has at least one zero in the interior of the disk.
Let $\gamma(\theta) = e^{i\theta}$, a parameterization of the unit circle, traveling counter clockwise. Then the winding number of $f\circ \gamma$ is \begin{align*} \frac{1}{2\pi i }\int\limits_{f\circ \gamma} \frac{1}{z}dz &= \frac{1}{2\pi i }\int\limits_0^{2\pi} \frac{f'(e^{i\theta}) i e^{i\theta} }{f(e^{i\theta})}d\theta \\ &= \frac{1}{2\pi i }\int\limits_{\gamma} \frac{f'(z)}{f(z)} dz \\ &= \text{Number of zeros of }f - \text{ number of poles of } f \\ &= \text{Number of zeros of }f \\ &\geq 1 \end{align*}
Thus, $f(e^{i\theta})$ goes counterclockwise around the unit disk at least once.
And I'm not exactly sure what $\frac{f'(z)}{f(z)}$ has to do with it. I think if you integrate an arbitrary function $g$ that is holomorphic in a neighborhood of the unit disk around $f \circ \gamma$ (where $\gamma$ is a parameterization of the unit circle going counterclockwise), then you get something containing $\frac{f'}{f}$. I tried using that along with Cauchy's integral formula. No success.
– Sep 21 '14 at 20:38