Introduction to ring theory
November 27, 2023.Questions:
- What is a ring?
- What kinds of elements are in a ring?
- What is an integral domain, and what is a field?
- How do rings compare to groups?
- What operations can be done on rings?
In 1892, David Hilbert, while working with algebraic number theory, coined the term “Zahlring” (number ring) , which was later shortened to “Ring”, and finally translated in English to “ring” to refer to the structure we’re about to introduce.
is a ring, defined as some underlying set whose elements have a notion of addition () and multiplication (). There are various definitions of a ring (see the appendix) but for our purposes we choose the strongest definition, where the following axioms must hold for all rings:
- forms an (additive) abelian group with identity (called the zero element).
- forms a (multiplicative) commutative monoid with identity (called unity).
- distributes over .
One fact that holds for all rings is the binomial theorem, which we can derive from these axioms. We adopt a common notation for repeated addition and repeated multiplication:
- (where is an integer) is added to itself times.
- (where is an integer) is multiplied by itself times.
Proof by induction on .
- Base case : . Note that this only exists since we have a multiplicative identity .
- Inductive case : The inductive hypothesis gives . Note that commutativity of the product lets us express every term of this sum as for some integers and some integer coefficient .
- Now observe
In this section, we go over some examples of rings.
Possibly the ring that is the most ring of them all is the integers . In fact the axioms above are basically modeled after integer addition and multiplication, which is why it is very easy to check that is a ring.
More interestingly, , the integers mod , form a ring. Just as with integers, addition and multiplication work with the elements of (called residue classes) where if differ by a factor of .
Other examples include the rationals , the real numbers , and the complex numbers . There is also the zero ring (or trivial ring) , the ring containing just a zero element .
In this section, we study operations on rings.
Just like with groups, we can operate on rings as mathematical objects in their own right.
First, the direct product of two rings is the same as with groups – the elements of are all the pairs , with addition and multiplication defined pointwise. (When we have multiple rings like and , we typically distinguish their elements by adding the ring’s name as a subscript. For example, is the multiplicative identity in , and is the additive identity in .)
Second, we can adjoin a new element to a ring. Basically this means adding the element to the ring and taking the closure under addition and multiplication. For instance, the ring is the result of adjoining to ring . Here are some examples:
- where
- where
We’ll make heavy use of this when we start talking about polynomial rings, but for now it’s just good to keep in mind that we can do this.
In this section, we define the units of a ring.
We mentioned that the integers are the prototypical example of a ring. Integer addition and multiplication are commutative, we have an additive identity and a multiplicative identity , there are additive inverses, and multiplication distributes over addition. So all the ring axioms hold on the integers.
What about multiplicative inverses? Do they exist for the integers? The multiplicative inverse of an integer is a value such that . But the only integers that can satisfy this are and . So it seems like only unit values of the integers can be multiplicative inverses.
Generalizing from integers to arbitrary rings , invertible elements of a ring (with respect to multiplication) are called its units. The units of any ring form a multiplicative group, denoted or sometimes . Note that is never a ring, because rings require the additive identity , and is never a unit.
To be a unit, we’d have to have , but that’s impossible since multiplied by anything is zero.
- If are units then shows that is a unit.
- If is a unit then shows is a unit, and a symmetric argument shows is a unit.
A ring comprised of only zero and units is called a field. We know that all nonzero elements in a field are invertible and have the identity element , so the nonzero elements of a field actually form a multiplicative group .
The multiplicative group takes only the units of , of which there are since everything but zero is a unit in .
Fields have many special properties, which we’ll dive into in depth in a different exploration.
In this section, we introduce zero divisors.
Unlike the integers, however, in a ring it is possible for for nonzero . We call such zero divisors because they effectively divide zero into two nonzero elements.
Zero divisors are generally undesirable, because their presence implies a lack of cancellability in the ring. In other words, when we have , we’d like to claim that as a result. But this relies on the fact that the map is injective, which is not the case when is a zero divisor, because then both and . So you can think of zero divisors as uncancellable elements in a ring.
A ring with no (nonzero) zero divisors is called an integral domain. Essentially, integral domains are exactly the rings that have cancellability, which is desirable. We also enforce the requirement that nonzero elements exist in integral domains, so as a special case, the zero ring is not an integral domain.
Let’s see some examples:
- Since is prime, when for then either or .
- In , this translates to: when , then either or .
- So cannot be both zero divisors and nonzero .
- Therefore there are no nonzero zero divisors, making an integral domain.
- The result of a direct product of nonzero rings always contains the elements and .
- Since , both are zero divisors.
- Since there are zero divisors, the direct product is not an integral domain.
Let’s see how zero divisors and units interact.
A zero divisor satisfies for some nonzero . But if is a unit, then no such exists since left-multiplying by gives .
An integral domain must have no nonzero zero divisors. But every nonzero in a field is a unit by definition, and therefore not a zero divisor.
- Take any nonzero , so that the set is not all zeros.
- Since we’re in a finite ring, eventually repeats, so that there is some equal to where .
- Since we’re in an integral domain, we can cancel from both sides of , producing since .
- Note that , so this can be rewritten as , proving that is a unit.
- Since every nonzero is a unit, must be a field.
In this section, we introduce idempotents.
An idempotent in a ring is an element such that , and therefore for all . For every ring, and are trivially idempotent since and .
For idempotents that aren’t or , we can show that since , we have and therefore by distributivity. Since implies is nonzero, and , and must both be zero divisors.
Therefore the nontrivial idempotents are a special subset of zero divisors. This means that if a nontrivial idempotent exists in a ring, the ring is not an integral domain.
Studying the idempotents themselves gives rise to some interesting structures:
A partially ordered set (poset) is a set where a partial order is defined for all elements , so that satifies
- reflexivity ,
- antisymmetry , and
- transitivity .
On the idempotents, define iff or . The idea is that all factors are “less than” their products. This satisfies the requirements:
- Reflexivity: , therefore .
- Antisymmetry: Assuming and we get .
- Transitivity: Assuming end we get .
Thus the idempotents form a poset.
A boolean algebra is a poset together with the operators corresponding to negation, disjunction, and conjunction respectively, as well as two distinguished elements and , all satisfying the following:
- iff , iff
- iff , otherwise
- iff , otherwise
- and are commutative
- and are associative
Define:
- negation as .
- disjunction as .
- conjunction as .
- as the additive identity .
- as the multiplicative identity .
Then:
- , which is if and if .
- , which is if and otherwise.
- , which is if and otherwise.
- Commutativity can be shown by observing that both and are unchanged when you swap and .
- Associativity of comes from associativity of the product in a ring. Associativity of is harder but routine:
The proof of this isn’t really a ring theory proof, so I left it out. But it is a property of boolean algebras that every boolean algebra is isomorphic to the power set of a -element set, therefore every finite ring contains idempotents.
If every element in a ring is idempotent, then the whole ring is a boolean algebra, so we call it a boolean ring.
In this section, we introduce nilpotents.
Another special case of zero divisors are those elements that, when raised to a suitable power, become zero. These are elements that satisfy , and they are called nilpotents. The zero element is always a nilpotent in every ring.
An idempotent element is still itself when raised to an arbitrary power . That means that, unless , powers of never become zero, therefore cannot be nilpotent.
Say and . Then using the binomial theorem, . Ignoring the coefficient, notice that each term vanishes, because if then and if then thus . Therefore is nilpotent. The same argument works for .
Like all zero divisors, nilpotents cannot be units. However, the existence of nilpotents is special since it always implies the existence of units:
If for some , then let be the sum of all the powers of up to , which is an element of . Observe that because , is exactly every element of except for . Then their difference must be equal to 1, and by factoring out , we have , meaning is a unit of .
For , use the same argument as above with the series . This implies is a unit as well, and so on, thus is a unit for all .
Similarly, for , use the series . This implies is a unit as well, and so on, thus is a unit for all .
In this section, we introduce the characteristic of a ring.
The above proof that is a unit seems to imply that every nilpotent can produce an infinite number of units. However, this isn’t always true — some rings are finite. Can you think of one?
You might have come up with the ring of integers mod , denoted . Specifically let’s try , so that is a nilpotent element because in . Using our formula , this implies that are units of the ring. But because , the ring “loops back” on itself at some point, so we don’t get any additional units.
This special ring property where addition “loops back” is called the characteristic. The characteristic of a ring is the number of times you have to add to itself before you get . This makes sense in the ring of integers mod , because in that ring, adding to itself times gives . So has characteristic , and we write . For rings like the integers , however, no amount of adding to itself will give , so for those rings the characteristic is defined to be . Thus . The idea is that the only way to get is to add zero times to itself.
Since most rings we work with have characteristic , we will only mention characteristic when it matters. For instance, it turns out that characteristic rings are particularly strange. Here’s an example of why.
Since for every , every element in is its own additive inverse: Thus
While rings can be of any nonnegative characteristic in general, this is not true of integral domains.
is precisely the requirement for the characteristic to be a composite number . But since integral domains have no nonzero zero divisors, it’s not possible that for nonzero . Therefore, the characteristic is either prime or zero.
Corollary: The characteristic of a field is either or a prime number .
Important note: Recall that when we adjoin an element from one ring to another, we take the additive and multiplicative closure of the result. For closure to make sense, the two rings must be of the same characteristic. So you can only adjoin elements of one ring to another if they have the same characteristic.
In this section, we talk about subrings.
A subring is a subset of elements of a ring that satisfies the ring axioms. Additionally, it must includes as the multiplicative identity. This is enough to show it includes as the additive identity as well, since .
This last requirement is curious, but it’s certainly possible for to have subsets that are rings with a different multiplicative identity. They’re just not considered subrings.
We can define a correspondence between the integers and a subring of . Assign every integer to , which is added to itself times. Since , each is a unique element in . Then we know that the subset of these elements is a ring, because we can use the ring to define addition and multiplication on the part of these elements. Thus includes as a subring.
- The intersection is an additive group, since both subrings are additive groups, and the intersection of additive groups is also an additive group.
- The intersection has from the original ring, since that’s present in both subrings.
- The intersection is closed under product, since both subrings are closed under product.
- The intersection inherits the multiplicative identity and distributive laws from the original ring.
- Since the intersection is a subset of both given subrings, is an additive group, contains , is closed under product, and satisfies identity and distributive laws, it is a subring of both.
Since integral domains don’t have zero divisors, none of its subrings can have zero divisors, so every subring is also an integral domain.
Appendix A
Our earlier definition actually breaks down into four ring axioms:
- forms an (additive) group with zero element .
- forms a (multiplicative) monoid with unity (identity) .
- distributes over , and this actually implies is commutative, so must be an abelian group.
- is also commutative.
While we will assume all of these axioms hold for a ring, one might define more general rings by relaxing these axioms. For completeness, here are the names for some ring variants:
- A rig or a semiring is a ring where is also a monoid, dropping the requirement for additive inverses (n egatives).
- A rng is a ring where is a semigroup rather than a monoid, dropping the requirement for (the multiplicative i dentity). A ring with a multiplicative identity is sometimes explicitly called a unital ring.
- A near-ring doesn’t require or to be commutative. When is not commutative, then left near-rings only require left distributivity (so only products on the left distribute), and similarly for right near-rings.
- Noncommutative rings are those where is not commutative. Otherwise it’s a commutative ring. For our purposes, we assume all rings are commutative unless otherwise specified.
So what we call rings are technically what some people call unital commutative rings. We won’t mention these other names very much since having to deal with non-unital or non-commutative rings introduces a lot of complexity, and I’d rather get into that complexity much later.
< Back to category Introduction to ring theory (permalink)