I am trying to find a way to determine whether an angle is between two given angles where all angles are provided as vectors on the unit circle i.e.: $\mathbf{a}=(\cos(\theta),\sin(\theta))$
Note that by inbetween I mean on the arc of the smaller of the two segments of the unit circle formed by the vectors we want to check between.
Specifically I do not want to obtain the angles from the given vectors by applying the inverse trig functions I just want to work with the given vectors.
I think the following is true if and only if the angle $\mathbf{c}$ is between $\mathbf{a}$ and $\mathbf{b}$: $$|\mathbf{a} + \mathbf{b} - \mathbf{c}|\leq 1$$
but I'm having trouble proving it. Is this statement true and can you prove it?

