Prove that $\displaystyle\sum_{k=0}^{n-1}\cos\left(\frac{2\pi k}{n}+\phi\right)=0$ for $n\in\mathbb{N},n>1$
I'm thinking at a demonstration by induction, as base case $n=2$
$$\sum_{k=0}^{n-1}\cos\left(\frac{2\pi k}{n}+\phi\right)=\sum_{k=0}^{1}\cos\left(\frac{2\pi k}{n}+\phi\right)=\cos\phi+\cos(\pi+\phi)=\cos\phi-\cos\phi=0$$ but I don't have any idea to inductive step, how can someone prove this?
I'm thinking use this to proof that $\displaystyle\sum_{k=0}^{n-1}\alpha^{k}=0$ where $\alpha=\exp\left(\frac{2\pi}{n}\iota\right)$, thanks for any help.