Root

Definition (Root)

Given a field F\mathbb{F} and a polynomial fF[x]f\in\mathbb{F}[x], we define αF\alpha\in\mathbb{F} as a root of ff if f(α)=0f(\alpha)=0

Definition (Generator)

A generator gg of a finite field Fq\mathbb{F}_{q} is an element of order q1q-1; equivalently the powers of gg run through all the elements of Fq\mathbb{F}^{*}_{q}.

Intuition

So this generator concept proves that our finite field is of a cyclic nature. It also, in laymans terms, is a number that when taking powers up until its order, generates the distinct values that construct the set Fq\mathbb{F}_{q} again. So we “generate” Fq\mathbb{F}_{q}.

Definition (Primitive root)

A generator gg of Fp\mathbb{F}_{p}^{*} is called a primitive root if gg generates Fp\mathbb{F}_{p}^{*}.

Intuition

This is the same as a generator but in a specific context. Here its used specifically in the context of the multiplicative group of the finite field.

Linked from