Math Wiki
m (Reverted edits by Geekbuster (talk) to last version by Localhost00)
No edit summary
Tag: rte-source
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
: ''For the field in relations, see [[field (relation)]].''
A field is a [[set]] paired with two [[operation|operations]] on the set, which are designated as addition (<math>+</math>) and multiplication (<math>\cdot</math>). As a [[group]] can be conceptualized as an [[tuple|ordered pair]] of a set and an operation, <math>\left(G,\cdot\right)</math>, a field can be conceptualized as an ordered triple <math>\left(F,+,\cdot\right)</math>.
 
   
A set with addition and multiplication, <math>\left(F,+,\cdot\right)</math>, is a field if and only if it satisfies the following properties:
+
A '''field''' is a [[set]] paired with two [[operation]]s on the [[set]], which are designated as addition <math>(+)</math> and multiplication <math>(\cdot)</math> . As a [[group]] can be conceptualized as an [[ordered pair]] of a set and an operation, <math>(G,\cdot)</math> , a field can be conceptualized as an ordered triple <math>(F,+,\cdot)</math> .
  +
#[[Commutative property|Commutativity]] of both addition and multiplication &mdash; [[universal quantification|For all]] <math>a, b \in F</math>, <math>a + b = b + a</math> and <math>a \cdot b = b \cdot a</math>;
 
#[[Associative property|Associativity]] of both addition and multiplication &mdash; For all <math>a, b, c \in F</math>, <math>\left(a + b\right) + c = a + \left(b + c\right)</math> and <math>\left(a \cdot b\right) \cdot c = a \cdot \left(b \cdot c\right)</math>;
+
A set with addition and multiplication, <math>(F,+,\cdot)</math> , is a field if and only if it satisfies the following properties:
#Additive [[Identity]] &mdash; [[existential quantification|There exists]] a "zero" element, <math>0 \in F</math>, called an additive identity, such that <math>a + 0</math>, for all <math>a \in F</math>;
+
#[[Commutative property|Commutativity]] of both addition and multiplication — [[universal quantification|For all]] <math>a,b\in F</math> , <math>a+b=b+a</math> and <math>a\cdot b=b\cdot a</math>
#Additive [[Inverse|Inverses]] &mdash; For each <math>a \in F</math>, there exists a <math>b \in F</math>, called an additive inverse of <math>a</math>, such that <math>a + b = 0</math>;
+
#[[Associative property|Associativity]] of both addition and multiplication For all <math>a,b,c\in F</math> , <math>(a+b)+c=a+(b+c)</math> and <math>(a\cdot b)\cdot c=a\cdot(b\cdot c)</math>
#Multiplicative [[Identity]] &mdash; There exists a "one" element, <math>1 \in F</math>, different from 0, called a multiplicative identity, such that <math>1 \cdot a = a</math>, for all <math>a \in F</math>;
+
#Additive [[Identity element|Identity]] [[existential quantification|There exists]] a "zero" element, <math>0\in F</math> , called an additive identity, such that <math>a+0=a</math> for all <math>a\in F</math>
#Multiplicative [[Inverse|Inverses]] &mdash; For each <math>a \in F</math>, except for 0, there exists a <math>c \in F</math>, called a multiplicative inverse of <math>a</math>, such that <math>a \cdot c = 1</math>;
+
#Additive [[Inverse]]s For each <math>a\in F</math>, there exists a <math>b\in F</math> , called an additive inverse of <math>a</math> , such that <math>a+b=0</math>
#[[Distributive property]] &mdash; For all <math>a, b, c \in F</math>, <math>a \cdot \left(b + c\right) = a \cdot b + a \cdot c</math>;
+
#Multiplicative [[Identity element|Identity]] There exists a "one" element, <math>1\in F</math>, different from 0, called a multiplicative identity, such that <math>a\cdot1=a</math> for all <math>a\in F</math>
#[[Closure]] of addition and multiplication &mdash; For all <math>a, b \in F</math>, <math>a + b \in F</math> and <math>a \cdot b \in F</math>.
+
#Multiplicative [[Inverse]]s For each <math>a\in F</math> , except for 0, there exists a <math>c\in F</math> , called a multiplicative inverse of <math>a</math> , such that <math>a\cdot c=1</math>
  +
#[[Distributive property]] — For all <math>a,b,c\in F</math> , <math>a\cdot(b+c)=a\cdot b+a\cdot c</math>
 
#[[Closure]] of addition and multiplication For all <math>a,b\in F</math> , <math>a+b\in F</math> and <math>a\cdot b\in F</math>
   
 
Alternatively, a field can be defined as a [[commutative property|commutative]] [[ring]] with unity (has a multiplicative identity) and multiplicative inverses.
 
