Field (mathematics)

Article ID:10603


Table of Contents


In abstract algebra , a fieldis an algebraic structure in which the operations of addition, subtraction, multiplication and division (except division by zero) may be performed, and the same rules hold which are familiar from the arithmetic of ordinary number s.

Introduction

Fields are important objects of study in algebra since they provide a useful generalization of many number systems, such as the rational numbers , real numbers , and complex number s. In particular, the usual rules of associativity , commutativity and distributivity hold. Fields also appear in many other areas of mathematics; see the examples below.

When abstract algebra was first being developed, the definition of a field usually did not include commutativity of multiplication, and what we today call a field would have been called either a commutative fieldor a rational domain. In contemporary usage, a field is always commutative. A structure which satisfies all the properties of a field except for commutativity, is today called a division ring or sometimes a skew field, but also non-commutative fieldis still widely used. Other languages have retained the old usage: for example, in Italian and French , division rings are called corpoand corps, both literally meaning 'body'. Instead, in German and Spanish , Körper(whence the blackboard bold Kused to denote a field) and cuerpomean 'field'. Notice that French language has no single word for field, they are simply called corps commutatif. Italian for field is campo, with the same literal meaning as English.

The concept of a field is of use, for example, in defining vector s and matrices , two structures in linear algebra whose components can be elements of an arbitrary field. Galois theory studies the symmetry of equations by investigating the ways in which fields can be contained in each other. See field theory for more information.


Definition

A fieldis a commutative ring ( F, +, *) such that 0 does not equal 1 and all elements of Fexcept 0 have a multiplicative inverse.

Spelled out, this means that the following hold:

Closure of Funder + and *For all a, bbelonging to F, both a+ band a* bbelong to F(or more formally, + and * are binary operations on F).Both + and * are associativeFor all a, b, cin F, a+ ( b+ c) = ( a+ b) + cand a* ( b* c) = ( a* b) * c.Both + and * are commutativeFor all a, bbelonging to F, a+ b= b+ aand 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).Existence of an additive identityThere exists an element 0 in F, such that for all abelonging to F, a+ 0 = a.Existence of a multiplicative identityThere exists an element 1 in Fdifferent from 0, such that for all abelonging to F, a* 1 = a.Existence of additive inversesFor every abelonging to F, there exists an element − ain F, such that a+ (− a) = 0.Existence of multiplicative inversesFor every a≠ 0 belonging to F, there exists an element a−1in F, such that a* a−1= 1.The requirement 0 ≠ 1 ensures that the set which only contains a single element is not a field. Directly from the axioms, one may show that (F, +) and (F − {0}, *) are commutative groups ( abelian groups ) and that therefore (see elementary group theory ) the additive inverse − aand the multiplicative inverse a−1are uniquely determined by a. Furthermore, the multiplicative inverse of a product is equal to the product of the inverses: ( a*b) −1= b−1* a−1= a−1* b−1provided both aand bare non-zero. Other useful rules include − a= (−1) * aand more generally −( a * b) = (− a) * b = a* (− b)as well as a* 0 = 0,

all rules familiar from elementary arithmetic .

If the requirement of commutativity of the operation * is dropped, one distinguishes the above commutative fieldsfrom non-commutative fields, usually called division ring s or skew fields).


Examples of fields

+ 01 * 0100 1 00 0 11 0 10 1:This field has important uses in computer science , especially in cryptography and coding theory .

There are also proper classes with field structure, which are some times called Fields.


Some first theorems


See also