24 Rings

The formal definition of a ring is provided by Macauley as follows [17].


Definition V.11
A ring \langle R, +, \cdot \rangle is an additive abelian group with an additional binary operation of multiplication, satisfying the associative property and the distributive law:

    \[x(y+z)=xy+xz\]

and

    \[(y+z)x=yx+zx\]

\forall\, x,y,z\in R.

A ring R is an additive abelian group. This means that the binary operation of addition must be commutative as well as satisfy all of the group axioms (closure, associativity, contains identity and inverses). Additionally, R is defined under multiplication, which must satisfy the distributive property regardless of whether the element to be distributed is on the left or the right of the values to be distributed to. However, multiplication does not have to satisfy the group axioms. Some examples of rings include \mathbb{Z},\mathbb{Q},\mathbb{R},\mathbb{Z}_n, and 2\mathbb{Z} [17].

Our next section is on a specific type of ring known as an integral domain.

Integral Domains

Macauley provides us with the following definition for integral domains [17].


Definition V.12
An integral domain is a commutative ring with 1 and with no nonzero zero divisors.

This definition brings in a few terms that we have not yet discussed. A commutative ring is one in which multiplication is commutative [7]. A ring with 1 contains a multiplicative identity that is not equal to the additive identity [7]. An element x of a ring is a zero divisor if xy=0 or yx=0 where y\neq 0 [17]. So, an integral domain does not contain two nonzero elements whose product is zero.

We are now going to move on to fields, but we are not done with integral domains quite yet. We will provide a definition for fields and then work through a couple of proofs that show the relationship between fields and integral domains.

Fields

We already briefly discussed fields in Part IV: Chapter 18. Here, we are going to view fields from a different angle by looking at another definition and seeing how they connect to integral domains. The two definitions may look different, but keep in mind that they are defining the exact same idea, only with different words.

The definition of a field is given by Macauley as follows [17].


Definition V.13

A set F with addition and multiplication operations is a field if the following three conditions hold:

  1. F is an abelian group under addition.
  2. F without \{0\} is an abelian group under multiplication.
  3. The distributive law holds: a(b+c)=ab+ac.

A field F is an abelian group under addition. That is, the binary operation of addition is commutative and satisfies the group axioms. Furthermore, F without zero is an abelian group under multiplication. So, multiplication is commutative and satisfies the group axioms when 0 is excluded. The reason why we remove zero is that there does not exist a multiplicative inverse of zero in the real numbers [17]. So, if zero were included, F could not be a group under multiplication. Finally, the distributive law of multiplication holds.

If we look closely, we can see that a field is a specific type of ring. A field is an abelian group under addition and is defined under multiplication that satisfies the associative property (because it is a group under multiplication) and the distributive law. Furthermore, a field is a commutative ring because it is an abelian group under multiplication. Finally, every element of the field other than zero has a multiplicative inverse in the field because it is a group under multiplication when zero is removed. We call these nonzero elements with multiplicative inverses units. So, a field is a commutative ring such that every nonzero element is a unit.

We will now look at a couple of proofs that show the relationship between fields and integral domains. Both proofs are ones that I have written for this paper. Additionally, the outline of the second proof comes from Macauley, but I wrote in the details [17].


Example 56
Show that every field is an integral domain.

Proof.
Because an integral domain is a commutative ring, we need to show that every field is an abelian group under addition and is defined under multiplication that is commutative and satisfies the distributive law.By the first condition of definition V.13, every field is an abelian group under addition. By the second condition of the definition, every field is defined under multiplication that is commutative because a field without zero is an abelian group under multiplication. By the third condition of the definition, every field satisfies the distributive law

    \[a(b+c)=ab+ac.\]

An integral domain is a commutative ring with 1 so we need to show that every field has an additive identity that is not equal to the multiplicative identity.

By the first and second conditions of definition V.13, every field is a group under addition and multiplication. So, every field contains the additive identity 0 and multiplicative identity 1\neq 0.

Finally, an integral domain has no nonzero zero divisors. So, we need to show for any two elements a and b in a field that if ab is zero, then a or b is zero.

Let a\neq 0 and b be elements of a field F. Because a field is a group under multiplication, a has a multiplicative inverse \frac{1}{a} in F. So, if ab=0, we have

    \begin{align*} 0&=ab\\ \frac{1}{a}(0)&=\frac{1}{a}\cdot ab\\ 0&=1b\\ &=b \end{align*}

So, if ab=0 where a is not zero, it follows that b must equal 0. Thus, a field does not contain any nonzero zero divisors. Therefore, every field is an integral domain.

Clearly, it is not the case that every integral domain is also a field because then calling a set an integral domain would be equivalent to calling it a field, which is not true. However, it is the case that every finite integral domain is a field. This brings us to our second proof.


Example 57
Show that every finite integral domain is a field.

Proof.
By the first condition of definition V.13, every finite integral domain must be an abelian group under addition. By definition, an integral domain is a ring which is by a definition an abelian group under addition.By the second condition of definition V.13, every finite integral domain must be an abelian group under multiplication when 0 is excluded.

Because an integral domain is a group under addition, it follows that multiplication is closed and associative since multiplication is repeated addition. Because every integral domain is a ring with 1, every integral domain contains the multiplicative identity 1 that is not equal to the additive identity 0. All that remains is to show that a finite integral domain under multiplication contains inverses and that multiplication is commutative.

Let a\neq 0 be an element of the finite integral domain I. Because I is finite, the sequence

    \[a, a^2, a^3, ...\]

will eventually repeat itself. This implies that there exists a^i=a^j, where i>j. So, we have,

    \begin{align*} a^i&=a^j\\ 0&=a^j-a^i\\ &=a^j(1-a^{i-j}) \end{align*}

This implies that either a^j=0 or 1-a^{i-j}=0 since I does not have any nonzero zero divisors by definition. Furthermore, if a^j=0, we would have

    \[a\cdot a\cdot ...\cdot a=0,\]

which implies that a=0 since I does not contain any nonzero zero divisors. However, this contradicts a\neq 0 so a^j\neq 0. Thus,

    \begin{align*} 1-a^{i-j}&=0\\ 1&=a^{i-j}\\ 1&=a\cdot a^{i-j-1} \end{align*}

Therefore, every element in I not equal to 0 has a multiplicative inverse that is also in I.

Because every integral domain is a commutative ring, multiplication is commutative. Therefore, every finite integral domain is an abelian group under multiplication when 0 is excluded.

Finally, by the third condition of definition V.13, every field satisfies the distributive law. Because every integral domain is a ring by definition and every ring satisfies the distributive law by definition, every integral domain satisfies the distributive law.

Therefore, every finite integral domain is a field.

The following diagram provides a summary of how rings, integral domains, and fields are connected.


We are now going to look at rings of polynomials. Specifically, we are going to look at how to factor polynomials and how to prove that a polynomial cannot be factored.

License

Portfolio for Bachelor of Science in Mathematics Copyright © by Abigail E. Huettig. All Rights Reserved.

Share This Book