[Home]Field

HomePage | Recent Changes | Preferences

Showing revision 35
A field, in abstract algebra, is an algebraic system of elements in which the operations of addition, subtraction, multiplication, and division (except division by zero) may be performed without leaving the system and the associative, commutative, and distributive rules hold, which are familiar from the arithmetic of ordinary numbers. Fields are important objects of study in abstract algebra since they provide the proper generalization of number domains, such as the sets of rational numbers or real numbers. A formally correct treatment of the concept follows.

Definition: A field is a commutative ring (F,+,*) such that 0 does not equal 1 and all elements of F except 0 have a multiplicative inverse.

Spelled out, this means that the following hold:

Closure of F under + and *
For all a,b belonging to F, both a + b and a * b belong to F (or more formally, + and * are [binary operations]? on F);

Both + and * are associative
For all a,b,c in F, a + (b + c) = (a + b) + c and a * (b * c) = (a * b) * c.

Both + and * are commutative
For all a,b belonging to F, a + b = b + a and a * b = b * a.

The operation * is distributive over the operation +
For all a,b,c, belonging to F, a * (b + c) = (a * b) + (a * c) and (b + c) * a = (b * a) + (c * a).

Existence of an additive identity
There exists an element 0 in F, such that for all a belonging to F, a + 0 = a and 0 + a= a .

Existence of a multiplicative identity
There exists an element 1 in F different from 0, such that for all a belonging to F, a * 1 = a and 1 * a = a.

Existence of an additive inverse
For all a belonging to F, there exists an element -a in F, such that a + (-a) = 0 and (-a) + a = 0.

Existence of a multiplicative inverse
For all a <> 0 belonging to F, there exists an element a-1 in F, such that a * a-1 = 1 and a-1 * a = 1.

Directly from these axioms, one may show that (F, +) and (F - {0}, *) are commutative groups and that therefore the additive inverse -a and the multiplicative invers a-1 are uniquely determined by a. Furthermore, the inverse of a product is equal to the product of the inverses (see elementary group theory).

Examples of Fields.

      +  0  1        *  0  1
      0  0  1        0  0  0
      1  1  0        1  0  1

It has important uses in computer science, especially in cryptography and [coding theory]?.

The concept of a field is of use, for example, in defining vectors and matrices, two structures in Linear Algebra, whose components can be elements of an arbitrary field. [Galois theory]? studies the ways in which fields can be contained in each other.


/Talk

HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited October 15, 2001 2:26 am by Josh Grosse (diff)
Search: