For more information on ring, visit Britannica.com.
For more information on ring, visit Britannica.com.
| 5min Related Video: ring |
| Wikipedia: Ring (mathematics) |
In mathematics, more specifically in modern algebra, a ring is a set equipped with two binary operations – often referred to as addition and multiplication. Despite their name, these two operations are not the same as the natural operations of addition and multiplication defined on the integers; rather, they are a generalization of these familiar operations. In particular, the operations of addition and multiplication defined on a ring, satisfy certain conditions, known as axioms, that make the ring structurally similar to the integers. However, these conditions do not restrict the ring too much, in that a broad variety of mathematical objects are taken into account. These two ideas, when put together, give rise to the ring axioms which are discussed later in the article (see below).
Ring theory is the branch of mathematics which studies rings. Rings, being structurally similar to the integers in many ways, have algebraic properties similar to the integers. For example, a ring theoretic analogue of the fundamental theorem of arithmetic exists, as well as a generalization of the Euclidean algorithm and Bézout's identity. However, this is not to say that these results hold in the context of all rings. As the ring axioms are very general, often it is found that structurally, apart from the ring axioms themselves, rings have very little in common with the integers. That is, apart from the ring axioms that are shared by both the ring, and the set of integers, there are not many other properties that both structures satisfy. It is therefore necessary to impose additional conditions on the structure of rings, that allow results such as the fundamental theorem of arithmetic to hold true. In general, many properties of the integers, relevant to only the operations of addition and multiplication, can be generalized to the context of rings (notice that subtraction and division are inverses of the operations of addition and multiplication respectively, and therefore can also be defined in the context of rings (under certain conditions)). However, ring theory studies rings in their full generality, and often the ring axioms are all that is necessary to develop a rich theory.
Although ring theory deals with only a single mathematical structure (rings), and therefore deals with only one structural aspect of the integers, it has far-reaching applications in mathematics. For example, algebraic geometry, the combination of ring theory with the language and problems of geometry, may be used to give a proof of Fermat's last theorem - a famous but now solved problem in mathematics. In a similar manner, many number theoretic facts may be proved using techniques of ring theory; sometimes there being no proof (mathematics) of a number theoretic fact without the use of ring theory. This is not to say, however, that ring theory only has applications in number theory. For example, ring theory has many important applications in general topology, and in particular, algebraic topology, where rings can serve as certain invariants of topological spaces - or, in more formal language, there exist certain functors between the category of topological spaces and the category of rings. One example being the cohomology ring, associated to any topological space. As another example of the applications of ring theory to mathematics, to any group is associated its Burnside ring which uses a ring to describe the various ways a group may act on a finite set. These examples provide only a taste of the applications of ring theory in mathematics - there are many other such applications to be discussed later in this article (see below).
Although ring theory is very much central and basic to much of mathematics, it is still a major area of research. A huge area of current reasearch in ring theory, lies within algebraic geometry and algebraic number theory. Ring theory alone, is also a major area of research - the main aspect of research being the distinction between commutative rings, and non-commmutative rings. Commutative rings are fairly well understood compared to non-commutative rings, due to the fact that a much smaller class of rings are to be considered. On the other hand, many results in non-commutative ring theory may be easily transferred to commutative ring theory, while retaining the same set of hypothesis. Despite these facts, there are many important open problems in both commutative and non-commutative ring theory.
|
|||||||||||||||||||||||||||||
The most familiar example of a ring is the set of all integers, Z, consisting of the numbers
together with the usual operations of addition and multiplication. These operations satisfy the following properties:
A ring is a set R equipped with two binary operations + : R × R → R and · : R × R → R (where × denotes the Cartesian product), called addition and multiplication. To qualify as a ring, the set and two operations, (R, +, · ), must satisfy the following requirements known as the ring axioms. [2]
| 1. | Closure under addition. | For all a, b in R, the result of the operation a + b is also in R.c[›] |
| 2. | Associativity of addition. | For all a, b and c in R, the equation (a + b) + c = a + (b + c) holds. |
| 3. | Existence of additive identity. | There exists an element 0 in R, such that for all elements a in R, the equation 0 + a = a + 0 = a holds. |
| 4. | Existence of additive inverse. | For each a in R, there exists an element b in R such that a + b = b + a = 0 |
| 5. | Commutativity of addition. | For all a, b in R, the equation a + b = b + a holds. |
| 1. | Closure under multiplication. | For all a, b in R, the result of the operation a · b is also in R.c[›] |
| 2. | Associativity of multiplication. | For all a, b, and c in R, the equation (a · b) · c = a · (b · c) holds. |
| 3. | Existence of multiplicative identity. | There exists an element 1 in R, such that for all elements a in R, the equation 1 · a = a · 1 = a holds. |
| 1. For all a, b and c in R, the equation a · (b + c) = (a · b) + (a · c) holds. |
| 2. For all a, b and c in R, the equation (a + b) · c = (a · c) + (b · c) holds. |
As with some axiomatic theories, there are often disputes as to what axioms a ring should satisfy. Sometimes the disagreement between two definitions is minor. For instance, some authors insist that 1 ≠ 0 in a ring (in words, this means that the multiplicative identity of the ring must be different from its additive identity). In particular they don't consider the trivial ring to be a ring (see below).
A more significant disagreement is that some authors omit the existence of a multiplicative identity in a ring[3][4] [5] . For instance, this would allow the even integers to form a ring with the natural operations of addition and multiplication (all ring axioms are satisfied except for the existence of a multiplicative identity). Rings that satisfy the ring axioms as given above but do not contain a multiplicative identity are sometimes called pseudo-rings. The term rng (jocular; ring without the multiplicative identity) is also used for such rings. Rings which do have multiplicative identities (and also satisfy the above axioms) are sometimes referred to unital rings, unitary rings, rings with unity, rings with identity or rings with 1.[6] Note that one can always embed a non-unitary ring inside a unitary ring (see this for one particular construction of this embedding).
There are still other more significant differences between two particular definitions of a ring. For instance, some authors omit associativity of multiplication in the set of ring axioms; rings that are nonassociative are called nonassociative rings. In this article, all rings are assumed to satisfy the axioms as given above unless stated otherwise.
Consider the set Z4 consisting of the numbers 0, 1, 2, 3 where addition and multiplication are defined as follows (note that for any integer, x, x mod 4 is defined to be the remainder when x is divided by 4):
| · | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 |
| 1 | 0 | 1 | 2 | 3 |
| 2 | 0 | 2 | 0 | 2 |
| 3 | 0 | 3 | 2 | 1 |
| + | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| 0 | 0 | 1 | 2 | 3 |
| 1 | 1 | 2 | 3 | 0 |
| 2 | 2 | 3 | 0 | 1 |
| 3 | 3 | 0 | 1 | 2 |
It is simple (but tedious) to verify that Z4 is a ring under these operations. First of all, one can use the left-most table to show that Z4 is closed under addition (any result is either 0, 1, 2 or 3). Associativity of addition in Z4 follows from associativity of addition in the set of all integers. The additive identity is 0 as can be verified by looking at the left-most table. Given an integer x, there is always an inverse of x; this inverse is given by 4 - x as one can verify from the additive table. Therefore, Z4 is an abelian group under addition.
Similarly, Z4 is closed under multiplication as the right-most table shows (any result above is either 0, 1, 2 or 3). Associativity of multiplication in Z4 follows from associativity of multiplication in the set of all integers. The multiplicative identity is 1 as can be verified by looking at the right-most table. Therefore, Z4 is a monoid under multiplication.
Distributivity of the two operations over each other follow from distributivity of addition over multiplication (and vice-versa) in Z (the set of all integers).
Therefore, this set does indeed form a ring under the given operations of addition and multiplication.
Properties of this ring
If we define on the singleton set {0}:
0 + 0 = 0
0 × 0 = 0
then one can verify that ({0}, +, ×) forms a ring known as the trivial ring. Since there can be only one result for any product or sum (0), this ring is both closed and associative for addition and multiplication, and furthermore satisfies the distributive law. The additive and multiplicative identities are both equal to 0. Similarly, the additive inverse of 0 is 0. The trivial ring is also a (rather trivial) example of a zero ring (see below).
The study of rings originated from the theory of polynomial rings and the theory of algebraic integers. Furthermore, the appearance of hypercomplex numbers in the mid-nineteenth century undercut the pre-eminence of fields in mathematical analysis.
Richard Dedekind (image to the right) introduced the concept of a ring. [7]
The term ring (Zahlring) was coined by David Hilbert in the article Die Theorie der algebraischen Zahlkörper, Jahresbericht der Deutschen Mathematiker Vereinigung, Vol. 4, 1897. [7]. The motivation for this term is unclear.
The first axiomatic definition of a ring was given by Adolf Fraenkel in an essay in Journal für die reine und angewandte Mathematik (A. L. Crelle), vol. 145, 1914. [7]
In 1921, Emmy Noether gave the first axiomatic foundation of the theory of commutative rings in her monumental paper Ideal Theory in Rings.[7]
Basic facts about rings that can be deduced from the ring axioms are commonly subsumed under elementary ring theory. For example, one can deduce uniqueness of the additive identity in a ring, and uniqueness of the additive inverse of a particular element in a ring using group theory alone. Similarly, the inverse of a unit in a ring is necessarily unique (provable using group theory). However, some properties that effectively combine the additive and multiplicative structures in a ring cannot be proved by group theoretical means alone. For example, one cannot prove that for every element a in a ring (R, +, ⋅), a ⋅ 0 = 0 ⋅ a = 0, using only one of the structures. One also must take advantage of distributivity of multiplication over addition (see below). This constitutes one explanation as to why ring theory is important in its own right. This also explains why distributivity is such an important axiom in ring theory.
From the axioms, one can deduce that if (R, +, ⋅) is a ring, for all a, b in R we have:
Theorem 1: 0 ⋅ a = a ⋅ 0 = 0
0 ⋅ a = (0 + 0) ⋅ a = (0 ⋅ a) + (0 ⋅ a)
By subtracting 0 ⋅ a on both sides of the equation, we get the desired result. The proof that a ⋅ 0 = 0 is similar.
Corollary 1: A ring, (R, +, ⋅) is trivial (that is, consists of precisely one element) if and only if 0 = 1.
Suppose 1 = 0. Let a be in R; then a ⋅ 1 = 1 ⋅ a = a. Since 1 = 0, a ⋅ 0 = 0 ⋅ a = a. But a ⋅ 0 = 0 ⋅ a = 0. Therefore, a = 0. Since a was arbitrary, R consists of only one element, namely 0. Therefore, (R, +, ⋅) is the trivial ring. Conversly, if (R, +, ⋅) is trivial, it must contain precisely one element. Therefore, 0 = 1 (otherwise R would consist of at least two elements).
Theorem 2: (−1)a = −a
(−1)a + a = (−1)a + (1)a = (-1 + 1)a = (0)a = 0
. Similarly, a + (−1)a = 0, so that (−1)a is the additive inverse of a. Since the additive inverse of a is necessarily unique, (−1)a = −a, as desired.
Theorem 3: (−a) ⋅ b = a ⋅ (−b) = −(ab)
(−a) ⋅ b = (-1) ⋅ (a ⋅ b) = a⋅ (-1) ⋅ b = a(−b)
Similarly,
a(−b) = a ⋅ (-1) ⋅ b = (-1) ⋅ a ⋅ b = −(ab)
as desired.

