Mathematics CodexAlgebra → Field

Field

A field is a set with two operations — addition and multiplication — where both non-zero elements under multiplication and all elements under addition form abelian groups, and multiplication distributes over addition. Fields are the number systems where all four arithmetic operations work: ℚ, ℝ, ℂ, and finite fields 𝔽ₚ are the canonical examples.

What is a field?

The rational numbers ℚ = {…, −1, 0, ½, 1, 2, …} let you add, subtract, multiply, and divide (by anything except zero). You can undo both addition and multiplication. This is special — the integers ℤ don't allow this (you can't divide 1 by 2 inside ℤ).

A field is the abstract structure where all four arithmetic operations are well-behaved: add, subtract, multiply, divide (by non-zero). The rational numbers ℚ, the real numbers ℝ, and the complex numbers ℂ are all fields. So are the integers modulo a prime p — for example, {0, 1, 2, 3, 4} with addition and multiplication mod 5.

Fields are important because:

The concept of a field was isolated and named ("Körper" — body) by Richard Dedekind in 1871, though Galois had worked with finite fields implicitly in 1830.

Relationships

Entry v1.0 · Added 2026-05-27 · Domain: Algebra · Type: Concept JSON Markdown Build status