Ring
BasisPrerequisites
Numbers support two operations, not one. You add them and you multiply them, and multiplication distributes over addition: . A ring is the algebraic structure that captures exactly this two-operation arrangement, stripped of everything that is specific to numbers.
Two operations, one set
Everything you have seen so far — semigroups, monoids, groups — involves one binary operation on a set. A ring layers a second operation on top of the same set and imposes a rule connecting the two.
The two operations are called addition (written ) and multiplication (written or by juxtaposition). Their names are chosen by analogy with ordinary arithmetic, but the operations themselves can be anything satisfying the axioms below.
Definition
Definition. A ring is a triple where is a set and , are binary operations on satisfying:
- is an abelian group (with identity element , called the additive identity).
- is a monoid (with identity element , called the multiplicative identity).
- Multiplication distributes over addition: for all ,
Breaking this down:
- The addition operation forms an abelian group: you can add, subtract (using additive inverses, written ), and the order of addition never matters.
- The multiplication operation forms a monoid: you can multiply, there is a multiplicative identity , and multiplication is associative — but multiplication does not need to have inverses.
- Distributivity is the bridge between the two operations. Without it, addition and multiplication would be two independent, unrelated monoids on the same set.
Examples
Integers. is the prototypical ring. Addition forms an abelian group with identity and inverses . Multiplication is associative with identity . Distributivity holds by basic arithmetic.
Real numbers. is a ring. In fact it has more structure — every non-zero element has a multiplicative inverse — but it is a ring as a baseline.
Polynomials. Let denote the set of all polynomials in one variable with real coefficients. You can add two polynomials term by term and multiply them by the standard rule. The zero polynomial is the additive identity and the constant polynomial is the multiplicative identity. So is a ring.
Square matrices. Let be the set of all real matrices. Matrix addition is component-wise (abelian group), matrix multiplication is associative with the identity matrix as identity (monoid), and matrix multiplication distributes over addition. So is a ring.
Commutativity is not guaranteed
In all the examples above, integers and polynomials satisfy — multiplication is commutative. But the matrix ring does not: in general, .
A ring where holds for all elements is called a commutative ring. The integers and the polynomials are commutative rings. The matrix ring for is non-commutative.
The axioms for a ring only require that addition commutes, not multiplication. When working in a non-commutative ring, the two distributive laws (1) and (2) are both needed precisely because left-multiplying and right-multiplying can give different results.
What about division?
A ring does not require multiplicative inverses. In , the integer has no multiplicative inverse (since ). Division is not always possible in a ring.
This is intentional. Rings model settings where you can add, subtract, and multiply freely, but cannot always divide. Polynomials are a perfect illustration: you can add, subtract, and multiply polynomials freely, but dividing one polynomial by another may not yield a polynomial.
When you need division too, you restrict to the richer structure called a field.
Zero annihilates everything
One consequence of the axioms is that multiplying any element by the additive identity always gives :
This follows from distributivity: . Subtracting from both sides gives . This property is not an additional axiom — it is a theorem derived from the three axioms above.
Summary
- A ring is a set with two binary operations: addition (forming an abelian group) and multiplication (forming a monoid), connected by the distributive laws.
- Rings allow free addition, subtraction, and multiplication, but do not require division.
- A ring is commutative if for all elements; integers and polynomials are commutative, matrices are generally not.
- The multiplicative identity and additive identity are distinct provided the ring has more than one element.
- Multiplying any element by yields — a theorem, not an axiom.
- When every non-zero element also has a multiplicative inverse, the ring gains enough structure to support division and becomes a field.