Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.2: Rings

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives

In this section, we'll seek to answer the questions:

  • What are rings and integral domains, and how do they relate to fields?
  • What are subrings, and how can we tell if a given subset of a ring is a subring?
  • What special types of elements do rings have?

In the previous section, we observed that many familiar number systems are fields but that some are not. As we will see, these non-fields are often more structurally interesting, at least from the perspective of factorization; thus, in this section, we explore them in more detail. Before we proceed with that endeavor we will give a formal definition of polynomial so that we can include it in our work.

Definition: Polynomial

Let A be a set with a well-defined addition operation + and additive identity 0, and x a variable. We define a polynomial in x with coefficients in A to be an expression of the form

p=a0+a1x+a2x2++anxn,

where an0. We call nN0 the degree of the polynomial p, denoted deg(p)=n, and a0,a1,,an the coefficients of the polynomial. The coefficient an is known as the leading coefficient of p, and anxn is the leading term of p. By

A[x]:={a0+a1x+a2x++anxn:nN0, aiA}

we denote the set of all polynomials with coefficients in A. The additive identity of A[x] is 0, called the zero polynomial, and is the polynomial whose coefficients are all 0. The degree of the zero polynomial is .

Exploration 2.2.1

Give some examples of polynomials in A[x] for various choices of number systems A. Identify their coefficients, leading terms, and degrees.

Exploration 2.2.2

In the following table, fill in a Y if the set has the property; fill in a N if it does not.

Table 2.2.1 : A list of properties and sets.
N Z 2Z Q Q[x] Z8 Z2 R C M2(R)
Closure under +
Closure under
+ is associative
is associative
+ is commutative
is commutative
distributes over +
There is an additive identity
All elements have additive inverses
There is an multiplicative identity
All nonzero elements have mult. inverses
Exploration 2.2.3

Which of the field axioms in Definition: Field hold for F[x], where F is a field, and which fail to hold in general?

As a result of the answer to Exploration 2.2.3 and the completed Table 2.2.1 , we make the following definition.

Definition: Ring

A ring R is a nonempty set, together with binary operations + and , denoted (R,+,), and satisfying the following axioms.

  1. Given any a,b,cR, (a+b)+c=a+(b+c). (Associativity of addition)
  2. Given any a,bR, a+b=b+a. (Commutativity of addition)
  3. There exists an element 0RR such that for all aR, a+0R=0R+a=a. (Additive identity)
  4. Given any aR there exists a bR such that a+b=b+a=0R. (Additive inverses)
  5. Given any a,b,cR, (ab)c=a(bc). (Associativity of multiplication)
  6. For all a,b,cR, a(b+c)=ab+ac. (Distributive property I)
  7. For all a,b,cR, (a+b)c=ac+bc. (Distributive property II)

As with fields, when the ring R is clear from context, we will often write 0 in place of 0R.

Investigation 2.2.1

Compare and contrast Definitions: Field and Definition: Ring. What are the similarities? What are the differences?

While rings do not enjoy all the properties of fields, they are incredibly useful even in applied mathematics (see, e.g., Reference [1] for one recent example).

Definition: Commutative

A ring R is said to be commutative if, for all a,bR, ab=ba. Additionally, R is said to have a unity or multiplicative identity if there is an element 1RR such that for all aR, a1R=1Ra=a.

If R is noncommutative, it may have a left (respectively, right) identity, i.e., an element eR such that for all rR, er=r (respectively, re=r). If R has an element e for which er=re=r for all rR, e is often called a two-sided identity. In short, noncommutative rings may have left, right, or two-sided identities (or none at all).

Exploration 2.2.4

Consider the sets given in Table 2.2.1 . Which are rings? Which are commutative rings with identity?

Exploration 2.2.5

Which properties of fields in Theorem 2.1.1 hold for (commutative) rings?

Investigation 2.2.2

Are all rings fields? Are all fields rings? Justify.

Investigation 2.2.3

Most familiar rings are commutative, though not all. Most familiar (commutative) rings have identities, but not all. Find:

  1. A ring that does not have an identity 1 .
  2. A noncommutative ring that does have an (two-sided) identity.

Solution

1

Sometimes called a rng. \ddot\mathbb{S}mile

