Let $X=[0,1)$. For every $x,y\in X$ we define $$ x\dot{+}y:= \begin{cases} x+y & \text{if $x+y<1$} \\ x+y-1 & \text{if $x+y\ge1$} \end{cases} $$ I do not understand the following statement:
This operation can be displayed as an sum of angles $\text{mod}\;2\pi$: the sum ($\text{mod}\;1$) of $y$ corresponds to the rotation ($\text{mod}\;2\pi$) of an angle $2\pi y.$
Could someone help me to understand this? Thanks!