Questions tagged [finite-fields]

Finite fields are fields (number systems with addition, subtraction, multiplication, and division) with only finitely many elements. They arise in abstract algebra, number theory, and cryptography. The order of a finite field is always a prime power, and for each prime power $q$ there is a single isomorphism type. It is usually denoted by $\mathbb{F}_q$ or $\operatorname{GF}(q)$.

The order of a finite field is always a prime power, and for each prime power $q = p^r$ with $p$ prime there is a single isomorphism type. It is usually denoted by $\mathbb{F}_q$ or $\operatorname{GF}(q)$. The finite field $\mathbb F_q$ has characteristic $p$.

In the case $r = 1$ (i.e. $q = p$), a representative of $\mathbb F_p$ is given by the ring $\mathbb{Z}/p\mathbb{Z}$ of integers residue classes modulo $p$. For $r \geq 2$, $\mathbb F_q$ can be constructed by a quotient ring $\mathbb{F}_p[x]/\langle f(x)\rangle$, where $f\in\mathbb F_p[x]$ is an irreducible polynomial of degree $r$.


Questions about finite fields typically fall into one of the following groups:

1: Questions arising in introductory level courses on abstract algebra. Here abstract-algebra is a suitable related tag.

2: Questions about solvability of higher degree congruences and/or factorization of polynomials with integer coefficients modulo a prime number often need basic facts about finite fields. This kind of questions are adequately tagged with polynomials and/or elementary-number-theory. Adding a finite-fields tag may help, but may not be necessary to attract quality answers.

3: Finite fields naturally occur in algebraic-number-theory as their properties are used heavily in the study of prime ideals and their behavior under field extensions. Use the tags jointly, if you see the need for it. A rich area in the intersection of finite fields and number theory is that of characters, most notably character sums. For the latter exponential-sums is an appropriate auxiliary tag.

4: Many error-correcting codes use a finite-field as the alphabet representing data, and such codes depend heavily on the properties of the alphabet fields. Use the coding-theory tag in conjunction with finite-fields, if your question is under this umbrella. Another rich source of applications of finite fields is cryptography.

5: There are special questions considering algebraic varieties and/or algebraic groups over finite fields. Here my recommendation is to use algebraic-geometry or algebraic-groups as the primary tag, and finite-fields as an auxiliary tag. This way your question will most likely attract the attention of those members who are best placed to answer it.


WARNING1: A relatively common mistake is to assume that finite-fields is an appropriate tag for questions about finite field extensions. There the word 'finite' is an attribute of the word 'extension' meaning that the dimension of the larger field as a vector space over the smaller one is finite. If that is what your question is about, you should use some combination of the tags galois-theory, field-theory, extension-field.


WARNING2: Another common source of confusion is the following. It is a well-known fact that a finite subgroup of the multiplicative group of any field is cyclic. Thus the entire multiplicative group of a finite field is cyclic. Any generator $g\in\Bbb{F}_q^*$ of the multiplicative group is called a primitive element. This is a natural extension of the concept of a primitive root in the multiplicative group $\Bbb{Z}/p\Bbb{Z}^*$ of the residue class ring. Unfortunately it is in conflict with the common practice of general field theory to call an element $z\in L$ primitive (w.r.t. the field extension $K/L$), if $L=K(z)$. In the case of finite fields we require more from a primitive element.

An irreducible polynomial $m(x)\in\Bbb{F}_p$ of degree $r$, is called a primitive polynomial, if any (and hence all) of its zeros in $\Bbb{F}_q$ are primitive elements. IOW, primitive polynomials are exactly the minimal polynomials (over the prime field) of primitive elements. This is another unfortunate source of confusion, for in the theory of polynomials over PIDs a polynomial is called primitive, if its coefficients have no non-unital common divisors. This is rarely very confusing for over a field this alternative concept of primitivity is patently meaningless.

Primitive polynomials are extremely useful in software implementations of the arithmetic of a moderate size finite field. This is largely because having a primitive polynomial at hand allows one to generate look-up-tables for both the base $g$ discrete logarithm as well as its inverse function. See this CW question for examples.

For that reason extensive tables of primitive polynomials have been generated. One such table is here.


Learn more: The tome for the keen students of finite fields is the book by Rudolf Lidl and Harald Niederreiter.

5331 questions
1
vote
1 answer

Solve $x^2+4=0$ in $\mathbb{F}_7[\sqrt{-1}]$

I'm trying to solve this equation and I'm not sure how to proceed. I'm having some difficulties to understand finite field equations with complex numbers. The task is: Solve $x^2+4=0$ in $\mathbb{F}_7[\sqrt{-1}]$ My progress so far: $x^2 =…
1
vote
1 answer

Proving the two sets are equal whose elements are in finite fields.

Proving that $\{x\in GF(2^k)^{*}:tr^k_1(1/x)=1\}=\{u+u^{2^k}:u\in U\setminus\{1\}\}$, where $tr^k_1(x)=x+x^{2^1}+x^{2^{2}}+ \dots+x^{2^{n-1}} $ is a trace function in finite fields and $U=\{u\in GF(2^{2k}):u^{2^k+1}=1\}$. Given $u\in…
1
vote
0 answers

