Finite Fields
Every finite field has prime-power order, is the splitting field of , and is unique up to isomorphism. Its extension over the prime field is Galois with cyclic group generated by the Frobenius map , so the Galois correspondence reduces the subfield lattice to the divisor lattice of .
╌╌╌╌
Finite fields are the cleanest testing ground for the Galois correspondence. Their Galois groups are cyclic, so every subgroup is normal and the intermediate-field lattice is a divisor lattice. The whole theory of a finite field — how large it can be, which subfields it has, how its elements factor irreducible polynomials — follows from one automorphism, the Frobenius map.
Order and existence
A finite field has prime characteristic (its characteristic cannot be , and a composite characteristic would produce zero divisors), so it contains the prime field . As a vector space over it has some finite dimension , and a vector space of dimension over a field of elements has exactly elements.
The multiplicative group has order , so every nonzero element satisfies by Lagrange, and hence every element (including ) satisfies . The elements of are therefore exactly the roots of , which means is a splitting field of that polynomial over .
Existence is the splitting-field construction: the roots of form a field because the map is a ring homomorphism (the Frobenius, iterated times), and its fixed set is closed under the field operations. The polynomial is separable — its derivative is , which shares no root with it — so it has distinct roots. Uniqueness holds because any two splitting fields of the same polynomial over are isomorphic.1
The Frobenius automorphism and the Galois group
Because is the splitting field of the separable polynomial , the extension is Galois. Its group is generated by a single map.
The Frobenius fixes pointwise, since every satisfies (Fermat's little theorem). Iterating, , and because for all . No smaller power is the identity: would force for all elements, but has at most roots. So has order exactly .
The Frobenius partitions into orbits. The orbit of is , and its length equals the degree of the minimal polynomial of over — the orbit consists of the Galois conjugates of .
The subfield lattice is the divisor lattice
The Galois group has exactly one subgroup of each order dividing : for a divisor , the subgroup has order . By the Fundamental Theorem, subgroups correspond to intermediate fields, and index corresponds to degree. Since the group is abelian, every subgroup is normal, so every intermediate field is Galois over .
The subfield lattice is the divisor lattice of drawn upside down: containment of fields matches divisibility of exponents. For the divisors produce six subfields.
Restricting Frobenius to a subfield recovers its own Frobenius: has order in but order in , and is the quotient .
The multiplicative group is cyclic
Every finite subgroup of the multiplicative group of a field is cyclic, a consequence of a finite field having at most solutions to . Applied to itself:
A primitive element generates the whole field over , since it already generates the multiplicative group, so is a simple extension. Its minimal polynomial has degree , which proves that an irreducible polynomial of degree over exists for every .
Worked example: constructing
Take , . The polynomial has no root in (both and evaluate to ), so it is irreducible, and
an -element field with basis . The element is primitive: its powers exhaust , each computed by reducing with .
The Frobenius orbit of is , and indeed
as the table confirms: the coefficient of is in characteristic , and the constant term is . The remaining orbit multiplies out to the other irreducible cubic , and the orbit gives . Together with the root , the orbits reassemble
the factorization predicted by the theorem below. Since is prime, the only subfields of are and itself — so even though : containment follows exponent divisibility, not size.
Factoring and counting irreducibles
The polynomial vanishes exactly on , whose elements generate subfields for the various . Grouping the linear factors by the degree of the minimal polynomial of their root gives a clean product formula.
This turns the count of irreducibles into a divisor sum. Let be the number of monic irreducibles of degree over . Comparing degrees on both sides of the factorization gives , and Möbius inversion solves for .
The same factorization produces irreducibles recursively. Over , the irreducible cubics divide
and the formula agrees: .
A corollary concerns a polynomial irreducible over :
For , . For odd , , so ; the roots of (which divides ) therefore lie in , giving each root degree at most over . A degree- polynomial with all roots of degree cannot be irreducible.2
Because whenever , the finite fields of characteristic nest into a directed system, and their union is the algebraic closure:
Application: cyclic codes over finite fields
Error-correcting codes exploit finite-field structure directly. A linear code of length over is a subspace ; codewords are the vectors it contains, and the receiver corrects transmission errors by mapping a received word back to the nearest codeword. Identifying a vector with the polynomial realizes as the quotient ring
in which multiplication by cyclically shifts the coefficients. A code closed under cyclic shifts is a cyclic code, and closure under shifts plus linearity amounts to closure under multiplication by every polynomial.3
Choosing a code therefore reduces to factoring over and picking a divisor . Over with ,
so generates a code: messages are the polynomials of degree less than , each encoded by multiplying by .
The error-correcting power comes from arranging that has a run of consecutive powers of a primitive element among its roots. BCH codes choose as the least common multiple of the minimal polynomials of for a primitive th root of unity in an extension field; the resulting code corrects up to errors. The construction rests on the Galois theory of finite fields: minimal polynomials over are Frobenius orbits, and the code's guarantees are theorems about roots of unity in .4
Footnotes
- Dummit & Foote, Abstract Algebra, §14.3, Proposition 15 — a finite field is isomorphic to , the splitting field of over , with cyclic Galois group of order generated by the Frobenius automorphism. ↩
- Dummit & Foote, Abstract Algebra, §14.3, Corollary 16 — is irreducible over but factors modulo every prime, because its roots always lie in . ↩
- Judson, Abstract Algebra: Theory and Applications, §22.2, Theorem 22.10 — a linear code is cyclic iff it is an ideal of , generated by the unique monic divisor of of least degree. ↩
- Judson, Abstract Algebra: Theory and Applications, §22.2 — generator matrices, the BCH construction from consecutive powers of a primitive root of unity, and the resulting error-correction bound. ↩
╌╌ END ╌╌