I recently came across the below property in an exam which appears to be true, but which I have been unable to prove.
Claim: Let $N$ be a positive integer and let $\theta_1, \theta_2, \ldots, \theta_{2N+1} \in [0, \pi]$ be given. Then $\left|e^{i\theta_1} + e^{i\theta_2} + \cdots + e^{i\theta_{2N+1}} \right| \geq 1$.
The exam solution relied on mathematical induction, however was flawed.
In vector terms, the claim is equivalent to the statement that the sum of an odd number of unit vectors in the same plane which lie on the same side of a line has magnitude at least $1$.
In the case where $N = 1$, the square of the magnitude reduces to \begin{align*} \left|e^{i\theta_1} + e^{i\theta_2} + e^{i\theta_3} \right|^2 &= 3 + 2 \left( \cos(\theta_1 - \theta_2) + \cos(\theta_1 - \theta_3) + \cos(\theta_2 - \theta_3)\right) \\ &= 3 + 2 \left(\cos(A-B) + \cos A + \cos B \right) \end{align*} where $A = \theta_1 - \theta_3$ and $B = \theta_2 - \theta_3$. This resembles the problem at minimum value of $\cos(A-B)+\cos(B-C) +\cos(C-A)$ is $-3/2$, however with the added constraint that $A, B, C \in [0, \pi]$.
Consideration of $f(A, B) = \cos(A-B) + \cos A + \cos B$ gives the minimum value over the domain $[0, \pi] \times [0, \pi]$ to be $-1$ (when $A = B = \pi$) which establishes the result for $N = 1$.
However this approach does not easily generalise. In general, we wish to minimise
$$ \left|e^{i\theta_1} + e^{i\theta_2} + \cdots + e^{i\theta_{2N+1}} \right|^{2} = 2N + 1 + 2 \left(\sum_{k=1}^{2N} \cos (X_k) + \sum_{\substack{k, \ell \\{k < \ell}}} \cos(X_k - X_\ell) \right), $$
where $X_K = \theta_K - \theta_{2N+1}$ for each $K$, over $X_{1} \times X_{2} \times \cdots \times X_{2N} \in [0, \pi]^{2N}$.
Is there a simple solution or argument (or counter-example) I am missing?