info prev up next book cdrom email home

Finite Field

A finite field is a Field with a finite Order (number of elements), also called a Galois Field. The order of a finite field is always a Prime or a Power of a Prime (Birkhoff and Mac Lane 1965). For each Prime Power, there exists exactly one (up to an Isomorphism) finite field GF($p^n$), often written as ${\Bbb{F}}_{p^n}$ in current usage. GF($p$) is called the Prime Field of order $p$, and is the Field of Residue Classes modulo $p$, where the $p$ elements are denoted 0, 1, ..., $p-1$. $a=b$ in GF($p$) means the same as $a\equiv b\ \left({{\rm mod\ } {p}}\right)$. Note, however, that $2\times 2\equiv 0\ \left({{\rm mod\ } {4}}\right)$ in the Ring of residues modulo 4, so 2 has no reciprocal, and the Ring of residues modulo 4 is distinct from the finite field with four elements. Finite fields are therefore denoted GF($p^n$), instead of GF($p_1\cdots p_n$) for clarity.


The finite field GF(2) consists of elements 0 and 1 which satisfy the following addition and multiplication tables.

$+$ 0 1
0 0 1
1 1 0

$\times$ 0 1
0 0 0
1 0 1


If a subset $S$ of the elements of a finite field $F$ satisfies the above Axioms with the same operators of $F$, then $S$ is called a Subfield. Finite fields are used extensively in the study of Error-Correcting Codes.


When $n>1$, GF($p^n$) can be represented as the Field of Equivalence Classes of Polynomials whose Coefficients belong to GF($p$). Any Irreducible Polynomial of degree $n$ yields the same Field up to an Isomorphism. For example, for GF($2^3$), the modulus can be taken as $x^3+x^2+1$, $x^3+x+1$, or any other Irreducible Polynomial of degree 3. Using the modulus $x^3+x+1$, the elements of GF($2^3$)--written 0, $x^0$, $x^1$, ...--can be represented as Polynomials with degree less than 3. For instance,

$\displaystyle x^3$ $\textstyle \equiv$ $\displaystyle -x-1 \equiv x+1$  
$\displaystyle x^4$ $\textstyle \equiv$ $\displaystyle x(x^3) \equiv x(x+1)\equiv x^2+x$  
$\displaystyle x^5$ $\textstyle \equiv$ $\displaystyle x(x^2+x) \equiv x^3+x^2\equiv x^2-x-1\equiv x^2+x+1$  
$\displaystyle x^6$ $\textstyle \equiv$ $\displaystyle x(x^2+x+1) \equiv x^3+x^2+x \equiv x^2-1 \equiv x^2+1$  
$\displaystyle x^7$ $\textstyle \equiv$ $\displaystyle x(x^2+1) \equiv x^3+x \equiv -1 \equiv 1 \equiv x_0.$  


Now consider the following table which contains several different representations of the elements of a finite field. The columns are the power, polynomial representation, triples of polynomial representation Coefficients (the vector representation), and the binary Integer corresponding to the vector representation (the regular representation).

Power Polynomial Vector Regular
0 0 (000) 0
$x^0$ 1 (001) 1
$x^1$ $x$ (010) 2
$x^2$ $x^2$ (100) 4
$x^3$ $x+1$ (011) 3
$x^4$ $x^2+x$ (110) 6
$x^5$ $x^2+x+1$ (111) 7
$x^6$ $x^2+1$ (101) 5

The set of Polynomials in the second column is closed under Addition and Multiplication modulo $x^3+x+1$, and these operations on the set satisfy the Axioms of finite field. This particular finite field is said to be an extension field of degree 3 of GF(2), written GF($2^3$), and the field GF(2) is called the base field of GF($2^3$). If an Irreducible Polynomial generates all elements in this way, it is called a Primitive Irreducible Polynomial. For any Prime or Prime Power $q$ and any Positive Integer $n$, there exists a Primitive Irreducible Polynomial of degree $n$ over GF($q$).


For any element $c$ of GF($q$), $c^q=c$, and for any Nonzero element $d$ of GF($q$), $d^{q-1}=1$. There is a smallest Positive Integer $n$ satisfying the sum condition $n\cdot 1=0$ in GF($q$), which is called the characteristic of the finite field GF($q$). The characteristic is a Prime Number for every finite field, and it is true that

\begin{displaymath}
(x+y)^p = x^p + y^p
\end{displaymath}

over a finite field with characteristic $p$.

See also Field, Hadamard Matrix, Ring, Subfield


References

Ball, W. W. R. and Coxeter, H. S. M. Mathematical Recreations and Essays, 13th ed. New York: Dover, pp. 73-75, 1987.

Birkhoff, G. and Mac Lane, S. A Survey of Modern Algebra, 3rd ed. New York: Macmillan, p. 413, 1965.

Dickson, L. E. History of the Theory of Numbers, Vol. 1: Divisibility and Primality. New York: Chelsea, p. viii, 1952.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26