Abstract Algebra/Rings
Contents |
[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 
- (R, + ) is an abelian group:
(R is closed under + )
( + is associative)
(R contains an additive identity)
(R contains additive inverses)
( + is commutative)
is a semigroup:
(R is closed under
)
(
is associative)
is distributive over + :
We'll often use juxtaposition in place of
, i.e.,
for
.
[edit] Examples
- The set
of integers under standard addition and multiplication. - The set
of even integers under standard addition and multiplication. - The sets
,
, and
are also rings under standard addition and multiplication. - The set
of 2x2 square matrices with real coefficients under standard addition and multiplication. - The set
of functions on
with pointwise addition and multiplication. - More generally, if R is a ring, the set Maps(R,R) is also a ring.
- The set Maps(R,R) with function composition for multiplication is not a ring since the statement
is not true in general. - The set of integrable functions on the real numbers, L1, is a ring under pointwise addition and multiplication given by convolution:
-
-
- This ring is important to the study of linear systems and differential equations.
-
- The set {0} with the only possible binary operations is called the trivial ring or the zero ring. As we will see, all singleton sets are isomorphic to {0} when given operations. A ring which contains more than one element is called a non-zero ring.
- The set of Gaussian integers
with standard addition and multiplication. - Let R be a ring, and let R[X] denote all the polynomials anXn + an − 1Xn − 1 + ... + a1X + a0 with coefficients in R. Then R[x] is a ring under standard addition and multiplication. If
and
, then
where
. Polynomial multiplication is also called discrete convolution.
Theorem: Let R be a ring, and let
. Then the following are true:
- If a + b = a + c, then b = c.
- The equation a + x = b has a unique solution.
- − ( − a) = a
- 0a = 0
- ( − a)b = − (ab)
- ( − a)( − b) = ab
Proof: (1), (2), and (3) all strictly concern addition, and are all previous results from (R, + ) being a group. The other three parts all concern both addition and multiplication (since 0 and - are additive concepts), so as a proof strategy we expect to use the distributive law in some way to link the two operations. For (4), observe that 0a + 0a = (0 + 0)a = 0a. But then by (1), a=0. For (5), Note that (-a)b + ab = (-a + a)b = 0b = 0. For (6) note that (-a)(-b) + -(ab) = (-a)(-b) + (-a)b = -a(-b + b) = -a0 = 0.
[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 unity and is denoted 1. Rings that contain a multiplicative identity are called rings with unity.
[edit] Examples
is a commutative ring with 1.
is a non-commutative ring with
.
is a commutative ring without 1.- As a more complicated example, L1 with convolution is also a commutative ring without 1.
Exercise: Prove that in any ring with 1, the multiplicative identity is unique.
Exercise: As noted earlier, there is a single trivial or zero ring. Show that a ring with unity R is the trivial ring if and only if 1 = 0.
Definition: Let R be a ring with 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
.
Exercise: Prove that
is a group under multiplication.
Definition: An non-zero element
is a zero-divisor when there exists a nonzero
such that rs = 0.
Exercise: Show that a zero-divisor is not a unit.
Definition: A commutative ring R with a
and no zero-divisors is called an integral domain.
Integral domains are modeled after
, which is where they get their name. They are often very nice rings to work in due to the following theorem:
Theorem (Cancellation Law for Integral Domains): Let R be an integral domain, and let
be nonzero. Then ab = ac if and only if b = c.
Proof: Evidently ab = ac if b = c. To see the other direction, we rearrange the equality as ab − ac = 0. But then a(b − c) = 0. Since a is nonzero, and R contains no zero divisors, it must be the case that b − c = 0, which is to say that b = c.
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. Alternatively, a field F is a ring where
is an abelian group. As another alternative, a field is an integral domain where all non-zero elements are invertible.
As stated before, integral domains are easy to work with because they are so close to being fields. In fact, the next theorem shows just how close the two are:
Theorem: Let R be a finite integral domain. Then R is a field.
Proof: Let
be nonzero and let
. Clearly S is a subset of R. From the cancellation law, we can see that | S | = | R | (since if two elements ab and ac are equal, then b = c). But then S = R. So then there must be some b such that ab = 1. So a is a unit.
Of course proving that a set with two operations satisfy all of the ring axioms 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 also a ring (under the same two operations as for R). We denote "S is a subring of R" by
.
Theorem: Let S be a subset of a ring R. Then
iff:
- S is nonempty
- S is closed under +
, 
- S is closed under

Examples:
.- The trivial ring
is a subring of every ring. - The set of Gaussian integers
is a subring of the complex numbers
. - Let R be a ring, and consider the set of polynomials, R[x]. Then the set of constant polynomials
is a subring of R[x]. Note that the elements of R and the constant polynomials in R[x] are not the same objects. However, we can see how we might regard R as a subring of R[x] anyway. We will make this idea more precise when we study homomorphisms in the next section.
(
(
(
(
(
is a semigroup:
(
(

of even integers under standard addition and multiplication.
,
, and
are also rings under standard addition and multiplication.
of 2x2 square matrices with real coefficients under standard addition and multiplication.
of functions on
is not true in general.
with standard addition and multiplication.
and
, then
where
. Polynomial multiplication is also called discrete convolution.
is a non-commutative ring with
.
, 
.
is a subring of every ring.
is a subring of the complex numbers
is a subring of