In the 1920s, Emmy Noether was the first to explicitly describe the ring axioms as we know them today, and her definition of a (not-necessarily-commutative) ring has led to a great deal of interesting work in algebra, number theory, and geometry, including the (see Section 3.3 for more on the historical development of the proof of Fermat's Last Theorem). Most modern definitions of ring agree with our Definition: Ring and allow for rings with noncommutative multiplication and no multiplicative identity.

The following theorem states that the set of polynomials with coefficients in a ring R is itself a ring under the usual operations of polynomial addition of like terms, and multiplication via distribution. The proof is not tricky, but a rigorous justification (especially of, e.g., the associativity of polynomial multiplication) is tedious, and thus is omitted.

Theorem

If R is a (commutative) ring (with identity 1R), then R[x] is a (commutative) ring (with identity 1R[x]=1R).

One of the ways to better understand mathematical structures is to understand their similar substructures (e.g., given a vector space VRn and a subspace WV, we may write V=W+W).

Definition: Subring and Overring

Let (R,+,) be a ring and let SR. If S is itself a ring under + and , we say S is a subring of R. In this case, R is often called an overring of S.

The following theorem provides a easy-to-apply test to check if a given subset S of a ring R is in fact a subring of R.

Theorem 2.2.1

Let R be a ring and S a subset of R. Then S is a subring if and only if:

  1. S;
  2. S is closed under multiplication; and
  3. S is closed under subtraction.
Activity 2.2.1

Determine whether the following rings S are subrings of the given rings R.

  1. S=Z, R=Q
  2. S=Z5, R=Z7
  3. S is any ring, R=S[x]
  4. S=R, R=C

In our study of rings, we are primarily interested in special types of subrings known as ideals, to be studied in more depth in Chapter 4.

Definition: Unit

Let R be a ring and let uR be nonzero. If there is a vR such that uv=vu=1, we say u is unit of R. We denote the set of units of R by R×. We say x,yR are associates if there exists some uR× such that x=uy.

Exploration 2.2.6

Explicitly describe the set Z×. What are the associates of 7 in Z?

In other words, a unit in a ring is a nonzero element with a multiplicative inverse. The existence of units is the primary difference between fields and commutative rings with identity: in a field, all nonzero elements are units, while in a commutative ring with identity, no nonzero elements need be units, as Theorem 2.2.2 demonstrates.

Theorem 2.2.2

A commutative ring with identity R in which every nonzero element is a unit is a field.

A useful tool for analyzing the structure of rings with finitely many elements are addition and multiplication tables. As an example, consider the addition and multiplication tables for R=Z3 shown in Table 2.2.2 and Table 2.2.3 .

Table 2.2.2 Addition table for R=Z3.
+ ¯0 ¯1 ¯2
¯0 ¯0 ¯1 ¯2
¯1 ¯1 ¯2 ¯0
¯2 ¯2 ¯0 ¯1
Table 2.2.3 Multiplication table for R=Z3.
¯0 ¯1 ¯2
¯0 ¯0 ¯0 ¯0
¯1 ¯0 ¯1 ¯2
¯2 ¯0 ¯2 ¯1
Investigation 2.2.4

Calculate addition and multiplication tables for the following rings.

  1. R=Z5
  2. R=Z6

List 2-3 observations about your tables.

One of the interesting side effects of our definition of ring is that it allows for behavior that may at first appear unintuitive or downright weird.

Definition: Zero Divisor

A zero divisor in a ring R is a nonzero element zR such that there is a nonzero xR with zx=0 or xz=0.

Notice that the reason the idea of zero divisors at first appears weird is that they are not something we encounter when working with our familiar sets of numbers, such as Z or R. In fact, we specifically use the fact that there are no zero divisors in our familiar numbers systems to solve equations in high school algebra (e.g., if (x2)(x+5)=0, then x2=0 or x+5=0). The lack of zero divisors is one of the properties that does not persist in our abstraction from the integers to rings in general.

Exploration 2.2.7

Find, with justification, all of the zero divisors in Z10 and Z11. Make and prove a conjecture about the existence of zero divisors in Zm, where m>1.

Investigation 2.2.5

Are there any other rings in which you've seen zero divisors? Recall your answers to Exploration 2.2.4 .

Theorem 2.2.3

Let R be a ring and suppose a,bR such that ab is a zero divisor. Then either a or b is a zero divisor.

Theorem 2.2.4

Let R be a ring and uR×. Then u is not a zero divisor.

Investigation 2.2.6

How can we reinterpret Investigation 1.4.1 in light of our new language of units and zero divisors? State a theorem that uses this new language.

While there is a well-developed body of literature on (noncommutative) rings (possibly without identity), from this point on, and unless stated otherwise, when we use the word ring we mean commutative ring with identity.

Moreover, while even commutative rings with identity and zero divisors are of interest to mathematicians, we will focus our study on rings with no zero divisors. As these rings share many properties of the integers, they are known as integral domains.

Definition: Integral Domain

A commutative ring with identity R is an integral domain, or just domain, if R has no zero divisors.

The next activities and theorems help us identify examples of domains, as well as situate the notion of a domain in its proper place relative to fields and rings in general.

Activity 2.2.2

Which of the following rings are domains? Justify your answers.

  1. Z
  2. Z8
  3. Z19
  4. R
  5. Q[x]
Theorem 2.2.5

Every field is a domain.

Theorem 2.2.6

Let m>1 and R=Zm. Then R is a field if and only if R is a domain.

Theorem 2.2.7

If R is a domain and S is a subring of R with identity 1S=1R, then S is a domain.

Theorem 2.2.8

If R is a domain, then so is R[x].

Investigation 2.2.7

Is the converse of Theorem 2.2.7 true? If so, give a short proof. If not, find a counterexample.

When considering sets of polynomials, as we do in Chapter 3 (particularly in Section 3.1), the following results will be quite useful.

Theorem 2.2.9

Let R be a domain, and let p(x),q(x)R[x] be nonzero polynomials. Then deg(p(x)q(x))=deg(p(x))+deg(q(x)).

Exploration 2.2.8

Can the hypotheses of Theorem 2.2.8 be relaxed? If so, provide more general hypotheses and adapt the proof. If not, give an illustrative example.

Investigation 2.2.8

Let R be a domain. What are the units of R[x]? Prove your answer.

Reference

[1] C. Curto, V. Itskov, A. Veliz-Cuba, N. Youngs, The Neural Ring: An Algebraic Tool for Analyzing the Intrinsic Structure of Neural Codes, Bull. Math. Bio. 75 (2013), 1571-1611, DOI 10.1007/s11538-013-9860-3

This page titled 2.2: Rings is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Michael Janssen & Melissa Lindsey via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?