Overview
A Galois field, commonly called a finite field, is a set equipped with addition and multiplication satisfying the axioms of a field and containing only finitely many elements. Finite fields arise naturally in abstract algebra and are studied across number theory, algebraic geometry, and applications such as cryptography and coding theory. The standard notation for a finite field is GF(q) or F_q, where q denotes its number of elements.
Basic structure and classification
Every finite field has prime characteristic p, so its size q must be a prime power q = p^n for some integer n ≥ 1. Conversely, for each prime p and positive integer n there exists a field with p^n elements, and any two fields with the same number of elements are isomorphic. The unique (up to isomorphism) field with p elements is often written F_p and is sometimes called the prime field; it can be identified with the integers modulo p.
Construction and important properties
Finite fields of order p^n are constructed as extension fields of F_p. A common construction is to take the polynomial ring F_p[x] and quotient by a degree-n irreducible polynomial f(x), producing F_p[x]/(f(x)). Elements can be represented as polynomials of degree < n with coefficients in F_p, and arithmetic is performed modulo f(x). Several notable properties follow:
- The multiplicative group of nonzero elements is cyclic of order p^n − 1.
- The field is an n-dimensional vector space over F_p.
- The Frobenius map x ↦ x^p is an automorphism; its iterates generate the Galois group of the extension F_{p^n}/F_p.
Examples
Simple examples include GF(2) (the two-element field) and GF(5). Extension examples used in practice include GF(2^8) and GF(256) (another name for GF(2^8) when q = 256) which are widely used in digital systems. Concrete realizations depend on the chosen irreducible polynomial; different polynomials yield isomorphic fields but alternative computational representations.
Applications and significance
Finite fields underpin many practical algorithms and protocols. Reed–Solomon error-correcting codes and QR codes use arithmetic over GF(2^m). Block ciphers and cryptographic primitives often rely on finite-field arithmetic, for example AES uses operations in a byte-oriented field based on GF(2^8). Their algebraic properties also make them central in theoretical topics such as Galois theory and finite geometry.
History and notable facts
The name "Galois field" honors Évariste Galois for foundational work linking field extensions and permutation groups; his ideas led to the study of finite field extensions and their automorphisms. For further reading on background concepts see field (algebra). For broader context and resources consult introductory material in abstract algebra and surveys in number theory and algebraic geometry. Applications are surveyed in texts on coding theory and cryptography. The mathematician honored by the name is Évariste Galois.