Basics of rings
A
The reason to study rings is to handle
1Definition of a ring
A triple consisting of a
First, is an
Next, is a monoid. Thus multiplication satisfies the
Furthermore, addition and multiplication are connected by the
These axioms hold for every choice of . Some conventions do not require ; in this material, unless stated otherwise, rings have a multiplicative identity. This definition includes the zero ring, in which . Structures that exclude the zero ring, such as fields and integral domains, explicitly require in their definitions.
2Why multiplicative inverses are not required
In the integer ring , the multiplicative inverse of 2 does not exist among the integers. If the
A ring does not require division. Instead, it preserves the structure in which addition and multiplication work together.
A commutative ring with in which every nonzero element has a multiplicative inverse is a
3Basic examples
| Addition | Multiplication | Feature | |
|---|---|---|---|
| Addition of integers | Multiplication of integers | Division is generally not closed | |
| Addition of residue classes | Multiplication of residue classes | For composite moduli, two nonzero classes can have product zero | |
| Addition of polynomials | Multiplication of polynomials | Polynomial ring with integer coefficients | |
| Addition of matrices | Matrix multiplication | Noncommutative when |
Because matrix multiplication is noncommutative, commutativity of multiplication is not always required in rings.
data/lecture/math/linear-algebra/meaning-of-matrix-multiplication.lecture.n.mdThe example for is included as a standard noncommutative ring. The detailed theory of matrices is not needed for the definition of rings in this chapter.
4What is preserved
In a
5Basic identities derived from the axioms
For every in a ring,
hold. These are not additional axioms; they follow from the distributive laws and additive inverses.
For example,
Adding to both sides in the additive group gives . Moreover,
so is the additive inverse of and hence . The proof of is analogous. Consequently,
also follows, since .
7Supplement: units and the difference from fields 体 たい
An element of a
In a
For example, the only units in are and . The element 2 is an element of , but there is no integer such that . Thus in rings, being able to multiply and being able to divide must be distinguished.
8Warning: noncommutative rings
The matrix ring is not commutative when : there exist matrices for which . Therefore, in ring calculations, the
9Summary
A