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 semigroup or a Magma with associativity.
  • Commutative Ring: A ring in which the multiplication operation is commutative, such that for all .

Examples

Fields

All fields are rings where every non-zero element has a multiplicative inverse. Examples include:

Integers

The set of integers forms a prototypical commutative ring under standard addition and multiplication.

Polynomials

The collection of Polynomials of a Commutative Ring forms a ring structure, typically denoted .

Matrices

The set of Matrices over a Ring of size forms a ring. This is a primary example of a non-commutative ring when .

Function Rings

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