AI ALIGNMENT FORUM
AF

Wikitags

Ring

Edited by So8res, et al. last updated 11th May 2016

A ring R is a triple (X,⊕,⊗) where X is a set and ⊕ and ⊗ are binary operations subject to the ring axioms. We write x⊕y for the application of ⊕ to x,y∈X, which must be defined, and similarly for ⊗. It is standard to abbreviate x⊗y as xy when ⊗ can be inferred from context. The ten ring axioms (which govern the behavior of ⊕ and ⊗) are as follows:

  1. X must be a commutative group under ⊕. That means:
    • X must be closed under ⊕.
    • ⊕ must be associative.
    • ⊕ must be commutative.
    • ⊕ must have an identity, which is usually named 0.
    • Every x∈X must have an inverse (−x)∈X such that x⊕(−x)=0.
  2. X must be a monoid under ⊗. That means:
    • X must be closed under ⊗.
    • ⊗ must be associative.
    • ⊗ must have an identity, which is usually named 1.
  3. ⊗ must distribute over ⊕. That means:
    • a⊗(x⊕y)=(a⊗x)⊕(a⊗y) for all a,x,y∈X.
    • (x⊕y)⊗a=(x⊗a)⊕(y⊗a) for all a,x,y∈X.

Though the axioms are many, the idea is simple: A ring is a commutative group equipped with an additional operation, under which the ring is a monoid, and the two operations play nice together (the monoid operation distributes over the group operation).

A ring is an algebraic structure. To see how it relates to other algebraic structures, refer to the tree of algebraic structures.

Examples

The integers Z form a ring under addition and multiplication.

[work in progress.]

Notation

Given a ring R=(X,⊕,⊗), we say "R forms a ring under ⊕ and ⊗." X is called the underlying set of R. ⊕ is called the "additive operation," 0 is called the "additive identity", −x is called the "additive inverse" of x. ⊗ is called the "multiplicative operation," 1 is called the "multiplicative identity", and a ring does not necessarily have multiplicative inverses.

Basic properties

[work in progress.]

Interpretations, Visualizations, and Applications

[work in progress.]
Parents:
Algebraic structure
Children:
Irreducible element (ring theory)
Unique factorisation domain
and 9 more
2
2
Discussion0
Discussion0