Alternatively, a field can be defined as a [[commutative property|commutative]] [[ring]] with unity (has a multiplicative identity) and multiplicative inverses.
   
We will often abbreviate the multiplication of two elements, <math>a \cdot b</math>, by juxtaposition of the elements, <math>ab</math>. Also, when combining multiplication and addition in an expression, multiplication takes precedence over addition unless the addition is enclosed in [[parenthesis]]. That is, <math>a + bc + d = a + \left(bc\right) + d</math>.
+
We will often abbreviate the multiplication of two elements, <math>a\cdot b</math> , by juxtaposition of the elements, <math>ab</math> . Also, when combining multiplication and addition in an expression, multiplication takes precedence over addition unless the addition is enclosed in [[parenthesis]]. That is, <math>a+bc+d=a+(bc)+d</math> .
   
We can also denote <math>-a</math> and <math>a^{-1}</math> as additive and multiplicative inverses of any <math>a \in F</math>. Furthermore, we can define two more operations, called [[subtraction]] and [[division]] by <math>a - b = a + \left(-b\right)</math>, and provided that <math>b \ne 0</math>, <math>\frac a b = a \cdot b^{-1}</math>.
+
We can also denote <math>-a</math> and <math>a^{-1}</math> as additive and multiplicative inverses of any <math>a\in F</math> . Furthermore, we can define two more operations, called [[subtraction]] and [[division]] by <math>a-b=a+(-b)</math> , and provided that <math>b\ne0</math> , <math>\frac{a}{b}=a\cdot b^{-1}</math> .
   
 
==Important Results==
 
==Important Results==
 
Because a field is also a ring with unity, these properties are inherited:
 
Because a field is also a ring with unity, these properties are inherited:
*<math>\left(F,+\right)</math> is an [[abelian groups]];
+
*<math>(F,+)</math> is an [[abelian groups]]
*<math>0 \cdot a = 0</math>, for all <math>a \in F</math>;
+
*<math>0\cdot a=0</math> , for all <math>a\in F</math>
*<math>a\left(-b\right) = \left(-a\right)b = -\left(ab\right)</math>, for all <math>a, b \in F</math>;
+
*<math>a(-b)=(-a)b=-(ab)</math> , for all <math>a,b\in F</math>
*<math>\left(-a\right)\left(-b\right) = ab</math>, for all <math>a, b \in F</math>;
+
*<math>(-a)(-b)=ab</math> , for all <math>a,b\in F</math>
*<math>\left(-1\right) \cdot a = -a</math>, for all <math>a \in F</math>;
+
*<math>(-1)\cdot a=-a</math> , for all <math>a\in F</math>
*<math>\left(-1\right) \cdot \left(-1\right) = 1</math>;
+
*<math>(-1)\cdot(-1)=1</math>
 
*Multiplication distributes over subtraction.
 
*Multiplication distributes over subtraction.
 
Additionally:
 
Additionally:
*<math>\left(F^*,\cdot\right)</math> is also an abelian group, where <math>F^*</math> is the set of nonzero elements of <math>F</math>;
+
*<math>(F^*,\cdot)</math> is also an abelian group, where <math>F^*</math> is the set of nonzero elements of <math>F</math>
*Any field contains a subfield <math>K</math> that is field-isomorphic to <math>\mathbb Q</math> or <math>\mathbb Z_p</math> for some prime <math>p</math>.
+
*Any field contains a subfield <math>K</math> that is field-isomorphic to <math>\Q</math> or <math>\Z_p</math> for some prime <math>p</math> .
   
 
==Optional Properties==
 
==Optional Properties==
A field <math>\left(F,+,\cdot\right)</math> is:
+
A field <math>(F,+,\cdot)</math> is:
*A [[subfield]] of a field <math>\left(K,+,\cdot\right)</math> if <math>F \subseteq K</math> (see [[subset]]), where addition and multiplication on <math>F</math> is a [[domain restriction]] on the addition and multiplication on <math>K</math>. More commonly, we say that <math>K</math> is an [[extension field]] of <math>F</math>, and in fact, is also a [[vector space]] over <math>F</math>;
+
*A [[subfield]] of a field <math>(K,+,\cdot)</math> if <math>F\subseteq K</math> (see [[subset]]), where addition and multiplication on <math>F</math> is a [[domain restriction]] on the addition and multiplication on <math>K</math> . More commonly, we say that <math>K</math> is an [[extension field]] of <math>F</math> , and in fact, is also a [[vector space]] over <math>F</math>
*An [[ordered field]] if there exists a [[total order]] <math>\le</math> on <math>F</math> such that for all <math>a, b, c \in G</math>, if <math>a \le b</math>, then <math>a + c \le b + c</math>, ([[translation invariance]]), and if <math>0 \le a</math> and <math>0 \le b</math>, then <math>0 \le ab</math>.
+
*An [[ordered field]] if there exists a [[total order]] <math>\le</math> on <math>F</math> such that for all <math>a,b,c\in G</math> , if <math>a\le b</math>, then <math>a+c\le b+c</math> , ([[translation invariance]]), and if <math>0\le a</math> and <math>0 \le b</math> , then <math>0\le ab</math>
   
 
==Examples==
 
