Rings
Definition: Ring
A ring is an algebraic structure whose domain is equipped with an addition and a multiplication operations which satisfy the following properties.
- is an abelian group under addition, i.e.:
for all
for all ;
There exists an additive identity such that for all ;
For each there exists such that .
- is a monoid under multiplication, i.e.:
- for all ;
- There exists a multplicative identity such that for all .
- Multiplication is distributive with respect to addition, i.e.
for all
for all
NOTE
The additive identity is often called “zero” and the multiplicative identity is often called “one”.
NOTATION
When it is clear from context which ring we are talking about, we can write simply and for the additive and multiplicative identities, respectively.
Multiplication is often denoted as or instead of .
Multiplying an element by itself times is denoted as
We also define for every .
Properties
Theorem: Uniqueness of the Additive Identity
The additive identity of a ring is unique.
PROOF
Suppose there were two additive identities and .
Since is an additive identity, we have
Similarly, since is an additive identity, we have
The commutativity of addition tells us that
and so .
Theorem: Uniqueness of the Multiplicative Identity
The multiplicative identity of a ring is unique.
PROOF
Suppose there were two multiplicative identities and .
Since is a multiplicative identity, we have
Similarly, since is a multiplicative identity, we have
From these two equations we conclude that .
Theorem: Uniqueness of Additive Inverses
The additive inverse of each element in a ring is unique.
PROOF
Let be a ring element and suppose it has two additive inverses and .
Since is an additive inverse, we have
Since is an additive inverse, we have
From the two equations we get
Let’s add to both sides.
Using associativity on the left side and commutativity on the right side we get
We again apply associativity, this time to the right side.
By the property of the additive identity we get
Theorem: Multiplication with the Additive Identity
Multiplying any element of a ring by its additive identity results in the additive identity.
PROOF
The property of the additive identity tells us that and so
The distributivity of multiplication gives us
By the existence of additive inverses we obtain
Associativity entails
Combining and we get
The property of the additive identity also tells us that
Therefore,
The proof for is analogous.
Theorem: Multiplication with the Additive Inverse of the Multiplicative Identity
Multiplying any element of a ring by the additive inverse of the multiplicative identity results in the additive inverse of .
PROOF
TODO