Let $n$ be a positive integer and let $z$ be the complex number $\cos\left(\frac{2\pi}{n}\right)+i\sin\left(\frac{2\pi}{n}\right)$. Prove that $G=\{1,z,z^2,...,z^{n-1}\}$ is a group under multiplication in $\mathbb{C}$.
This is a reference to Moivre's formula, because $z^n = 1$. But I do not know how to apply this result so that it complies with the group properties. I have thought about doing induction, but it becomes more extensive.
According to the definition of Group. A group is a nonempty set $G$ equipped with a binary operation $*$ that satisfies the following axioms:
- Clasure: if $a\in{G}$ and $b\in{g}$, then $a*b\in{G}$.
- Associativity: $a*(b*c)=(a*b)*C$ for all $a,b,c\in{G}$.
- There is an element $e\in{G}$ (called the identity element) such that $a*e=a=e*a$ for every $a\in{G}$.
- For every $a\in{G}$, there is an element $d\in{G}$ (called the inverse of $a$) such that $a*d=e$ and $d*a=e$.
A group is said to be abelian if it also satisfies this axiom:
- Commutativity: $a*b=b*a$ for all $a,b\in{G}$.
Please help...
The set $G$ is the set$$\left\{\cos\left(\frac{2k\pi}n\right)+i\sin\left(\frac{2k\pi}n\right)\,\middle|\,k\in\{0,1,\ldots,n-1\}\right\},$$since $z^k=\cos\left(\frac{2k\pi}n\right)+i\sin\left(\frac{2k\pi}n\right)$. On the other hand\begin{multline}\left(\cos\left(\frac{2k\pi}n\right)+i\sin\left(\frac{2k\pi}n\right)\right)\left(\cos\left(\frac{2k'\pi}n\right)+i\sin\left(\frac{2k'\pi}n\right)\right)=\\=\cos\left(\frac{2(k+k')\pi}n\right)+i\sin\left(\frac{2(k+k')\pi}n\right).\end{multline}Can you take it from here?