Introduction
A ring is a nonemtpy Set R together with two Binary operations:
- Addition. +:R×R→R. (a,b)↦a+b
- Multiplication. ⋅:R×R→R. (a,b)↦a⋅b
and an element 0∈R, such that
- (R,+) is a commutative group with neutral element 0 (like the Integers with addition, for e.g.). We use the same notation as for standard Addition.
- ⋅ is associative. (a⋅b)⋅c=a⋅(b⋅c)
- Distributive law (compatibility): a⋅(b+c)=a⋅b+a⋅c and (b+c)⋅=b⋅a+c⋅a
(R,+) is called the Additive group of R. 0 is also called the zero element of R. For notation, we can also omit ⋅, and it is implied.
Example: (Z,+,⋅) (the Integers).
We can define Subring
Commutative ring
A Unit element is the Neutral element of multiplication, which is unique. A ring which contains a unit element is called a Unital ring or ring with 1.
Example: real 2x2 matrices.
Another example. Modular arithmetic
Remarks:
- a0=0=0a
- (−a)b=a(−b)=−(ab)
- (−a)(−b)=ab
- If R is a ring with 1, (−1)a=a(−1)=−a
Integral domain
Ring unit
can define the exponential (Exponential)
intro from Cryptography lectures.
multiplicative inverse