nLab rig

Contents

Contents

Idea

In algebra, by a rig one means a mathematical structure much like a ring but without the assumption that every element has an additive inverse, hence without the assumption of negatives (whence the omission of “n” from “ring” [Schanuel 1991 p. 379, Lawvere 1992 p. 2])

Remark

(Terminology: Rigs and semirings) Rigs are commonly also called semirings, but the term ‘semiring’ is overloaded in the mathematics literature, with different authors each defining a semiring to be different algebraic structures from each other. See semiring for a discussion about the various definitions of semirings; only one of the proposed definitions is the same as the one of rigs as considered here.

Definition

A rig is a set RR with binary operations of addition and multiplication, such that

  • RR is a monoid under multiplication;
  • RR is a commutative monoid under addition;
  • multiplication distributes over addition, i.e. the distributivity laws hold:
    x(y+z)=(xy)+(xz)x\cdot (y+z) = (x\cdot y) + (x\cdot z)
    (y+z)x=(yx)+(zx)(y+z)\cdot x = (y\cdot x) + (z\cdot x)

In a ring, absorption follows from distributivity, since 0x+0x=(0+0)x=0x0\cdot x + 0\cdot x = (0+0)\cdot x = 0\cdot x and we can cancel one copy to obtain 0x=00\cdot x = 0. In a rig, however, we have to assert absorption separately.

More sophisticatedly, we can say that, just as a ring is a monoid object in abelian groups, so a rig is a monoid object in commutative monoids, where abelian groups and commitative monoids have suitable monoidal structures (they are not the cartesian ones).

Equivalently, a rig is the hom-set of a category with a single object that is enriched in the category of commutative monoids.

Rigs and rig homomorphisms form the category Rig.

Further weakening

As with rings, one sometimes considers non-associative or non-unital versions (where multiplication may not be associative or may have no identity). It is rarer to remove requirements from addition as we have done here. But notice that while RR can be proved (from the other axioms) to be an abelian group under addition (and therefore a ring) as long as it is a group, this argument does not go through if it is only a monoid. If we assert only distributivity on one side, however, then we can have a noncommutative addition; see near-ring.

Properties

Many rigs are either rings or distributive lattices. Indeed, a ring is precisely a rig that forms a group under addition, while a distributive lattice is precisely a commutative, simple rig in which both operations are idempotent (see (Golan 2003, Proposition 2.25)). Note that a Boolean algebra is a rig in both ways: as a lattice and as a Boolean ring.

Any rig can be “completed” to a ring by adding negatives, in generalization of how the natural numbers are completed to the integers. When applied to the set of isomorphism classes of objects in a rig category, the result is part of algebraic K-theory.

More formally, the ring completion of a rig RR is obtained by applying the group completion functor to the underlying additive monoid of RR, and extending the rig multiplication to a ring multiplication by exploiting distributivity; this gives the left adjoint F:RigRingF: Rig \to Ring to the forgetful functor U:RingRigU: Ring \to Rig. Note however that the unit of the adjunction RUF(R)R \to U F(R) is not monic if the additive monoid of RR is not cancellative?, despite an informal convention that “completion” should usually mean a monad where the unit is monic.

Matrices of rigs can be used to formulate versions of matrix mechanics.

Every rig with positive characteristic is a ring.

Examples

Some rigs which are neither rings nor distributive lattices include:

  • The natural numbers.

  • The nonnegative rational numbers and the nonnegative real numbers.

  • Polynomials with coefficients in any rig.

  • The set of isomorphism classes of objects in any distributive category, or more generally in any rig category.

  • The tropical rig, which is {}\mathbb{R}\cup \{\infty\} with addition xy=min(x,y)x\oplus y = min(x,y) and multiplication xy=x+yx\otimes y = x+y.

    Tropical rigs are among the important class of idempotent semirings.

  • The ideals of a commutative ring form a rig under ideal addition and multiplication, where the unit and zero ideals are the unit and zero elements of the rig, respectively. They also form a distributive lattice and therefore a rig in another way; note that the addition operation is the same in both rigs but the multiplication operation is different (being intersection in the lattice).

References

The terminology “rig” is due to:

as recalled in:

“We were amused when we finally revealed to each other that we had each independently come up with the term ‘rig’.”

Discussion under the name semirings:

  • Jonathan S. Golan, Semirings and their applications. Updated and expanded version of The theory of semirings, with applications to mathematics and theoretical computer science, Longman Sci. Tech., Harlow, 1992, MR1163371. Kluwer Academic Publishers, Dordrecht, 1999. xii+381 pp.

  • Jonathan S. Golan, Semirings and affine equations over them: theory and applications (Vol. 556). Springer Science & Business Media, 2003.

  • M. Marcolli, R. Thomgren, Thermodynamical semirings, arXiv/1108.2874

  • wikipedia semiring

  • J. Jun, S. Ray, J. Tolliver, Lattices, spectral spaces, and closure operations on idempotent semirings, arxiv/2001.00808

Last revised on February 1, 2024 at 14:47:33. See the history of this page for a list of all contributions to it.