Let (R, +, · ) be a ring. Then (R, +, · ) is said to be a zero ring if the product of any two elements in R is 0 (the additive identity).
Note
Example
An element a of a ring (R, +, · ) need not necessarily have a multiplicative inverse (for example, in the ring of all integers, 2 has no multiplicative inverse). An element a in a ring is called a unit if it is invertible with respect to multiplication. Formally,
Formal definition
Let (R, +, · ) be a ring. An element a of (R, +, · ) is said to be a unit in (R, +, · ) if there is an element b in the ring such that a · b = b · a = 1.
Notes
Examples
Note
Examples
A homomorphism of rings is a function f: R1 → R2 between two rings R1 and R2 preserving the ring operations, in the sense that for all a, b in R1 the following identities are required to hold:
As in any category a map f possessing an inverse g: R2 → R1, i.e. a map in the opposite direction such that the two compositions f ○ g and g ○ f equal the identity map of R2 and R1, respectively, is called an isomorphism. Equivalently, f is bijective.
For any ring R with unit element, there is a natural map Z → R, it maps any positive n to the n-fold sum of the unit element of R, and −n to the additive inverse of n · 1R. The characteristic of R can be expressed in terms of this map.
Informally, a subring is a ring, (S, +, · ), contained in a bigger one, (R, +, · ).[8] More formally, let (R, +, · ) be a ring. A subset S of R is said to be a subring of R if:
If S is a subring of R, then S is a ring in its own right with + and · restricted to the cartesian product S X S.
Examples
is a ring morphism. Then the image, f (R1) is a subring of R2.The purpose of an ideal in a ring is to somehow allow one to define the quotient ring of a ring (analogous to the quotient group of a group; see below). An ideal in a ring can therefore be thought of as a generalization of a normal subgroup in a group. More formally, let (R, +, · ) be a ring. A subset I of R is said to be a right ideal in R if:
A left ideal is similarly defined with the second condition being replaced. More specifically, a subset I of R is a left ideal in R if:
Notes
Examples
Informally, the quotient ring of a ring, is a generalization of the notion of a quotient group of a group. More formally, given a ring (R, +, · ) and a two-sided ideal I of (R, +, · ), the quotient ring (or factor ring) R/I is the set of cosets of I (with respect to the underlying additive group of (R, +, · ); i.e cosets with respect to (R, +)) together with the operations:
For every a, b in R.
Let R and S be rings. Then the product R X S can be equipped with the following natural ring structure:
for every r1, r2 in R and s1, s2 in S. The ring R X S with the above operations of addition and operation (derived from R and S) is called the direct product of R with S. By repeating this process n times with n rings, one can form what is known as the n-fold product of rings. The product is natural because the quotient ring R X S / R is isomorphic to S and similarly R X S / S is isomorphic to R.
There are various notions to address the non-commutativity of general rings R. The center consists of the ring elements that commute with every other element:
It is a subring of R.[citation needed] A subring of R is said to be central in R, if it is a subset of C (and therefore a subring of C).
A ring R is called Boolean ring if every ring element a is an idempotent, i.e. a · a = a. For example, the (unique) ring with two elements has this property. There is a one-to-one correspondence between Boolean algebras and Boolean rings, by expressing set difference and set intersection in terms of addition and multiplication and vice versa. Any Boolean ring is commutative and of characteristic two, i.e. a + a = 0 for all a in R.
Let (A, +) be an abelian group and let E be the set of all endomorphisms of A (that is, the set of all group morphisms from A to itself) . If f and g belong to E, then define f + g to be the point-wise sum of f and g (with respect to the group operation). Similarly, define f · g = f o g (f composed with g). Then (E, +, · ) forms a ring known as the endomorphism ring of (A, +).
Example
More generally the endomorphism ring of any module is an important ring when studying the module. Every ring arises as the endomorphism ring of a module, the regular module. Conversely an R-module M is nothing more than a ring homomorphism from the ring R into the endomorphism ring of the underlying additive group of M. Properties of modules such as indecomposable and strongly indecomposable are often defined in terms of the module's associated endomorphism ring.
Many number systems such as the integers, rational numbers, real numbers and the complex numbers naturally occur as rings. Note that in the case of the rational, real and complex numbers, every non-zero element has a multiplicative inverse. These number systems (except for the integers) form what is known as a field (see below or at the top of the article for a comparison between fields and rings).
The desire for the existence of multiplicative inverses in the ring of all integers (see above) suggests considering fractions

