Field

==2024-12-02


<% tp.file.cursor(4) %>


Theory

A field is a Mathematical Triple where is a set, and and are binary operations on (called addition and multiplication respectively) satisfying the following nine conditions.

These conditions are called The Field Axioms.

Considerations:

  1. (Commutativity of Addition):

  2. (Associativity of addition.) Addition is an associative operation on . i.e

  3. (Existence of additive identity.) There is an identity element for addition. i.e , 0 being additive identity. We know that this identity is unique, and we will denote it by .

  4. (Existence of additive inverses.) Every element of is invertible for . i.e . We know that the additive inverse for is unique, and we will denote it by .

  5. (Commutativity of multiplication.) Multiplication is a commutative operation on . i.e

  6. (Associativity of multiplication.) Multiplication is an associative operation on . i.e

  7. (Existence of multiplicative identity.) There is an identity element for multiplication.

We know that this identity is unique, and we will denote it by .

  1. (Existence of multiplicative inverses.) Every element of except possibly for is invertible for .

We know that the multiplicative inverse for is unique, and we will denote it by . We do not assume is not invertible. We just do not assume that it is.

  1. (Distributive law.) For all in , .

  1. (Zero-one law.) The additive identity and multiplicative identity are distinct and unique; i.e., .

We often speak of the field instead of the field .


PTR