Jump to content

Finite field

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Toby Bartels (talk | contribs) at 03:30, 14 June 2002 (Delink obsolete link.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In abstract algebra, a finite field or Galois field is a field which contains only finitely many elements. Finite fields are important in cryptography and coding theory. The finite fields are completely known, as will be described below.

Since every field of characteristic 0 contains the rationals and is therefore infinite, all finite fields have prime characteristic.

If p is a prime, the integers modulo p form a field with p elements, denoted by Zp, Fp or GF(p). Every other field with p elements is isomorphic to this one.

If q = pn is a prime power, then there exists up to isomorphism exactly one field with q elements, written as Fq or GF(q). It can be constructed as follows: find an irreducible polynomial f(T) of degree n with coefficients in GF(p), then define GF(q) = GF(p)[T] / (f(T)). Here, GF(p)[T] denotes the ring of all polynomials with coefficients in GF(p), and the quotient is meant in the sense of factor rings. The polynomial f(T) can be found by factoring the polynomial T q-T over GF(p). The field GF(q) contains GF(p) as a subfield.

There are no other finite fields.

Examples

The polynomial f(T) = T 2 + T + 1 is irreducible over GF(2), and GF(4) can therefore be written as the set {0, 1, t, t+1} where the multiplication is defined by t2 + t + 1 = 0. In order to find the multiplicative inverse of t in this field, we have to find a polynomial p(T) such that T * p(T) = 1 modulo T 2 + T + 1. The polynomial p(T) = T + 1 works, and hence 1/t = t + 1. Note that the field GF(4) is completely unrelated to the ring Z4 of integers modulo 4.

To construct the field GF(27), we start with the irreducible polynomial T 3 + T 2 + T + 1 over GF(3). We then have GF(27) = {at2 + bt + c : a, b, c in GF(3)}, where the multiplication is defined by t 3 + t 2 + t + 1 = 0.

Properties and facts

If F is a finite field with q = pn elements (where p is prime), then xq = x for all x in F. Furthermore, the Frobenius homomorphism f : F -> F defined by f(x) = xp is bijective, and is therefore an automorphism. The Frobenius homomorphism has order n, and the cyclic group it generates is the full group of automorphisms of the field.

The field GF(pm) contains a copy of GF(pn) if and only if n divides m. The reason for this is that there exist irreducible polynomials of every degree over GF(pn).

The multiplicative group of every finite field is cyclic, a special case of a theorem mentioned in the article about fields. This means that if F is a finite field with q elements, then there always exists an element x in F such that F = { 0, 1, x, x2, ..., xq-2 }.