Idea

A ring is a algebraic generalization of the integers.

Definition

A ring is an algebraic structure consisting of a set equipped with two binary operations, addition and multiplication. Their signature is:

A ring must satisfy the following properties:

  • forms an Abelian group.
  • forms a monoid (possessing an identity element and satisfying associativity).
  • Multiplication distributes over addition: and for all .

Variants

  • Rngs: Some definitions exclude the requirement for a multiplicative identity, in which case may be viewed as a Group or associativity.
  • Commutative Ring: A ring in which the multiplication operation is commutative, such that for all .

Examples

  • All fields are rings where every non-zero element has a multiplicative inverse. Examples include:
  • The set of integers forms a prototypical commutative ring under standard addition and multiplication.
  • The collection of Polynomials of a Commutative Ring forms a ring structure, typically denoted .
  • The set of Matrices over a Ring of size itself forms a ring. These are non-commutative whenever .

Function Rings

The Ring of Functions from a Set to a Ring is a ring where operations are defined pointwise.

Properties

  • Every commutative ring has a unique multiplicative identity (if it is a unital ring)
  • The ideals of a commutative ring form a lattice under inclusion
  • Prime and maximal ideals play a central role in commutative algebra
  • Commutative rings admit localizations

Examples

  • The integers with standard addition and multiplication
  • Polynomial rings over a commutative ring
  • Fields are commutative rings where every non-zero element has a multiplicative inverse
  • The ring of integers modulo
  • Ring: The more general structure
  • Field: A commutative ring where every non-zero element is invertible
  • Module: Generalizes vector spaces over commutative rings
  • Ideal: Substructures of rings
  • Polynomial Ring: Constructed from commutative rings