Abstract algebra/Rings
From Wikibooks, the open-content textbooks collection
[edit] Introduction to Rings
Rings are algebraic structures designed to model and abstract the structure of the integers (
), so that we can duplicate some of the processes in which integers are used, but in a more general setting. It will be helpful if you have familiarity with the concepts and theorems for groups, because we'll be using many of the same ideas and theorems.
Definition: A ring is a set R with two binary operations + and
that satisfies the following properties:
For all 
- The ring forms an abelian group under the addition operation.
(R is closed under + )
( + is associative)
(R contains an additive identitiy)
(R contains additive inverses)
( + is commutative)
(R is closed under
)
(
is associative)
and
(
is distributive over + )
If you're already familiar with the concepts of groups and semigroups, we can compress the conditions above to:
is an abelian group
is a semigroup
is distributive over + .
We'll often use juxtaposition in place of
, i.e.,
for
.
[edit] Types of Rings
Definition: Note that a ring does not necessarily have the property of commutative multiplication. When it does, the ring is called a commutative ring.
Definition: Also, a ring does not necessarily have a multiplicative identity. A nonzero element of a ring that is an identity under multiplication is sometimes called a unity and is denoted 1.
Definition: Let R be a ring with a 1. An element
is a unit and is invertible if there is an element
such that rr − 1 = 1. The set of all units is denoted by
and is a group under the multiplication operation.
Definition: An element
is a zero-divisor when there exists a nonzero
such that rs = 0.
Observe that a zero-divisor may not be a unit.
Definition: A ring R with a
is an integral domain when it is a commutative ring without non-zero zero divisors.
Definition: A ring R with a
is a division ring or skew field if all non-zero elements are units i. e. under multiplication, it forms a group with its nonzero elements.
Definition: A field is a commutative division ring.
Theorem: If a ring has a unity, that unity is unique.
Proof: Let R be a ring with unity u. Now suppose x is another unity in R. Then
, and
.
Of course proving that a set with two operations satisfy all of the above conditions can be tedious. So, just as we did for groups, we note that if we're considering a subset of something that's already a ring, then our job is easier.
Definition: A subring S of a ring R is a subset of R that is a ring (under the same two operations as for R).
Theorem: If S is a subset of a ring R, then S is a subring of R if:
- S is nonempty
- S is closed under -
- S is closed under

Examples:
- The set
of integers under addition and multiplication is a commutative ring with unity 1. - The set
of even integers under addition and multiplication is a commutative ring without unity. - The set M2 of square matrices composed of integers is a noncommutative ring with unity In.
- The trivial subring
is a subring of every ring. - The set of Gaussian integers
is a subring of the complex numbers C. - Let R be a ring. Then let R[X] denote all the polynomials a0Xn + a1Xn − 1 + ... + an − 1X + an with coefficients in R. This polynomial is formally a sequence (a0,a1,a2,...an) of elements in R with X as a placeholder. The product of two polynomials can be defined to be the polynomial where the coefficient of Xa is the convolution (a0bn + a1bn − 1 + ... + anb0). This ring is called the polynomial ring of the ring R.

