Definition of fields
A field is an algebraic structure consisting of a set equipped with two operations (addition and multiplication) that satisfy a specific list of axioms. Fields give you a system where you can add, subtract, multiply, and divide (except by zero) and have everything behave the way you'd expect from working with rational or real numbers.
Why care about fields? They're the structure that makes equation-solving work. Whenever you manipulate an equation by "dividing both sides by " or "subtracting 3 from both sides," you're relying on field axioms whether you realize it or not.
Axioms of fields
A set with operations and is a field if and only if all of the following hold for every :
- Closure: and
- Commutativity: and
- Associativity: and
- Distributivity:
- Additive identity: There exists an element such that
- Multiplicative identity: There exists an element (with ) such that
- Additive inverses: For every , there exists with
- Multiplicative inverses: For every , there exists with
The requirement that means the trivial set doesn't count as a field. Every field has at least two elements.
Examples of fields
- Rational numbers : The most basic infinite field. Every fraction (with ) has an inverse, and all axioms hold under standard arithmetic.
- Real numbers : Extends by including irrationals like and . This is the field underlying calculus.
- Complex numbers : Extends by including , which guarantees every polynomial equation has a root.
- Finite fields (Galois fields): The smallest example is with arithmetic mod 2. These are heavily used in cryptography and coding theory.
Non-examples of fields
Understanding why something fails to be a field is just as useful as knowing the examples.
- Integers : The number 2 has no multiplicative inverse in (there's no integer with ). So is a ring, not a field.
- Matrices under standard operations: Matrix multiplication is not commutative ( in general), violating the commutativity axiom. Also, not every nonzero matrix is invertible.
- Polynomials with real coefficients: The polynomial has no multiplicative inverse that's also a polynomial. (The inverse would be , which isn't a polynomial.)
- Quaternions : These satisfy every field axiom except commutativity of multiplication. Quaternions form what's called a division ring (or skew field).
Properties of fields
The axioms above interact to produce several useful consequences. You don't need to memorize these as separate axioms; they all follow from the ones listed above.
Commutativity in fields
Both operations commute: and for all elements. This is what separates fields from division rings.
Commutativity gives you the cancellation law: if and , you can conclude . The proof is straightforward: multiply both sides by .
Associativity in fields
Associativity of both addition and multiplication means you can write expressions like or without ambiguity. Parentheses don't matter for chains of the same operation.
This property is what lets you define powers like without worrying about grouping.
Distributivity in fields
The distributive law is the bridge between addition and multiplication. Right distributivity also holds, and in a commutative setting it follows directly from left distributivity plus commutativity.
Distributivity is what makes factoring and expanding expressions possible. It's also the key to proving that for any field element .
Identity elements
- The additive identity satisfies for all .
- The multiplicative identity satisfies for all .
Both identities are unique. If you suppose there were two additive identities and , then , so they must be the same element. The same argument works for .
Field operations
Addition in fields
Addition in a field is closed, commutative, and associative. Every element has an additive inverse satisfying . Subtraction is then defined as .
Multiplication in fields
Multiplication is closed, commutative, and associative, and distributes over addition. The multiplicative identity is the neutral element. Multiplication by always yields .
A critical property of fields: there are no zero divisors. If , then either or . This follows from the existence of multiplicative inverses.
Inverse elements
- Additive inverse: Every element has a unique inverse with .
- Multiplicative inverse: Every nonzero element has a unique inverse with .
Division is defined using multiplicative inverses: for . This is why division by zero is undefined: has no multiplicative inverse.
To see why inverses are unique, suppose has two multiplicative inverses and . Then .
Subfields and extensions

