Field (Mathematics) — Definition, Formula & Examples
A field is a set of elements equipped with two operations, addition and multiplication, where you can add, subtract, multiply, and divide (except by zero) and always stay within the set. Familiar examples include the rational numbers , the real numbers , and the complex numbers .
A field is a set together with two binary operations and such that is an abelian group with identity , is an abelian group with identity , and multiplication distributes over addition: for all .
How It Works
To verify that a set with two operations forms a field, you check that both operations are associative and commutative, that additive and multiplicative identities exist, that every element has an additive inverse, and that every nonzero element has a multiplicative inverse. You also confirm the distributive law holds. If any one of these axioms fails, the structure is not a field. For instance, the integers satisfy every axiom except the existence of multiplicative inverses (e.g., there is no integer with ), so is a ring but not a field.
Worked Example
Problem: Show that the set with addition and multiplication modulo 5 is a field.
Step 1: Check that addition mod 5 forms an abelian group. The identity is 0, and every element has an additive inverse: for example, , so the inverse of 3 is 2. Addition mod 5 is associative and commutative.
Step 2: Check that the nonzero elements form an abelian group under multiplication mod 5. The identity is 1. Each nonzero element has a multiplicative inverse:
Step 3: Verify the distributive law. For example, and . Both sides agree.
Answer: All field axioms are satisfied, so is a field with 5 elements.
Why It Matters
Fields underpin linear algebra (vector spaces are defined over fields), number theory (algebraic number fields), and cryptography (finite fields like secure modern encryption). Understanding field axioms is essential in any abstract algebra or advanced mathematics course.
Common Mistakes
Mistake: Assuming the integers form a field because they satisfy most of the axioms.
Correction: The integers lack multiplicative inverses for elements other than . For example, . The integers form a ring, not a field.
