Consider the finite field $GF(q)$ and an element $w$ of order $n$ which is an $n$th root of unity in this field.
Could someone give me explanation or reference to the following questions regarding properties of the elements of $GF(q)$:
- Why does $w$ exist only if $n$ divides $q-1$?
- Why is $w^r$ a zero of the left side for all $r$? Actually what does it mean $w$ to be a zero of the left side for all $r$? This is the context: $$\sum_{k=0}^{n-1}\sum_{j=0}^{n-1}w^{(k-i)j},$$ where $i$ is fixed. It seems that $r$ is $k-i$. I can't understand the conclusion - "Hence for all $r \neq 0 \pmod n$, $w^r$ is a zero of the last term."
- In any field, $x^n - 1 = (x - 1)(x^{n-1} + x^{n-2} + ... + x + 1)$. Why is this statement true?
Thank you!
1) $(GF \setminus \lbrace 0 \rbrace)^{\times} $ is a cyclic group of order $q-1$, so this is an application of Lagrange theorem
2) This point depends on $i$ , infact if $ i \leq n-1 $ $$\sum_{k=0}^{n-1}\sum_{j=0}^{n-1}w^{(k-i)j} = \sum_{k = 0, k \neq i}^{n-1} \frac{(\omega^{k-i})^n -1}{\omega^{k-i} -1} + \sum_{j = 0}^{n-1} 1 = \sum_{k = 0, k \neq i}^{n-1} \frac{(\omega^{n})^{k-i} -1}{\omega^{k-i} -1} + n = \sum_{k = 0, k \neq i}^{n-1} 0+ n = n $$
If $ i > n-1 $ the sum is $0$.
This remains true if you substitute $\omega$ with $\omega^r$, because $\omega^r$ is still a $n$-th root of unit.
3) Here you simply have to calculate, in every field you can do sums and products