Subfield definition
A subfield of a field is a subset that is itself a field under the same operations. To verify that is a subfield, check that:
- is closed under addition, subtraction, and multiplication
- is closed under taking multiplicative inverses (for nonzero elements)
- contains and
Every field has a prime subfield, which is the smallest subfield it contains. For fields of characteristic 0, the prime subfield is (isomorphic to) . For fields of characteristic , it's .
Field extensions
A field extension is a pair where is a field containing as a subfield. You can think of as a "bigger" field built on top of .
The degree of the extension, written , is the dimension of when viewed as a vector space over . For example, because every complex number can be written as using two real-number coordinates.
A simple extension is one generated by adding a single element to the base field. For instance, is a simple extension of with degree 2.
Algebraic vs transcendental extensions
- An element is algebraic over if it satisfies some polynomial equation with coefficients in . For example, is algebraic over because it satisfies .
- An element is transcendental over if no such polynomial exists. Both and are transcendental over .
An extension is called algebraic if every element of is algebraic over , and transcendental otherwise. Algebraic extensions can have finite or infinite degree, but simple algebraic extensions always have finite degree. Transcendental extensions always have infinite degree.
Characteristic of fields
The characteristic of a field is the smallest positive integer such that adding to itself times gives . If no such integer exists, the characteristic is 0.
Zero vs prime characteristic
- Characteristic 0: Adding never reaches . Fields like , , and all have characteristic 0. These fields contain a copy of as their prime subfield.
- Characteristic (where is prime): . The characteristic of a field is always either 0 or a prime number. (If it were composite, say , then the field would have zero divisors, which is impossible.) These fields contain a copy of as their prime subfield.
Finite vs infinite fields
- Finite fields always have prime characteristic. A finite field has exactly elements, where is its characteristic and is a positive integer. For each prime power , there is exactly one finite field (up to isomorphism), denoted or .
- Infinite fields can have characteristic 0 (like , , ) or prime characteristic (like the field of rational functions ).
Field isomorphisms
Definition of isomorphism
A field isomorphism is a bijection between two fields that preserves both operations:
These two conditions automatically guarantee that and . (You don't need to state those separately.) If such a function exists, the fields and are isomorphic, written , meaning they have identical algebraic structure even if their elements look different.
Properties of isomorphisms
- Isomorphic fields share all algebraic properties: same characteristic, same cardinality, same number of solutions to any polynomial equation.
- The composition of two isomorphisms is an isomorphism.
- The inverse of an isomorphism is also an isomorphism.
- The identity map is always an isomorphism from a field to itself.
Examples of isomorphic fields
- is isomorphic to the field of ordered pairs with the operations and . This is just a formal way of writing .
- Any two finite fields of the same order are isomorphic. For instance, any field with 4 elements is isomorphic to .
- The algebraic closure of (the set of all algebraic numbers) is isomorphic to the field of algebraic numbers sitting inside .
Applications of fields
Fields in algebra
Fields provide the setting for solving polynomial equations and studying their roots. Linear algebra is built on fields: a vector space is defined over a field, and the scalars come from that field. Galois theory uses field extensions to determine which polynomial equations can be solved by radicals, famously showing that the general quintic cannot.
Fields in number theory
Algebraic number theory studies number fields, which are finite extensions of . These are used to analyze Diophantine equations and properties of prime numbers in extended number systems. Finite fields are essential in modern cryptography: protocols like RSA and elliptic curve cryptography rely on arithmetic in and its extensions.

Fields in geometry
Analytic geometry assigns coordinates from a field to geometric points. The choice of field matters: working over gives classical geometry, while working over finite fields gives finite geometries used in combinatorics. Algebraic geometry studies solution sets of polynomial equations over various fields, connecting algebra and geometry in deep ways.
Special types of fields
Ordered fields
An ordered field is a field with a total order that's compatible with the field operations: if , then , and if and , then .
and are ordered fields. is not an ordered field. (There's no way to define on that's compatible with both operations, since you'd need or , and both lead to contradictions.)
Complete fields
A field is complete if every Cauchy sequence in it converges to an element of the field. is the unique complete ordered field (up to isomorphism). is not complete: the sequence converges to , which isn't in .
Completeness is what makes calculus work. Without it, you can't guarantee that limits, derivatives, and integrals exist.
Algebraically closed fields
A field is algebraically closed if every non-constant polynomial with coefficients in the field has at least one root in the field. is algebraically closed (this is the Fundamental Theorem of Algebra). is not: has no real solution.
Every field has an algebraic closure, which is the smallest algebraically closed field containing it. The algebraic closure of is the field of algebraic numbers , which is a proper subset of .
Field theory
Fundamental theorem of algebra
Every non-constant polynomial with coefficients in has at least one root in . As a consequence, every polynomial of degree over factors completely into linear factors (counting multiplicity).
Despite its name, most proofs of this theorem use analysis or topology rather than pure algebra. Common proof strategies include arguments from complex analysis (Liouville's theorem), topology (winding numbers), or a mix of algebra and analysis.
Galois theory basics
Galois theory connects field extensions to group theory. Given a polynomial over a field , you build its splitting field (the smallest extension where factors completely). The Galois group consists of all field automorphisms of that fix every element of .
The Fundamental Theorem of Galois Theory establishes a correspondence between intermediate fields (fields between and ) and subgroups of the Galois group. This correspondence is what lets you translate questions about polynomial solvability into questions about group structure. The classical result: a polynomial is solvable by radicals if and only if its Galois group is a solvable group.
Field automorphisms
A field automorphism is an isomorphism from a field to itself. The set of all automorphisms of a field forms a group under composition.
Key examples:
- Complex conjugation () is an automorphism of that fixes .
- The Frobenius automorphism is an automorphism of any finite field of characteristic . It generates the Galois group of finite field extensions.
- has only the identity automorphism. (Every automorphism must fix and , and from there it must fix every rational number.)
Computational aspects
Field arithmetic
How you actually compute in a field depends on which field you're working in. In , you do fraction arithmetic. In finite fields , you do modular arithmetic (all operations mod ). In extension fields like , you work with polynomials modulo an irreducible polynomial of degree .
Algorithms for field operations
- Fast multiplication: Karatsuba's algorithm multiplies large numbers faster than the grade-school method ( vs for -digit numbers). For very large inputs, FFT-based methods are even faster.
- Modular exponentiation: The square-and-multiply algorithm computes in multiplications, which is essential for cryptographic applications.
- Polynomial factorization over finite fields: Berlekamp's algorithm and the Cantor-Zassenhaus algorithm factor polynomials over efficiently, which matters for constructing and working with finite field extensions.
Complexity considerations
Field operations have different computational costs depending on the representation. Addition and subtraction in are cheap (linear in the number of digits of ), while multiplication is more expensive, and computing inverses (via the extended Euclidean algorithm) costs more still. For large-scale applications like cryptography, choosing efficient representations and algorithms for field arithmetic directly impacts performance.