Fields and Subfields
Fields ¶
Fields generalize the properties of familiar “continuous” number systems like the real numbers and complex numbers into arbitrary sets which follow a set of field axioms.
In an abstract sense, we need three “things” to define a field: a set of objects called scalars and two binary operations acting on those scalars.
Definition 1: Binary Operation
A function is a binary operation on a set iff:
This implicitly requires that any binary operation on is closed, meaning that applying to any two elements of results in another element of .
Definition 2: Field
A field is a set together with two binary operations (called addition) and (called multiplication) such that the following properties hold:
- Associativity of addition.
- Associativity of multiplication.
- Commutativity of addition.
- Commutativity of multiplication.
- Existence of additive identity.
- Existence of multiplicative identity.
- Existence of additive inverses.
- Existence of multiplicative inverses.
- Distributivity over addition.
Together, these are called the field axioms. The elements of are called -scalars, and with relevant context, -scalars may be referred to as simply scalars.
For any , the element is called the additive inverse or the negative of . For any , the element is called the multiplicative inverse of .
Notation
Often, the binary operations associated with a field are not explicitly listed. A field is usually denoted simply as , where the operations of addition and multiplication are implied. The notation and may be used to refer to the addition and multiplication operations of when there is ambiguity.
Notation
The additive and multiplicative identities of a field may be denoted and , respectively, when there is ambiguity.
Notation
When unambiguous, field multiplication can be denoted by juxtaposition. For example, may be written as .
Property: Additive and Multiplicative Identities are Unique
Let be a field. Then there is exactly one additive identity in , and exactly one multiplicative identity in . That is, and .
Proof: Additive and Multiplicative Identities are Unique.
Let be a field, and suppose that and are both additive identities of . By the definition of additive identity, we have and . Thus, , so there is exactly one additive identity in .
Suppose that and are both multiplicative identities of . By the definition of multiplicative identity, we have and . Thus, , so there is exactly one multiplicative identity in . ∎
Property: Additive and Multiplicative Inverses are Unique
Let be a field, and let . Then there is exactly one additive inverse of in . If , then there is exactly one multiplicative inverse of in .
That is, and .
Property: Products of Fields which are Zero
Let be a field, and let . If , then or .
Proof: Products of Fields which are Zero.
Let be a field, and let such that . If , then we are done. Otherwise, if , then by the existence of multiplicative inverses, there exists such that . We can deduce:
Thus, if and , then . ∎
Definition 3: Field Subtraction
Let be a field. The binary operation of subtraction on is defined as follows:
The quantity is called the difference of and .
Definition 4: Field Division
Let be a field. The binary operation of division on is defined as follows:
The quantity is called the quotient of and .
Notation
Field division can be denoted by the fraction notation . For example, may be written as .
Examples of Fields ¶
Theorem 1
The set of all real numbers is a field.
Proof: Theorem 1.
Let be arbitrary elements of . Choose to be the additive identity and to be the multiplicative identity.
Addition and multiplication of real numbers are associative and commutative, so the first four field axioms are satisfied.
The additive inverse of is , which is also a real number, so the axiom of existence of additive inverses is satisfied.
If , choose the multiplicative inverse of to be , which is also a real number, so the axiom of existence of multiplicative inverses is satisfied.
We have , so the axiom of distributivity over addition is satisfied. Thus, all field axioms are satisfied, and is a field. ∎
Proposition 1
The set of all complex numbers is a field.
Proposition 2
The set of all integers is not a field.
Proof: Proposition 2.
Proposition 3: Additional Properties of Fields
For the following, let be a field with additive identity .
- Distributivity over Multiplication. .
- Multiplication by Zero. .
- Double Negative Property. .
- Product of Negatives. .
- No Zero Divisors. .
Subfields ¶
A subfield is a subset of a field that is itself a field under the same operations.
Definition 5: Subfield
Let be a field, and let be a subset of . Then is a subfield of iff is itself a field under the same operations of addition and multiplication as .
If we already know that some set is a subset of a field , then only three criteria need to be checked (rather than rechecking all axioms):
Theorem 2: Subfield Criteria
Let be a field, and let be a subset of . Let and denote the additive and multiplicative identities of , respectively. Then is a subfield of if and only if the following criteria are met:
- Existence of identities. and .
- Closure under subtraction. .
- Closure under division.
Proof: Subfield Criteria.
Suppose is a subset of . Let be the property that is a subfield of , and let be the property that satisfies the three conditions listed in Theorem 2.
. Assume is a subfield of . Then is a field under the same operations as .
- Existence of identities. By the definition of a field, contains the additive and multiplicative identities of , i.e. and .
- Closure under subtraction. By the definition of a field, must contain additive inverses, such that for any , there must be a . Since is closed under addition, for any , .
- Closure under division. By the definition of a field, must contain multiplicative inverses, such that for any with , there must be a . Since is closed under multiplication, for any , .
. Assume that satisfies the three conditions listed in Theorem 2. Since is a subset of , the operations of addition and multiplication on are inherited from .
- Associativity of addition and multiplication. Since is a subset of and the operations on are inherited from , the associativity of addition and multiplication in implies the associativity of addition and multiplication in .
Since and , we have . ∎
Proposition 4: A Finite Field
For any prime number , the set of integers between and , inclusive, is a field under addition and multiplication modulo .
Proof: Proposition 4.
Let be a prime, and let . Define addition and multiplication on as follows:
It is trivial to see that , so we can check the three conditions of Theorem 2:
- Existence of identities. Since is prime, , so . By the definition of , and .
Closure under subtraction. Let .
- If , then and since is nonnegative, , so .
- If , then , but and , so . Since , .
Closure under division. Let with . Since is prime, and are coprime, so there exist integers such that . Taking this equation modulo , we have , so .
Thus, the multiplicative inverse of is , which is an element of . Since is closed under multiplication, for any , . ∎