Mathematics CodexAlgebra → Ring

Ring

A ring is a set with two operations — addition and multiplication — where addition forms an abelian group, multiplication is associative, and multiplication distributes over addition. Rings generalise the integers, and include polynomials, matrices, and modular arithmetic as natural examples.

What is a ring?

The integers ℤ = {…, −2, −1, 0, 1, 2, …} have two natural operations: you can add them and you can multiply them. Addition makes the integers into a group (you can undo addition by subtracting). Multiplication is associative and distributes over addition — a × (b + c) = ab + ac. But you generally can't undo multiplication (6 ÷ 4 is not an integer).

A ring is the abstract pattern extracted from this: a set with addition and multiplication where addition is "nice" (forms an abelian group) and multiplication is associative and plays well with addition (distributive law).

Examples include:

Rings are everywhere in mathematics. Every number system you're likely to encounter is either a ring or built from rings. The study of rings is called ring theory, and it evolved in the 19th century from attempts to generalise number theory and understand factorisation.

Relationships

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