rings
Rings
You should know: group mathematics
Overview
A ring is a set equipped with two operations, addition and multiplication, that generalizes the arithmetic of integers: addition makes the set an abelian group, multiplication is associative, and multiplication distributes over addition. Rings capture the essential structure shared by ℤ, polynomial systems, and matrix algebras, without requiring multiplicative inverses.
Intuition
The integers can be added, subtracted, and multiplied freely, but you can't always divide (3/2 isn't an integer). A ring axiomatizes exactly this: 'addition works like a group, multiplication is compatible with it via distributivity,' but multiplicative inverses are not guaranteed. Polynomials behave the same way — you can add, subtract, and multiply polynomials, but dividing one polynomial by another doesn't generally give a polynomial.
Formal Definition
A ring (R, +, ×) is a set R with two binary operations such that:
Notation
| Notation | Meaning |
|---|---|
| A ring with addition and multiplication | |
| Additive and multiplicative identities | |
| The group of units (invertible elements) of R | |
| The characteristic — smallest n with n·1 = 0, or 0 if none |
Properties
Commutative ring
Example: (ℤ, +, ×) is commutative; n×n matrices under standard operations are not.
Zero times anything is zero
Zero divisors
Example: In ℤ₆, 2×3=0, so 2 and 3 are zero divisors.
Integral domain
Example: ℤ is an integral domain; ℤ₆ is not.
Applications
Worked Examples
(ℤ₄, +) is an abelian group (cyclic group of order 4).
Multiplication mod 4 is associative and commutative, and distributes over addition mod 4.
Check for zero divisors: 2 × 2 = 4 ≡ 0 (mod 4), with 2 ≠ 0.
Answer: ℤ₄ is a commutative ring with unity, but not an integral domain since 2 is a zero divisor.
Practice Problems
Is ℤ₅ an integral domain? Justify using zero divisors.
The integers mod 12 (clock arithmetic) form the ring ℤ₁₂. Find a pair of nonzero elements whose product is 0, showing ℤ₁₂ has zero divisors.
Common Mistakes
Assuming every ring has multiplicative inverses like a field.
Rings only require multiplication to be associative and distribute over addition — inverses for multiplication are not guaranteed; when every nonzero element has one, the ring is a field.
Thinking zero divisors only occur in 'unusual' rings.
Zero divisors are common in ℤₙ when n is composite, and in matrix rings, where nonzero matrices can multiply to the zero matrix.
Quiz
Summary
- A ring (R,+,×) has an abelian additive group structure plus an associative, distributive multiplication.
- Rings need not be commutative and need not have multiplicative inverses.
- A nonzero element a is a zero divisor if ab = 0 for some nonzero b; integral domains have none.
- ℤₙ is an integral domain (and a field) precisely when n is prime.
- Rings generalize integer arithmetic to polynomials, matrices, and modular systems alike.
References
- BookDummit, D. & Foote, R. Abstract Algebra, 3rd ed., Ch. 7.
Mathematics