Difference between revisions of "Field (mathematics)"

From Conservapedia
Jump to: navigation, search
m
Line 1: Line 1:
 
A '''field''' is a commutative [[Ring (mathematics)|ring]] which contains a non-zero multiplicative identity and all non-zero elements have multiplicative inverses. Loosely, a field is a collection of entities with well-behaved and compatible addition and multiplication operations.  A few examples serve to illustrate this point.
 
A '''field''' is a commutative [[Ring (mathematics)|ring]] which contains a non-zero multiplicative identity and all non-zero elements have multiplicative inverses. Loosely, a field is a collection of entities with well-behaved and compatible addition and multiplication operations.  A few examples serve to illustrate this point.
 +
  
 
== Examples ==
 
== Examples ==
Line 16: Line 17:
 
Fields play an important role in nearly every area of [[mathematics]], and are one of the most basic objects studied by [[algebra]].  The study of the relationships between different fields, and in particular subfields of a given field, leads to the study of [[Galois]] theory, and makes possible the proof of [[Abel-Ruffini theorem|Abel's theorem]] and was one of the motivations for the early study of fields and [[abstract algebra]] more generally.
 
Fields play an important role in nearly every area of [[mathematics]], and are one of the most basic objects studied by [[algebra]].  The study of the relationships between different fields, and in particular subfields of a given field, leads to the study of [[Galois]] theory, and makes possible the proof of [[Abel-Ruffini theorem|Abel's theorem]] and was one of the motivations for the early study of fields and [[abstract algebra]] more generally.
  
 +
== Axioms ==
 +
 +
Technically, a field F consists of a set of elements and two [[Binary operation|binary operations]], addition + and multiplication *, which obey the following axioms:
 +
 +
'''Addition'''
 +
<br/>
 +
1. Closure: If a,b ∈ F then a + b ∈ F.
 +
<br/>
 +
2. [[Associative property|Associativity]]: For a,b,c ∈ F, (a + b) + c = a + (b + c).
 +
<br/>
 +
3. [[Commutative property|Commutativity]]: For a,b ∈ F,  a + b = b + a
 +
<br/>
 +
4.  [[Identity_Element|Identity]]: There exists an element 0 ∈ F such that a + 0 = 0 + a = a for all a ∈ F.
 +
<br/>
 +
5. [[Inverse]]: If a ∈ F then there exists an (-a) ∈ F such that a + (-a) = (-a) + a = 0.
 +
 +
'''Multiplication'''
 +
<br/>
 +
1. Closure: If a,b ∈ F then a*b ∈ F.
 +
<br/>
 +
2. [[Associative property|Associativity]]: For a,b,c ∈ F. (a*b)*c = a*(b*c).
 +
<br/>
 +
3. [[Commutative property|Commutativity]]: For a,b ∈ F, a*b = b*a
 +
<br/>
 +
4.  [[Identity_Element|Identity]]: There exists an element 1 ∈ F such that a*1 = 1*a = a for all a ∈ F.
 +
<br/>
 +
5. [[Inverse]]: If a ∈ F and a ≠ 0 then there exists an a<sup>-1</sup> ∈ F such that a*a<sup>-1</sup> = a<sup>-1</sup>*a = 1.
 +
 +
'''Distributivity'''
 +
 +
For a,b,c ∈ F, a*(b + c) = a*b + a*c.
 +
 +
Sometimes the condition 0 ≠ 1 is also included.
  
 
[[Category:Algebra]]
 
[[Category:Algebra]]

Revision as of 06:04, June 25, 2011

A field is a commutative ring which contains a non-zero multiplicative identity and all non-zero elements have multiplicative inverses. Loosely, a field is a collection of entities with well-behaved and compatible addition and multiplication operations. A few examples serve to illustrate this point.


Examples

  1. The rational numbers , with operations the usual addition and multiplication.
  2. The real numbers , with operations the usual addition and multiplication.
  3. The complex numbers , with operations the usual addition and multiplication.
  4. The integers modulo (denoted ), where is prime. Here the operations are addition and multiplication modulo . Observe that if is not prime, then is not a field. For example, the element has no multiplicative inverse modulo 6! In this case, has only the structure of a ring.
  5. The field of real numbers of the form , where both and are rational.
  6. Finite fields: for each prime number and positive integer , there is a unique (up to isomorphism) finite field of cardinality is . This field is of characteristic .
  7. The set of meromorphic functions on a complex manifold, with pointwise addition and multiplication. For example, the set of meromorphic functions on or the unit disk .
  8. The p-adic fields and , which play a prominent role in number theory.

The characteristic of a field must be either 0 or a prime number p. A field of characteristic 0 is necessarily infinite.

Fields play an important role in nearly every area of mathematics, and are one of the most basic objects studied by algebra. The study of the relationships between different fields, and in particular subfields of a given field, leads to the study of Galois theory, and makes possible the proof of Abel's theorem and was one of the motivations for the early study of fields and abstract algebra more generally.

Axioms

Technically, a field F consists of a set of elements and two binary operations, addition + and multiplication *, which obey the following axioms:

Addition
1. Closure: If a,b ∈ F then a + b ∈ F.
2. Associativity: For a,b,c ∈ F, (a + b) + c = a + (b + c).
3. Commutativity: For a,b ∈ F, a + b = b + a
4. Identity: There exists an element 0 ∈ F such that a + 0 = 0 + a = a for all a ∈ F.
5. Inverse: If a ∈ F then there exists an (-a) ∈ F such that a + (-a) = (-a) + a = 0.

Multiplication
1. Closure: If a,b ∈ F then a*b ∈ F.
2. Associativity: For a,b,c ∈ F. (a*b)*c = a*(b*c).
3. Commutativity: For a,b ∈ F, a*b = b*a
4. Identity: There exists an element 1 ∈ F such that a*1 = 1*a = a for all a ∈ F.
5. Inverse: If a ∈ F and a ≠ 0 then there exists an a-1 ∈ F such that a*a-1 = a-1*a = 1.

Distributivity

For a,b,c ∈ F, a*(b + c) = a*b + a*c.

Sometimes the condition 0 ≠ 1 is also included.