Citizendia
Your Ad Here

In abstract algebra, a field is 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 numbers. Abstract algebra is the subject area of Mathematics that studies Algebraic structures such as groups, rings, fields, modules In Algebra, a branch of Pure mathematics, an algebraic structure consists of one or more sets closed under one or more operations, Addition is the mathematical process of putting things together Subtraction is one of the four basic Arithmetic operations it is the inverse of Addition, meaning that if we start with any number and add any number and then subtract In Mathematics, especially in elementary Arithmetic, division is an arithmetic operation which is the inverse of Multiplication. Arithmetic or arithmetics (from the Greek word αριθμός = number is the oldest and most elementary branch of mathematics used by almost everyone A number is an Abstract object, tokens of which are Symbols used in Counting and measuring.

All fields are rings, but not conversely. In Mathematics, a ring is an Algebraic structure which generalizes the algebraic properties of the Integers though the rational, real Fields differ from rings most importantly in the requirement that division be possible, but also, in modern definitions, by the requirement that the multiplication operation in a field be commutative. In Mathematics, commutativity is the ability to change the order of something without changing the end result Otherwise the structure is a so-called skew field (better known as a division ring), although historically division rings were called fields and fields were commutative fields. In Abstract algebra, a division ring, also called a skew field, is a ring in which division is possible

The prototypical example of a field is Q, the field of rational numbers. In Mathematics, a rational number is a number which can be expressed as a Ratio of two Integers Non-integer rational numbers (commonly called fractions Other important examples include the field of real numbers R, the field of complex numbers C and, for any prime number p, the finite field of integers modulo p, denoted Z/pZ, Fp or GF(p). In Mathematics, the real numbers may be described informally in several different ways Complex plane In Mathematics, the complex numbers are an extension of the Real numbers obtained by adjoining an Imaginary unit, denoted In Mathematics, a prime number (or a prime) is a Natural number which has exactly two distinct natural number Divisors 1 In Abstract algebra, a finite field or Galois field (so named in honor of Évariste Galois) is a field that contains only finitely many elements In Mathematics, modular arithmetic (sometimes called modulo arithmetic, or clock arithmetic) is a system of Arithmetic for Integers For any field K, the set K(X) of rational functions with coefficients in K is also a field. In Mathematics, a rational function is any function which can be written as the Ratio of two Polynomial functions Definitions In

The mathematical discipline concerned with the study of fields is called field theory.

A field is a specific type of integral domain, and can be characterized by the following (not necessarily exhaustive) chain of class inclusions:

Contents

Equivalent definitions

Definition 1

A field is a commutative division ring. In Set theory and its applications throughout Mathematics, a subclass is a class contained in some other class in the same way that a Subset In Abstract algebra, a branch of Mathematics, an integral domain is a Commutative ring with an additive identity 0 and a multiplicative identity 1 such In Mathematics, a unique factorization domain (UFD is roughly speaking a Commutative ring in which every element with special exceptions can be uniquely written In Abstract algebra, a principal ideal domain, or PID is an Integral domain in which every ideal is principal i In Abstract algebra, a Euclidean domain (also called a Euclidean ring) is a type of ring in which the Euclidean algorithm applies In Abstract algebra, a division ring, also called a skew field, is a ring in which division is possible

Definition 2

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. In Ring theory, a branch of Abstract algebra, a commutative ring is a ring in which the multiplication operation has the commutative property (Note that 0 and 1 here stand for the identity elements for the + and * operations respectively, which may differ from the familiar real numbers 0 and 1. Mathematics For any number x: x ·1 = 1· x = x (1 is the multiplicative identity )

Definition 3

Explicitly, a field is defined by these properties:

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). In Mathematics, a binary operation is a calculation involving two Operands, in other words an operation whose Arity is two
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).
Existence of an additive identity 
There exists an element 0 in F, such that for all a belonging to F, a + 0 = 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.
Existence of additive inverses 
For every a belonging to F, there exists an element −a in F, such that a + (−a) = 0.
Existence of multiplicative inverses 
For every a ≠ 0 belonging to F, there exists an element a−1 in 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 −a and the multiplicative inverse a−1 are uniquely determined by a. In Mathematics, a group is a set of elements together with an operation that combines any two of its elements to form a third element An abelian group, also called a commutative group, is a group satisfying the additional requirement that the product of elements does not depend on their order (the In Mathematics, a group G,*> is defined as a set G and a Binary operation on G, called product and denoted Other useful rules include

a = (−1) * a

and more generally

−(a * b) = (−a) * b = a * (−b)

as well as

a * 0 = 0,

which follows from replacing b or c with 0 in the distributive property

If the requirement of commutativity of the operation * is dropped, one distinguishes the above commutative fields from non-commutative fields. Fields which are not assumed to be commutative are usually called division rings or skew fields. In Abstract algebra, a division ring, also called a skew field, is a ring in which division is possible

History

The concept of a field is due to Dedekind, who used the word Körper "body" for this notion. Julius Wilhelm Richard Dedekind ( October 6, 1831 &ndash February 12, 1916) was a German mathematician who did important He also was the first to define rings (then called order or order-modul), but the term "a ring" (Zahlring) was invented by Hilbert. David Hilbert ( January 23, 1862 &ndash February 14, 1943) was a German Mathematician, recognized as one of the most [1]

Examples

     +  0  1        *  0  1
     0  0  1        0  0  0
     1  1  0        1  0  1
This field has important uses in computer science, especially in cryptography and coding theory. A Cayley table, after the 19th century British Mathematician Arthur Cayley, describes the structure of a In Logic and/or Mathematics, logical conjunction or and is a two-place Logical operation that results in a value of true if both of Computer science (or computing science) is the study and the Science of the theoretical foundations of Information and Computation and their Cryptography (or cryptology; from Greek grc κρυπτός kryptos, "hidden secret" and grc γράφω gráphō, "I write" Coding theory is one of the most important and direct applications of Information theory.

There are also proper classes with field structure, which are sometimes called Fields, with a capital F:

Some first theorems

See also

References

  1. ^ J J O'Connor and E F Robertson, The development of Ring Theory, September 2004. In Abstract algebra, a branch of Mathematics, an integral domain is a Commutative ring with an additive identity 0 and a multiplicative identity 1 such In Mathematics, every Integral domain can be embedded in a field; the smallest field which can be used is the field of fractions or field of quotients

External links

PlanetMath is a free, collaborative online Mathematics Encyclopedia.
© 2009 citizendia.org; parts available under the terms of GNU Free Documentation License, from http://en.wikipedia.org
Dapyx Software network: MP3 Explorer | Ebook Manager | Zenithic