field theory
Fields
You should know: rings
Overview
A field is a commutative ring in which every nonzero element has a multiplicative inverse, so addition, subtraction, multiplication, and division (by nonzero elements) all behave the way they do for rational, real, or complex numbers. Fields are the algebraic setting for linear algebra (vector spaces need a field of scalars) and for Galois theory (which studies field extensions).
Intuition
A field is the algebraic idealization of 'a number system where you can always divide' — like ℚ, ℝ, or ℂ, but also finite systems like the integers mod a prime p. Rings only guarantee you can add, subtract, and multiply; a field additionally guarantees every nonzero element has a reciprocal, so equations like ax = b (a ≠ 0) always have a unique solution.
Formal Definition
A field (F, +, ×) is a commutative ring with unity 1 ≠ 0 in which every nonzero element is a unit:
Notation
| Notation | Meaning |
|---|---|
| Common letters for fields | |
| The finite field with p elements (p prime), i.e. ℤₚ | |
| K is a field extension of F (F ⊆ K) | |
| Characteristic of F — either 0 or a prime p |
Properties
Every field is an integral domain
Finite fields exist only for prime power orders
Characteristic is 0 or prime
ℤₙ is a field iff n is prime
Applications
Worked Examples
Find x with 1·x ≡ 1: x = 1.
Find x with 2·x ≡ 1 (mod 5): 2×3=6≡1, so 2⁻¹=3.
Find x with 3·x ≡ 1 (mod 5): 3×2=6≡1, so 3⁻¹=2. Find x with 4·x ≡ 1 (mod 5): 4×4=16≡1, so 4⁻¹=4.
Answer: Every nonzero element of ℤ₅ has an inverse, confirming ℤ₅ is a field (since 5 is prime).
Practice Problems
Why must the characteristic of a field be either 0 or a prime number?
In the field ℤ₇, find the multiplicative inverse of 3 (the element x with 3x ≡ 1 mod 7). Why is such an inverse guaranteed to exist?
Common Mistakes
Confusing 'field' with 'ring' and assuming every ring allows division.
Only fields guarantee multiplicative inverses for all nonzero elements; general rings (like ℤ or matrix rings) do not.
Thinking every finite field has prime order.
Finite fields exist for every prime power pⁿ (e.g. 𝔽₄, 𝔽₈, 𝔽₉), not just primes — 𝔽₄ is not the same as ℤ₄ (which isn't even a field).
Quiz
Summary
- A field is a commutative ring where every nonzero element has a multiplicative inverse.
- Fields are integral domains: no zero divisors exist among nonzero elements.
- ℤₙ is a field exactly when n is prime; more generally finite fields exist for every prime power pⁿ.
- The characteristic of a field is always 0 or a prime number, never a composite.
- Fields provide the scalar structure for vector spaces and are the foundation of Galois theory.
References
- BookDummit, D. & Foote, R. Abstract Algebra, 3rd ed., Ch. 13.
Mathematics