Finite Field with GF(2^8)

I am curious how I would go about solving this problem. I would show some work but I have no idea where I would start with this problem. If someone could give me any direction it'd be greatly appreciated, or even just a source I can read that will…
1
vote
1 answer

Each finite field has a primitive element

I'm reading David R. Finston and Patrick J. Morandi's book Abstract Algebra: Structure and Application and in section 7.2 page 109 it mentions It’s true that every finite field has a primitive element. However, the proof of this fact involves…
athos
  • 5,177
1
vote
0 answers

Norm- finite fields.

Let $F$ be a finite extension of $K=\mathbb{F}_q$. Prove that for $\alpha \in F$ we have $N_{F/K}(\alpha)=1$ if and only if $\alpha=\beta^{q-1}$ for some $\beta \in F^*$. I already proved that if $\alpha=\beta^{q-1}$ then the norm is iqual to 1. For…
Ángela
  • 29
1
vote
2 answers

Field with $p^2$ elements where $p \equiv 3 \pmod 4$ is a prime number

Let $p$ be a prime number of the form $4n+3$. Is $GF(p^2)$, the field with $p^2$ elements, isomorphic to $GF(p)(i)$ (constructed from $GF(p)$, the field with $p$ elements, the same way that the complex numbers are constructed from the real…
1
vote
1 answer

Algebraic function over prime field to map numbers to a binary map

I am working with a prime field $\operatorname{GF}(p)$ where the prime $p$ has the form $p=kn+1$ for some $n$ that is a power of $2$. My question: is it possible to devise an algebraic function over such a field that would map a specific number to…
irakliy
  • 111
1
vote
1 answer

Is there a field with $n$ elements for all $n \in \mathbb{N}$?

I don't think this is true, but I'm not sure. I certainly know of finite fields with 2,4 and 8 elements, and of course $p^n$ elements where $p$ is prime, for all $n \in \mathbb{N}$.
chubbycantorset
  • 2,065
  • 1
  • 20
  • 33
1
vote
2 answers

Show that $a^{p^n}=a\mod p$

My book says that for elements $\alpha$ in $\mathbb F_p$, where $p$ is prime, it holds that $$ \alpha^{p^n}=\alpha, $$ because of Fermat's little theorem, which says that $$ a^p=a\mod p. $$ Of course it's clear that $\alpha^p=\alpha$, but I don't…
Sha Vuklia
  • 3,960
  • 4
  • 19
  • 37
1
vote
0 answers

Do sporadic fields exist?

If we think of fields as groups that also have addition as well as multiplication. Then in the classification of simple groups there are a set of sporadic groups. Are there also such a thing as sporadic fields? Or if not, are there at least some…
zooby
  • 4,343
1
vote
0 answers

What is $[GF(p^n):GF(p^m)]$ if $m|n$?

I am tempted to use the formula \begin{equation} [GF(p^n):GF(p)] = [GF(p^n):GF(p^m)][GF(p^m):GF(p)] \end{equation} \begin{equation} n = [GF(p^n):GF(p^m)]m \end{equation} and thus \begin{equation} [GF(p^n):GF(p^m)] = \frac{n}{m} \end{equation} But I…
davidaap
  • 708
1
vote
1 answer

Generator of multiplicative groups

Is there any technique to prove that x+1 is a generator of multiplicative group of finite field $ \mathbb F = \mathbb Z _{3}[x] / _ {x ^3 - x + 1} $ ? What I know is that F consists of 27 elements like $ 1,2,x, x+1, x+2, 2x, ... , 2x^2 + 2x + 2$. I…
apricot
  • 13
1
vote
0 answers

Compressed Sensing - Finite Fields

I am looking for an algorithm to solve an underdetermined linear system over finite field (GF(2)) Ax=y. On input $a$ the algorithm needs to output $a$ sparse solutions. i.e. Those $a$ solutions with the minor Hamming weight. Do you known some paper…
juaninf
  • 1,264
1
vote
1 answer

The Degree of a Irreducible Polynomial over Finite Field

My question: If $f(x)$ is irreducible of degree $d$ in $GF(q)$ then $f(x)\mid x^{q^n}-x$ if and only if $d\mid n$. My try: Consider $f(x)\mid x^{q^n}-x$. Assume that $\alpha$ be a root of $f$ then $\alpha^{q^i}$, $1\leq i \leq d-1$ are other roots…
Amin235
  • 1,867
1
vote
1 answer

Irreducible polynomials and primitive elements over a finite field

I am working on generating cyclic codes using primitive elements of finite fields. I am seeking to answer this question: Is it true that for an irreducible polynomial $f(x)$ over a finite field $F$ of order $q$, in the splitting field $K$ (of order…
Ng E-Jay
  • 474
  • 3
  • 10