Field
BasisPrerequisites
A ring lets you add, subtract, and multiply freely, but not always divide. A field is a ring that closes this gap: every non-zero element can be inverted, so division is always available. The rationals , reals , and complex numbers are the fields you likely know best, but they are far from the only ones.
The extra ingredient: multiplicative inverses
Recall that in a ring , the multiplicative operation only forms a monoid — inverses are not required. In the integers , the element has no multiplicative inverse: there is no integer with .
A field simply demands that every non-zero element has such an inverse. The zero element is excluded because for any (as shown for rings), so no can satisfy .
Definition
Definition. A field is a commutative ring such that is a group. In other words, every non-zero element has a multiplicative inverse satisfying .
Spelling out all axioms, a field satisfies:
| Operation | Structure required |
|---|---|
| Abelian group | |
| Abelian group | |
| and | Both distributive laws hold |
Commutativity of multiplication is built into the definition: a field is always a commutative ring.
Examples
Rational numbers . For any , the inverse is . Addition and multiplication of fractions are both commutative. is a field.
Real numbers . Every non-zero real has inverse . is a field.
Complex numbers . For , the inverse is . is a field.
Integers modulo a prime . Fix a prime . The set with addition and multiplication performed modulo is a field. For example, in , the inverse of is because . This is a finite field, also written .
Non-example — integers . is a ring but not a field: has no integer inverse.
Non-example — polynomials . The polynomial has no polynomial inverse: there is no polynomial with .
Characteristic
Every field has a property called its characteristic, which captures how many times you must add the identity to itself before reaching .
Formally, the characteristic of is the smallest positive integer such that
If no such exists, the characteristic is defined to be .
The characteristic of a field is always either or a prime number. This is not an accident: if with both satisfied (1), then in the field, which would mean a product of two non-zero elements equals zero — impossible in a field because non-zero elements have inverses and can never multiply to zero.
| Field | Characteristic |
|---|---|
Fields of characteristic contain a copy of ; fields of characteristic contain a copy of .
Division as an operation
In a field, you can define division for any non-zero denominator:
This makes fields the natural setting for solving linear equations: the equation with has the unique solution . The existence and uniqueness of this solution both depend on the multiplicative inverse.
This is why linear algebra is typically built over a field: the ability to divide is what makes Gaussian elimination, determinants, and the rank-nullity theorem work cleanly.
Summary
- A field is a commutative ring where every non-zero element has a multiplicative inverse, making division always possible (except by zero).
- The field axioms require two abelian groups — and — connected by distributivity.
- Key examples of infinite fields: , , .
- Key examples of finite fields: for any prime .
- The characteristic of a field is the smallest with ; it is always or a prime.
- Fields are the right setting for linear algebra: division is what makes linear equations always solvable when the coefficient is non-zero.