Difference between revisions of "Field (mathematics)"

From Conservapedia
Jump to: navigation, search
(important detail)
(clean up & uniformity)
 
(25 intermediate revisions by 17 users not shown)
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 a multiplicative inverse. Everyday examples of fields include the [[real numbers|real numbers]], [[Complex numbers]] and the [[rationals]].
+
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 ==
 +
 
 +
# The [[rational numbers]] <math>\mathbb Q</math>, with operations the usual addition and multiplication.
 +
# The [[real numbers]] <math>\mathbb R</math>, with operations the usual addition and multiplication.
 +
# The [[complex numbers]] <math>\mathbb C</math>, with operations the usual addition and multiplication.
 +
# The integers modulo <math>p</math> (denoted <math>\mathbb Z/p\mathbb Z</math>), where <math>p</math> is prime.  Here the operations are addition and multiplication modulo <math>p</math>. Observe that if <math>p</math> is not prime, then <math>\mathbb Z/p\mathbb Z</math> is not a field.  For example, the element <math>2 \in \mathbb Z/6 \mathbb Z</math> has no multiplicative inverse modulo 6!  In this case, <math>\mathbb Z/p\mathbb Z</math> has only the structure of a [[ring (mathematics)|ring]].
 +
# The field <math>\mathbb Q[\sqrt{3}]</math> of real numbers of the form <math>a+b\sqrt{3}</math>, where both <math>a</math> and <math>b</math> are rational.
 +
# Finite fields: for each prime number <math>p</math> and positive integer <math>n</math>, there is a unique (up to [[isomorphism]]) finite field of  [[cardinality]] is <math>p^n</math>.  This field is of characteristic <math>p</math>.
 +
# The set of [[meromorphic function]]s on a complex [[manifold]], with pointwise addition and multiplication.  For example, the set of meromorphic functions on <math>\mathbb C</math> or the unit disk <math>\Delta \subset \mathbb C</math>.
 +
# The [[p-adic]] fields <math>\mathbb Q_p</math> and <math>\Omega_p</math>, 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-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 <math>F</math> is a set of elements endowed with two [[binary operation]]s, <math>+</math> and <math>\cdot</math> (with properties analogous to addition and multiplication, respectively), which obey the following axioms:
 +
 
 +
*Addition axioms
 +
*#Closure: If <math>a, b \in F</math> then <math>a + b \in F</math>.
 +
*#[[Associative property|Associativity]]: For <math>a, b, c \in F</math>, <math>(a + b) + c = a + (b + c)</math>.
 +
*#[[Commutative property|Commutativity]]: For <math>a, b \in F</math> <math>a + b = b + a</math>.
 +
*#[[Identity Element|Identity]]: There exists an element <math>0 \in F</math> such that <math>a + 0 = 0 + a = a</math> for all <math>a \in F</math>.
 +
*#[[Inverse]]: For all <math>a \in F</math> there exists an element <math>-a \in F</math> such that <math>a + (-a) = (-a) + a = 0</math>.
 +
*Multiplication axioms
 +
*#Closure: If <math>a, b \in F</math> then <math>a \cdot b \in F</math>.
 +
*#[[Associative property|Associativity]]: For <math>a, b, c \in F</math>, <math>(a \cdot b) \cdot c = a \cdot (b \cdot c)</math>.
 +
*#[[Commutative property|Commutativity]]: For <math>a, b \in F</math>, <math>a \cdot b = b \cdot a</math>.
 +
*#[[Identity Element|Identity]]: There exists an element <math>1 \in F</math> such that <math>a \cdot 1 = 1 \cdot a = a</math> for all <math>a \in F</math>.
 +
*#[[Inverse]]: If <math>a \in F</math> and <math>a \neq 0</math> then there exists an element <math>a^{-1} \in F</math> such that <math>a \cdot a^{-1} = a^{-1} \cdot a = 1</math>.
 +
*Distributivity: For <math>a, b, c \in F</math>, <math>a \cdot (b + c) = (a \cdot b) + (a \cdot c)</math>.
 +
 
 +
Sometimes the condition 0 ≠ 1 is also included.
 +
 
 +
[[Category:Algebra]]

Latest revision as of 12:25, July 13, 2016

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 is a set of elements endowed with two binary operations, and (with properties analogous to addition and multiplication, respectively), which obey the following axioms:

Sometimes the condition 0 ≠ 1 is also included.