Fractions of integers (with b nonzero) are known as rational numbers.d[›] The set of all such fractions is commonly denoted by Q. Note that the set of all rationals form a ring under the natural operations of addition and multiplication. In fact, the rationals satisfy a stronger axiom than the integers now that we have included fractions: namely, every non-zero rational has a multiplicative inverse, its reciprocal. Because of this, along with the fact that multiplication on the rationals is commutative (see above), the rationals form what is known as a field (see below) [9]. Fields are central objects to abstract algebra.
An important difference between the additive and multiplicative properties of the ring of integers is that multiplicative inverses are not required to exist. For instance, there is no integer a such that a · 2 = 1. This property distinguishes the integers from the rational numbers, which is also a set endowed with operations of addition and multiplication, satisfying all of the above properties but also the existence of a multiplicative inverse for each nonzero element: namely if a and b are nonzero integers the inverse of the rational number a/b is simply b/a. Although in some naive sense the rational numbers are "more complicated" than the integers (e.g. in the sense that a rational number can be viewed as an ordered pair of integers, subject to certain equivalences), in many respects the existence of multiplicative inverses gives the rational numbers a simpler structure. For instance, given a pair of integers a and b we may consider the relation that b is exactly divisible by a, i.e., there exists an integer c such that a · c = b, and using this we get a rich theory of prime and composite numbers, factorization, and so forth. In contrast any nonzero rational number divides any other nonzero rational number, a much less interesting relation. This is prototypical of the different and richer structure that an arbitrary ring has in comparison to a field or a division ring (see below).
Written Z / Zp, this ring is an elementary example of a finite field.
It is remarkable how many different kinds of mathematical objects can be fruitfully analyzed in terms of some associated ring. For instance:
, a graded ring. As the name suggests, there are also homology groups
of a space, and indeed these were defined first, as a useful tool for distinguishing between certain pairs of topological spaces, like the spheres and tori, for which the methods of point-set topology are not well-suited. Cohomology groups were later defined in terms of homology groups in a way which is roughly analogous to the dual of a vector space. To know each individual integral homology group is essentially the same as knowing each individual integral cohomology group, because of the universal coefficient theorem. However, the advantage of the cohomology groups is that there is a natural product, which is analogous to the observation that one can multiply pointwise a k-multilinear form and an l-multilinear form to get a (k + l)-mulilinear form. The importance of the ring structure in cohomology is hard to overstate: it provides the foundation for characteristic classes of fiber bundles, intersection theory on manifolds and algebraic varieties, Schubert calculus and much more.Every finite field is an example of a finite ring, and the additive part of every finite ring is an example of a finite group, but the concept of finite rings in their own right is much more complicated.
In 1964 David Singmaster proposed the following problem in the American Mathematical Monthly: "What is the smallest non-trivial ring with 1 that is not a field?" One can find the solution by D.M Bloom in a three page proof (71:918-20) that there are eleven rings of order 4, three of which have a 1.
The occasion of non-commutativity in finite rings was described in 1968 in the same journal (75:512-14) by K. Eldrige in two theorems: If the order m of a finite ring with 1 has a cube-free factorization, then it is commutative. And if a non-commutative finite ring with 1 has the order of a prime cubed, then the ring is isomorphic to the upper trianglar 2 x 2 matrix ring over the Galois field of the prime. The science of rings of order the cube of a prime was further developed by R. Raghavendra in 1969 (Compositio Mathematica 21:195-229). In 1973 the Proceedings of the Japan Academy 49:795-9 published Robert Gilmer and Joe Mott’s paper "Associative rings of order p3". Next Flor and Wessenbauer (1975) made improvements on the cube-of-a-prime case. Definitive work on the isomorphism classes came with V.G. Antipkin and V.P Elizarov (1982) writing in the Siberian Mathematical Journal (23:457-64). They prove that for p > 2, the number of classes is 3p + 50.
There are earlier references in the topic of finite rings, such as Robert Ballieu (1947) "Anneaux finis" in Ann. Soc. Sci Bruxelles (61:222-227). Earlier work by Scorza (1935) is noted by Irving Kaplansky in his review (MR0022841) of Ballieu.
These facts are known about the number of finite rings of a given order (suppose p and q represent prime numbers):
The number of rings with n elements is listed under A027623 in the On-Line Encyclopedia of Integer Sequences.
An associative algebra is a ring that is also a vector space over a field K. For instance, the set of n by n matrices over the real field R has dimension n2 as a real vector space, and the matrix multiplication corresponds to the ring multiplication. For a non-trivial but elementary example consider real matrices (2 x 2).
A Lie ring is defined to be a ring that is nonassociative and anticommutative under multiplication, that also satisfies the Jacobi identity. More specifically we can define a Lie ring L to be an abelian group under addition with an operation
that has the following properties:
![[x + y, z] = [x, z] + [y, z], \quad [z, x + y] = [z, x] + [z, y]](http://wpcontent.answers.com/math/6/1/2/612225aa111eef27437e38b56c4eb4b3.png)
![[x,[y,z]] + [y,[z,x]] + [z,[x,y]] = 0 \quad](http://wpcontent.answers.com/math/6/9/e/69ee53d21fe7eb5e7b8ed7938cb8cab0.png)
![[x,x]=0 \quad](http://wpcontent.answers.com/math/4/b/3/4b3d4565edeb5d1f29e91ea7b7e4655b.png)
Lie rings need not be Lie groups under addition. Any Lie algebra is an example of a Lie ring. Any associative ring can be made into a Lie ring by defining a bracket operator [x,y] = xy − yx. Conversely to any Lie algebra there is a corresponding ring, called the universal enveloping algebra.
Lie rings are used in the study of finite p-groups through the Lazard correspondence. The lower central factors of a p-group are finite abelian p-groups, so modules over Z/pZ. The direct sum of the lower central factors is given the structure of a Lie ring by defining the bracket to be the commutator of two coset representatives. The Lie ring structure is enriched with another module homomorphism, then pth power map, making the associated Lie ring a so-called restricted Lie ring.
Lie rings are also useful in the definition of a p-adic analytic groups and their endomorphisms by studying Lie algebras over rings of integers such as the p-adic integers. The definition of finite groups of Lie type due to Chevalley involves restricting from a Lie algebra over the complex numbers to a Lie algebra over the integers, and the reducing modulo p to get a Lie algebra over a finite field.
Let (X, T) is a topological space and (X, +, · ) be a ring. Then (X, T, +, · ) is said to be a topological ring, if its ring structure and topological structure are both compatible (i.e work together) over each other. That is, the addition map (
) and the multiplication map (
) have to be both continuous as maps between topological spaces where X x X inherits the product topology. So clearly, any topological ring is a topological group (under addition).
Examples
Although ring addition is commutative, so that for every a, b in R, a + b = b + a, ring multiplication is not required to be commutative; a · b need not equal b · a for all a, b in R. Rings that also satisfy commutativity for multiplication are called commutative rings.e[›] Formally,
Formal definition
Let (R, +, · ) be a ring. Then (R, +, · ) is said to be a commutative ring if for every a, b in R, a · b = b · a. That is, (R, +, · ) is required to be a commutative monoid under multiplication.
Examples
, which is not equal to 
Although rings are structurally similar to the integers, there are certain ring-theoretic properties that the integers may satisfy but a general ring may not. One such property is the requirement that every ideal in a ring be generated by a single element; that is, be a principal ideal. Formally,
Definition
Let R be a ring. Then R is said to be a principal ideal ring (abbreviated PIR), if every ideal in R is of the form a · R = {a · r | r · R}. A principal ideal domain is a principal ideal ring that is also an integral domain.
The requirement that a ring be a principal ideal domain is somewhat stronger than the other more common properties a ring may satisfy. For example, it is true that if a ring, R, is a unique factorization domain (UFD), then the polynomial ring over R is also a UFD. However, such a result does not in general hold for principal ideal rings. For example, the integers are an easy example of a principal ideal ring, but the polynomial ring over the integers fails to be a PIR; if R = Z[x] denotes the polynomial ring over the integers, I = 2 · R + X · R is an ideal which cannot be generated by a single element. Despite this counterexample, the polynomial ring over any field is always a principal ideal domain and in fact, a Euclidean domain. More generally, a polynomial ring is a PID if and only if the polynomial ring in question is over a field.
Aside from the polynomial ring over a PIR, principal ideal rings possess many interesting properties due to their connection with the integers in terms of divisibility; that is, principal ideal domains behave similarly to the integers with respect to divisibility. For example, any PIR is a UFD; i.e, an analogue of the fundamental theorem of arithmetic holds for principal ideal domains. Furthermore, since Noetherian rings are precisely those rings in which any ideal is finitely generated, principal ideal domains are trivially Noetherian rings. The fact that irreducible elements coincide with prime elements for PID's, together with the fact that every PID is Noetherian, implies that any PID is a UFD. One can also speak of the greatest common divisor of two elements in a PID; if x and y are elements of R, a principal ideal domain, then x · R + y · R = c · R for some c in R since the left-hand side is indeed an ideal. Therefore, c is the desired "GCD" of x and y.
An important class of rings lying in between fields and PID's, is the class of Euclidean domains. In particular, any field is a Euclidean domain, and any Euclidean domain is a PID. An ideal in a Euclidean domain is generated by any element of that ideal with minimum degree (all such elements must be associate). However, not every PID is a Euclidean domain; the ring
furnishes a counterexample.
The theory of unique factorization domains (UFD) also form an important part of ring theory. In effect, a unique factorization domain is ring in which an analogue of the fundamental theorem of arithmetic holds. Formally,
Definition
Let R be a ring. Then R is said to be a unique factorization domain (abbreviated UFD), if the following conditions are satisfied:
1. R is an integral domain.
2. Every non-zero non-unit of R is the product of a finite number of irreducible elements.
3. If
=
, where all ai's and bj's are irreducible, then n = m and after possible renumbering of the ai's and bj's, bi = ai · ui where ui is a unit in R.
The second condition above guarantees that "non-trivial" elements of R can be decomposed into irreducibles, and according to the third condition, such a finite decomposition is unique "up to multiplication by unit elements." This weakened form of uniqueness is reasonable to assume for otherwise even the integers would not satisfy the properties of being a UFD ((-2)2 = 22 = 4 demonstrates two "distint" decompositions of 4; however both decompositions of 4 are equivalent up to multiplication by units (-1 and +1)). The fact that the integers constitute a UFD follows from the fundamental theorem of arithmetic.
For arbitrary rings, one may define a prime element and an irreducible element; these two may not in general coincide. However, a prime element in a domain is always irreducible. For UFD's, irreducible elements are also primes.
The class of unique factorization domains is related to other classes of rings. For instance, any Noetherian domain satisfies conditions 1 and 2 above, but in general Noetherian domains fail to satisfy condition 3. However, if the set of prime elements and the set of irreducible elements coincide for a Noetherian domain, the third condition of a UFD is satisfied. In particular, principal ideal domains are UFD's.
While rings are very important mathematical objects, there are a lot of restrictions involved in their theory. For instance, suppose we have a ring R and suppose a and b are in R. If a is non-zero and a · b = 0, then b need not necessarily be 0. In particular, if a · b = a · c with a non-zero b need not equal c. An example of this is the set of n x n matrices over R where a maybe such a non-zero matrix but may be singular. In this case, the result may not be true. However, we can impose additional conditions on the ring to ensure that this be true; namely make the ring into an integral domain (that is a non-trivial commutative ring with no zero divisors). But we still run into a problem; namely we can't necessarily divide by non-zero elements. For example, the collection of all integers form an integral domain but we still can't divide an integer a by another integer b. For example, 2 cannot divide 3 to obtain another element in this ring. However, this problem can readily be solved if we ensure that every element in the ring has a multiplicative inverse. A field is a ring in which the non-zero elements form an abelian group under multiplication. In particular, a field is an integral domain (and therefore has no zero divisors) along with an additional operation of 'division'. Namely, if a and b are in a field F, then a/b is defined to be a · b-1 which is well defined.
Formal definition
Let (R, +, · ) be a ring. Then (R, +, · ) is said to be an integral domain if (R, +, · ) is commutative and has no zero divisors. Furthermore, (R, +, · ) is said to be a field, if its non-zero elements form an abelian group under multiplication.
Note
Examples
The following is a chain of class inclusions that describes the relationship between rings, domains and fields:
Fields and integral domains are very important in modern algebra.
The study of non-commutative rings is a major area in modern algebra; especially ring theory. Often non-commutative rings possess interesting invariants that commutative rings do not. As an example, there exist rings which contain non-trivial proper left or right ideals, but are still simple; that is contain no non-trivial proper (two-sided) ideals. This example illustrates how one must take care when studying non-commutative rings because of possible counterintuitive misconceptions.
The theory of vector spaces is one illustration of a special case of an object studied in non-commutative ring theory. In linear algebra, the "scalars of a vector space" are required to lie in a field - a commutative division ring. The concept of a module, however, requires only that the scalars lie in an abstract ring. Neither commutativity nor the division ring assumption is required on the scalars in this case. Module theory has various applications in non-commutative ring theory, as one can often obtain information about the structure of a ring by making use of its modules. The concept of the Jacobson radical of a ring; that is, the interesection of all right/left annhiliators of simple right/left modules over a ring, is one example. The fact that the Jacobson radical can be viewed as the intersection of all maximal right/left ideals in the ring, shows how the internal structure of the ring is reflected by its modules. It is also remarkable that the intersection of all maximal right ideals in a ring is the same as the intersection of all maximal left ideals in the ring, in the context of all rings; whether commutative or non-commutative. Therefore, the Jacobson radical also captures a concept which may seem to be not well-defined for non-commutative rings.
Non-commutative rings serve as an active area of research due to their ubiquity in mathematics. For instance, the ring of n by n matrices over a field is non-commutative despite its natural occurence in physics. More generally, endomorphism rings of abelian groups are rarely commutative, and in fact, the naturally occuring ring of all continuous functions from R (the set of all real numbers) into R, equipped with point-wise addition and function composition (as multiplication) is certainly not commutative.
Non-commutative rings, like non-commutative groups, are not very well understood. For instance, although every finite abelian group is the direct sum of (finite) cyclic groups of prime-power order, non-abelian groups do not possess such a simple structure. Likewise, various invariants exist for commutative rings, whereas invariants of non-commutative rings are difficult to find. As an example, the nilradical, although "innocent" in nature, need not be an ideal unless the ring is assumed to be commutative. Specifically, the set of all nilpotent elements in the ring of all n x n matrices over a division ring never forms an ideal, irrespective of the division ring chosen. Therefore, the nilradical cannot be studied in non-commutative ring theory. Note however that there are analogues of the nilradical defined for non-commutative rings, that coincide with the nilradical when commutativity is assumed.
Every ring can be thought of as monoids in Ab, the category of abelian groups (thought of as a monoidal category under the tensor product). The monoid action of a ring R on a abelian group is simply an R-module. Essentially, an R-module is a generalization of the notion of a vector space - where rather than a vector space over a field, one has a "vector space over a ring".
Let (A, +) be an abelian group and let End(A) be its endomorphism ring (see above). Note that, essentially, End(A) is the set of all morphisms of A, where if f is in End(A), and g is in End(A), the following rules may be used to compute f + g and f · g:
where + as in f(x) + g(x) is addition in A, and function composition is denoted from right to left. Therefore, associated to any abelian group, is a ring. Conversly, given any ring, (R, +, · ), (R, +) is an abelian group. Furthermore, for every r in R, right (or left) multiplication by r gives rise to a morphism of (R, +), by right (or left) distributivity. Let A = (R, +). Consider those endomorphisms of A, that "factor through" right (or left) multiplication of R. In other words, let EndR(A) be the set of all morphisms m of A, having the property that m(r · x) = r · m(x). It was seen that every r in R gives rise to a morphism of A - right multiplication by r. It is in fact true that this assocation of any element of R, to a morphism of A, as a function from R to EndR(A), is an isomorphism of rings. In this sense, therefore, any ring can be viewed as the endomorphism ring of some abelian X-group (by X-group, it is meant a group with X being its set of operators). In essence, the most general form of a ring, is the endomorphism group of some abelian X-group.
| Wikibooks has a book on the topic of |
^ a: Some authors only require that a ring be a semigroup under multiplication; that is, do not require that there be a multiplicative identity (1). See this for more details.
^ b: Elements which do have multiplicative inverses are called units, see Lang 2002, §II.1, p. 84 or this for a treatment of units in this article.
^ c: The closure axiom is already implied by the condition that +/• be a binary operation. Some authors therefore omit this axiom. Lang 2002
^ d: The transition from the integers to the rationals by adding fractions is generalized by the quotient field.
^ e: Many authors include commutativity of rings in the set of ring axioms (see above) and therefore refer to "commutative rings" as just "rings".
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| local ring (mathematics) | |
| commutative ring (mathematics) | |
| semisimple ring (mathematics) |
Copyrights:
![]() | Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 2006 Encyclopædia Britannica, Inc. All rights reserved. Read more | |
![]() | Columbia Encyclopedia. The Columbia Electronic Encyclopedia, Sixth Edition Copyright © 2003, Columbia University Press. Licensed from Columbia University Press. All rights reserved. www.cc.columbia.edu/cu/cup/ Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Ring (mathematics)". Read more |
Mentioned in