==Examples==
*Under the usual operations of addition and multiplication, the [[rational number]]s (<math>\mathbb Q</math>), [[algebraic number]]s (<math>\mathbb A</math>), [[real number]]s (<math>\mathbb R</math>), and [[complex number]]s (<math>\mathbb C</math>) are fields.
+
*Under the usual operations of addition and multiplication, the [[rational number]]s (<math>\Q</math>), [[algebraic number]]s (<math>\mathbb A</math>), [[real number]]s (<math>\R</math>), and [[complex number]]s (<math>\C</math>) are fields.
*An [[extension field]] of <math>\mathbb Q</math>, such as <math>\mathbb Q \left[\sqrt 2\right]=\left\{a+b\sqrt 2\mid a,b\in\mathbb Q\right\}</math>.
+
*An [[extension field]] of <math>\Q</math> , such as <math>\Q\left[\sqrt2\right]=\left\{a+b\sqrt2\mid a,b\in\Q\right\}</math> .
   
  +
==Related==
  +
Elements of a field are the quantities over the [[vectorspace]]s are constructed and there are also called the [[scalar]]s.
   
  +
In the same branch functions <math>X\to F</math> , where <math>F</math> is a field are called [[scalar field]]s.
 
[[Category:Algebra]]
 
[[Category:Algebra]]
  +
[[Category:Linear algebra]]
  +
[[Category:Tensors]]
  +
[[Category:Differential geometry]]
  +
[[Category:Abstract algebra]]

Latest revision as of 23:34, 21 March 2017

For the field in relations, see field (relation).

A field is a set paired with two operations on the set, which are designated as addition and multiplication . As a group can be conceptualized as an ordered pair of a set and an operation, , a field can be conceptualized as an ordered triple .

A set with addition and multiplication, , is a field if and only if it satisfies the following properties:

  1. Commutativity of both addition and multiplication — For all , and
  2. Associativity of both addition and multiplication — For all , and
  3. Additive IdentityThere exists a "zero" element, , called an additive identity, such that for all
  4. Additive Inverses — For each , there exists a , called an additive inverse of , such that
  5. Multiplicative Identity — There exists a "one" element, , different from 0, called a multiplicative identity, such that for all
  6. Multiplicative Inverses — For each , except for 0, there exists a , called a multiplicative inverse of , such that
  7. Distributive property — For all ,
  8. Closure of addition and multiplication — For all , and

Alternatively, a field can be defined as a commutative ring with unity (has a multiplicative identity) and multiplicative inverses.

We will often abbreviate the multiplication of two elements, , by juxtaposition of the elements, . Also, when combining multiplication and addition in an expression, multiplication takes precedence over addition unless the addition is enclosed in parenthesis. That is, .

We can also denote and as additive and multiplicative inverses of any . Furthermore, we can define two more operations, called subtraction and division by , and provided that , .

Important Results

Because a field is also a ring with unity, these properties are inherited:

  • is an abelian groups
  • , for all
  • , for all
  • , for all
  • , for all
  • Multiplication distributes over subtraction.

Additionally:

  • is also an abelian group, where is the set of nonzero elements of
  • Any field contains a subfield that is field-isomorphic to or for some prime .

Optional Properties

A field is:

  • A subfield of a field if (see subset), where addition and multiplication on is a domain restriction on the addition and multiplication on . More commonly, we say that is an extension field of , and in fact, is also a vector space over
  • An ordered field if there exists a total order on such that for all , if , then , (translation invariance), and if and , then

Examples

  • Under the usual operations of addition and multiplication, the rational numbers (), algebraic numbers (), real numbers (), and complex numbers () are fields.
  • An extension field of , such as .

Related

Elements of a field are the quantities over the vectorspaces are constructed and there are also called the scalars.

In the same branch functions , where is a field are called scalar fields.