I'm asked to prove that if $z_1$, $\ldots$, $z_k$ lie on one side of a straight line through $0$, then $z_1+\cdots+z_k \neq 0$.
In the proof, we let $\theta$ be the angle between the line and the real axis, and let $w = \cos\theta + i\sin\theta$. Then $z_1w^{-1}$, $\ldots$, $z_kw^{-1}$ all lie on one side of the real axis, so the same is true for $z_1w^{-1}+\cdots+z_kw^{-1} = (z_1+\cdots+z_k)w^{-1}$, which shows that $z_1+\cdots+z_k$ lies on the corresponding side of the original line.
But why is it the case that if we divide the various $z_i$s of the original sequence by $w$ then they all get sorted on one side of the real axis? I get that the points all rotate clockwise by $\theta$, but why?
Thank you all in advance.
Simon.
Edit: I think I've answered it myself; see below.
Got it!
let $$z=|z|(\cos(\theta+|r|)+i\sin(\theta+|r|))$$
so $$zw^{-1}=\frac{|z|(\cos(\theta+|r|)+i\sin(\theta+|r|))}{\cos\theta+i\sin\theta}=|z|\frac{\cos\theta\cos|r|-\sin\theta\sin|r|+i\sin\theta\cos|r|+i\cos\theta\sin|r|}{\cos\theta+i\sin\theta}=|z|\frac{\cos\theta\cos|r|+i^2\sin\theta\sin|r|+i\sin\theta\cos|r|+i\cos\theta\sin|r|}{\cos\theta+i\sin\theta}=|z|\frac{(\cos\theta+i\sin\theta)(\cos|r|+i\sin|r|)}{\cos\theta+i\sin\theta}=|z|(\cos|r|+i\sin|r|)$$
which is the point $z''$ of lenght $|z|$ with an angle of $|r|$ radians.
I feel like this answers the question.