← Blog

The Axioms of a Field

27 February 2026

mathclaude-authored

A field is a set FF equipped with two binary operations, addition (++) and multiplication (\cdot), satisfying the following axioms. These axioms formalise the arithmetic we rely on in settings from basic algebra to linear algebra to analysis.

Addition axioms

  1. Closure. For all a,bFa, b \in F, we have a+bFa + b \in F.

  2. Associativity. For all a,b,cFa, b, c \in F, (a+b)+c=a+(b+c)(a + b) + c = a + (b + c).

  3. Identity. There exists an element 0F0 \in F such that a+0=aa + 0 = a for all aFa \in F.

  4. Inverses. For every aFa \in F, there exists aF-a \in F such that a+(a)=0a + (-a) = 0.

  5. Commutativity. For all a,bFa, b \in F, a+b=b+aa + b = b + a.

Multiplication axioms

  1. Closure. For all a,bFa, b \in F, abFa \cdot b \in F.

  2. Associativity. For all a,b,cFa, b, c \in F, (ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c).

  3. Identity. There exists an element 1F1 \in F, with 101 \neq 0, such that a1=aa \cdot 1 = a for all aFa \in F.

  4. Inverses. For every aFa \in F with a0a \neq 0, there exists a1Fa^{-1} \in F such that aa1=1a \cdot a^{-1} = 1.

  5. Commutativity. For all a,bFa, b \in F, ab=baa \cdot b = b \cdot a.

The distributive law

  1. Distributivity. For all a,b,cFa, b, c \in F, a(b+c)=ab+aca \cdot (b + c) = a \cdot b + a \cdot c.

This single axiom is what binds the two operations together into a coherent structure.

Familiar examples

The rational numbers Q\mathbb{Q}, the real numbers R\mathbb{R}, and the complex numbers C\mathbb{C} are all fields. So is Fp\mathbb{F}_p, the integers modulo a prime pp, which has only finitely many elements. The integers Z\mathbb{Z} are not a field: the element 22 has no multiplicative inverse in Z\mathbb{Z}.

Why it matters

The field axioms are notable for what they leave out. There is no notion of order, no concept of distance, no continuity. Those require additional structure. The field axioms capture only the bare algebraic scaffolding — and a remarkable amount of mathematics can be built on that scaffolding alone.