Ring

🅟 Mar 18, 2026

  🅤 Apr 05, 2026

DEF-RING. Ring.

A ring is a structure $(R,+,\cdot)$ where

  1. $(R,+)$ is an abelian group;
  2. $(R,\cdot)$ is a monoid;
  3. $\cdot$ is distributive over $+$.
  • The neutral element of $(R,+)$, called the additive neutral element, is typically denoted by $0$.

  • The neutral element of $(R,\cdot)$, called the multiplicative neutral element, is typically denoted by $1$.

DEF-RING-ABEL. Abelian Ring.

A ring $(R,+,\cdot)$ is abelian if $(R,\cdot)$ is abelian.

DEF-RING-TRI. Trivial Ring.

The only ring where $0=1$ is $\{0\}$, the trivial / zero ring.

DEF-RING-Z.

If $R$ is a non-trivial ring, we usuallly write

\[R^* = R\setminus\{0\}.\]

DEF-RING-U.

A unit of a ring is a multiplicatively invertible element.

DEF-RING-EXP. Exponentiation.

Let $R$ be a ring, $a\in R$ and $n\in\N$. We define $a^n$ recursively:

  1. \[a^0 = 1.\]
  2. \[a^{n+1} = a^n\cdot a.\]

For $n\in\N^+$, we have

\[a^n = \underbrace{a\cdot\cdots\cdot a}_{\text{$n$ times}}.\]

PROP-RING-M.

Let $(R,+,\cdot,0,1)$ be a ring. For any $a\in R$,

\[a\cdot 0 = 0\cdot a = 0.\]

Proof.For any $a\in R$,

\[a\cdot 0 = a\cdot(1-1) = a\cdot 1-a\cdot 1 = 0\]

and

\[0\cdot a = (1-1)\cdot a = 1\cdot a-1\cdot a = 0.\]

PROP-RING-I.

In a non-zero ring, $0$ is not invertible.