Is it true that for the $N$th root of unity $w_N = w_N^{(N-1)(N-1)}$ and why?
Asked
Active
Viewed 68 times
3 Answers
6
Yes, because $(N-1)(N-1)=1\pmod{N}$.
Did
- 279,727
-
Aaahhh, the return of downvotes on arithmetic answers... I wonder what this reminds me. – Did Jun 01 '14 at 16:06
4
$$ w_N^{(N-1)(N-1)} = w_N^{N^2-2N+1} = w_N^{N^2-2N}w_N^{1} = (w_N^N)^{N-2}w_N = 1^{N-2}w_N = w_N. $$
Martín-Blas Pérez Pinilla
- 41,546
- 4
- 46
- 89
3
Hint $\ $ If $\ w^N = 1\,$ then exponents on $\,w\,$ may be considered mod $\,N.\,$ More precisely
Lemma $\,\ \color{#c00}{w^N= 1},\,\ A\equiv B\pmod N\ \Rightarrow\ w^A = w^B$
Proof $\,\ A = B + N k\,\Rightarrow\, w^A = w^{B\,+\,Nk} = w^B (\color{#c00}{w^N})^k = w^B \color{#c00}1^k = w^B\ \ $ QED
Thus $\,\ {\rm mod}\ N\!:\,\ (N\!-\!1)^2 \equiv (-1)^2\equiv 1\,\Rightarrow\, w^{(N-1)^2} =\,w^1$
Bill Dubuque
- 272,048