All Topics  
Ring (mathematics)

 

   Email Print
   Bookmark   Link






 

Ring (mathematics)



 
 
In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, a ring is a type of algebraic structure
Algebraic structure

In algebra, a branch of pure mathematics, an algebraic structure consists of one or more Set Closure under one or more Operation , satisfying some axiom....
. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below. However, commonly a ring is defined as a set together with two binary operations (usually called addition
Addition

Addition is the mathematics process of putting things together. The plus sign "+" means that numbers are added together. For example, in the picture on the right, there are 3 + 2 apples?meaning three apples and two other apples?which is the same as five apples, since 3 + 2 = 5....
 and multiplication
Multiplication

Multiplication is the Operation of scaling one number by another. It is one of the four basic operations in elementary arithmetic .Multiplication is defined for Natural number in terms of repeated addition; for example, 4 multiplied by 3 can be calculated by adding 3 copies of 4 together:...
), where each operation combines two element
Element

The name element may refer to:In chemistry, electronics or the geosciences:* Chemical element, an atomic structure* Electrical element...
s to form a third element. To qualify as a ring, the set together with its two operations must satisfy certain conditions; namely the set must be an Abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 under addition, a monoid
Monoid

In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
 under multiplication, such that multiplication distributes over addition.






Discussion
Ask a question about 'Ring (mathematics)'
Start a new discussion about 'Ring (mathematics)'
Answer questions from other users
Full Discussion Forum



Encyclopedia


In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, a ring is a type of algebraic structure
Algebraic structure

In algebra, a branch of pure mathematics, an algebraic structure consists of one or more Set Closure under one or more Operation , satisfying some axiom....
. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below. However, commonly a ring is defined as a set together with two binary operations (usually called addition
Addition

Addition is the mathematics process of putting things together. The plus sign "+" means that numbers are added together. For example, in the picture on the right, there are 3 + 2 apples?meaning three apples and two other apples?which is the same as five apples, since 3 + 2 = 5....
 and multiplication
Multiplication

Multiplication is the Operation of scaling one number by another. It is one of the four basic operations in elementary arithmetic .Multiplication is defined for Natural number in terms of repeated addition; for example, 4 multiplied by 3 can be calculated by adding 3 copies of 4 together:...
), where each operation combines two element
Element

The name element may refer to:In chemistry, electronics or the geosciences:* Chemical element, an atomic structure* Electrical element...
s to form a third element. To qualify as a ring, the set together with its two operations must satisfy certain conditions; namely the set must be an Abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 under addition, a monoid
Monoid

In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
 under multiplication, such that multiplication distributes over addition. While these operations are familiar from many mathematical structure
Mathematical structure

In mathematics, a structure on a Set , or more generally a intuitionistic type theory, consists of additional mathematical objects that in some manner attach to the set, making it easier to visualize or work with, or endowing the collection with meaning or significance....
s—such as number system
Number system

In mathematics, a number system is a Set of numbers, , together with one or more operations, such as addition or multiplication.Examples of number systems include: natural numbers, integers, rational numbers, algebraic numbers, real numbers, complex numbers, p-adic numbers, surreal numbers, and hyperreal numbers....
s or the integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s, for example—they are also very general in the sense that they take a broad variety of mathematical objects into account. This allows one to handle entities of very different mathematical origins in a flexible way, while retaining essential structural aspects of many objects in abstract algebra
Abstract algebra

Abstract algebra is the subject area of mathematics that studies algebraic structures, such as group , ring , field , module , vector spaces, and algebra over a field....
 and beyond. The ubiquity of rings makes them a central organizing principle of contemporary mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
. The branch of mathematics that studies rings is known as ring theory
Ring theory

In mathematics, ring theory is the study of ring , algebraic structures in which addition and multiplication are defined and have similar properties to those familiar from the integers....
.

Definition and illustration


First example: the integers


The most familiar example of a ring is the set of all integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s, Z, consisting of the number
Number

A number is a mathematical object used in counting and measurement. A notational symbol which represents a number is called a Numeral system, but in common usage the word number is used for both the abstract object and the symbol, as well as for the numeral for the number....
s

..., -4, -3, -2, -1, 0, 1, 2, 3, 4, ...


together with the usual operations of addition and multiplication. These operations satisfy the following properties:

  • The integers form an Abelian group
    Abelian group

    An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
     under addition; that is:
    • Closure axiom for addition
      Closure (mathematics)

      In mathematics, a Set is said to be closed under some operation if the Operation on members of the set produces a member of the set. For example, the real numbers are closed under subtraction, but the natural numbers are not: 3 and 7 are both natural numbers, but the result of 3 − 7 is not....
      : Given two integers a and b, their sum, a + b is also an integer.
    • Associativity of addition: For any integers, a, b and c, (a + b) + c = a + (b + c). So, adding b to a, and then adding c to this result, is the same as adding c to b, and then adding this result to a.
    • Existence of additive identity
      Identity element

      In mathematics, an identity element is a special type of element of a Set with respect to a binary operation on that set. It leaves other elements unchanged when combined with them....
      : For any integer a, a + 0 = 0 + a = a. Zero is called the identity element of the integers because adding 0 to any integer (in any order) returns the same integer.
    • Existence of additive inverse
      Inverse element

      In mathematics, the idea of inverse element generalises the concepts of additive inverse, in relation to addition, and Multiplicative inverse, in relation to multiplication....
      : For any integer a, there exists an integer denoted by −a such that a + (−a) = (−a) + a = 0. The element, −a, is called the additive inverse of a because adding a to −a (in any order) returns the identity.
    • Commutativity of addition: For any two integers a and b, a + b = b + a. So the order in which you add two integers is irrelevant.


  • The integers form a multiplicative monoid
    Monoid

    In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
     (a monoid
    Monoid

    In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
     under multiplication); that is:
    • Closure axiom for multiplication
      Closure (mathematics)

      In mathematics, a Set is said to be closed under some operation if the Operation on members of the set produces a member of the set. For example, the real numbers are closed under subtraction, but the natural numbers are not: 3 and 7 are both natural numbers, but the result of 3 − 7 is not....
      : Given two integers a and b, their product, a · b is also an integer.
    • Associativity of multiplication: Given any integers, a, b and c, (a · b) · c = a · (b · c). So multiplying b with a, and then multiplying c to this result, is the same as multiplying c with b, and then multiplying a to this result.
    • Existence of multiplicative identity
      Identity element

      In mathematics, an identity element is a special type of element of a Set with respect to a binary operation on that set. It leaves other elements unchanged when combined with them....
      : For any integer a, a · 1 = 1 · a = a. So multiplying any integer with 1 (in any order) gives back that integer. One is therefore called the multiplicative identity.
  • Multiplication is distributive over addition : These two structures on the integers (addition and multiplication) are compatible in the sense that
    • a · (b + c) = (a · b) + (a · c), and
    • (a + b) · c = (a · c) + (b · c)
for any three integers a, b and c.


An important difference between the additive and multiplicative properties enumerated above is that multiplicative inverses are not required to exist. For instance, there is no integer a such that a · 2 = 1. This property distinguishes
Isomorphism

In abstract algebra, an isomorphism is a bijection map f such that both f and its inverse function f −1 are homomorphisms, i.e., structure-preserving mappings....
 the integers from the rational number
Rational number

In mathematics, a rational number is a number which can be expressed as a quotient of two integers. Non-integer rational numbers are usually written as the vulgar fraction , where b is not 0 ....
s, which is also a set
Set

A set is a collection of distinct objects, considered as an object in its own right. Sets are one of the most fundamental concepts in mathematics....
 endowed with operations of addition and multiplication, satisfying all of the above properties but also the existence of a multiplicative inverse
Multiplicative inverse

In mathematics, a multiplicative inverse or reciprocal for a number x, denoted by 1⁄x or x −1, is a number which when multiplied by x yields the multiplicative identity, 1....
 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
Equivalence relation

In mathematics, an equivalence relation is, loosely, a binary relation on a Set that specifies how to split up the set into subsets such that every element of the larger set is in exactly one of the subsets....
), 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
Relation

Relation may refer to:*Relation, a person to whom one is related, i.e. a family member *Relation , a generalization of arithmetic relations, such as "=" and "<", that occur in statements, such as "5 < 6" and "2 + 2 = 4"....
 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
Field

Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
 or a division ring
Division ring

In abstract algebra, a division ring, also called a skew field, is a ring in which division is possible. More formally, a ring with 0 ? 1 is a division ring if every non-zero element a has a multiplicative inverse ....
 (see below
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
).

Formal definition


A ring is a set R equipped with two binary operation
Binary operation

In mathematics, a binary operation is a calculation involving two operands, in other words, an operation whose arity is two. Binary operations can be accomplished using either a binary function or binary operator....
s + : R × R ? R and · : R × R ? R (where × denotes the Cartesian product
Cartesian product

In mathematics, the Cartesian product is a direct product of sets. The Cartesian product is named after Ren? Descartes, whose formulation of analytic geometry gave rise to this concept....
), 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.

  • (R, +, ·) is required to be an Abelian group
    Abelian group

    An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
     under addition:


1. Closure under addition. a, b in R, the result of the operation a + b is also in R.
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.


  • (R, +, ·) is required to be a monoid
    Monoid

    In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
     under multiplication:


1. Closure under multiplication. a, b in R, the result of the operation a · b is also in R.
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.


  • The distributive laws:


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.


Commutative ring


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 some a, b in R. Rings that also satisfy commutativity for multiplication are called commutative ring
Commutative ring

In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
s
. 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

  • The integers form a commutative ring under the natural operations of addition and multiplication.


  • An example of a non-commutative ring is the ring of n × n matrices
    Matrix (mathematics)

    In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
     over a non-trivial field
    Field (mathematics)

    In abstract algebra, a field is an algebraic structure with notions of addition, subtraction, multiplication and division , satisfying certain axioms....
     K, for n > 1. In particular, the ring of all 2 × 2 matrices over R (the set of all real number
    Real number

    In mathematics, the real numbers may be described informally in several different ways. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as pi and the square root of two; or, a real number can be given by an infinite decimal representation, such as 2.4871773339...., where the digits co...
    s) do not form a commutative ring as the following calculation shows:


, which is not equal to

Second example: the ring Z4


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):

  • For any x, y in Z4, x + y is defined to be their sum in Z (the set of all integers) mod 4
    Modular arithmetic

    In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" after they reach a certain value — the modulus....
    . So we can represent the additive structure of Z4 by the left-most table as shown.


  • For any x, y in Z4, x · y is defined to be their product in Z (the set of all integers) mod 4
    Modular arithmetic

    In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" after they reach a certain value — the modulus....
    . So we can represent the multiplicative structure of Z4 by the right-most table as shown.


· 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
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 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
Monoid

In abstract algebra, a branch of mathematics, a monoid is an algebraic structure with a single, associative binary operation and an identity element....
 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

  • In general, given any two integers, x and y, if x · y = 0, then either x is 0 or y is 0. It is interesting to note that this does not hold for the ring (Z4, +, ·):


2 · 2 = 0

although neither factor
Factor

A factor, a Latin word meaning 'who/which acts' may refer to* Factor , a person who acts for another, notably a mercantile and/or colonial agent...
 is 0. In general, a non-zero element a of a ring, (R, +, ·) is said to be a zero divisor
Zero divisor

In abstract algebra, a nonzero element a of a ring is a left zero divisor if there exists a nonzero b such that ab = 0. Right zero divisors are defined analogously, that is, a nonzero element a of a ring is a right zero divisor if there exists a nonzero c such that ca = 0....
 in (R, +, ·), if there exists a non-zero element b of R such that a · b = 0. So in this ring, the only zero divisor is 2 (note that 0 · a = 0 for any a in a ring (R, +, ·) so 0 is not considered to be a zero divisor).


  • A commutative ring which has no zero divisors is called an integral domain
    Integral domain

    In abstract algebra, an integral domain is a commutative ring without zero divisors and with a multiplicative identity 1 not equal to 0, the additive identity....
     (see below
    Ring (mathematics)

    In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
    ). So Z, the ring of all integers (see above
    Ring (mathematics)

    In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
    ), is an integral domain (and therefore a ring), although Z4 (the above example) does not form an integral domain (but is still a ring). So in general, every integral domain is a ring but not every ring is an integral domain.


Third example: the trivial ring


If we define on the singleton set :

0 + 0 = 0

0 · 0 = 0

then one can verify that (+, ·) forms a ring known as the trivial ring
Trivial ring

In mathematics, a trivial ring is a ring defined on a singleton set, . The ring operations are trivial:One often refers to the trivial ring since every trivial ring is Ring isomorphism to any other ....
. 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
Zero ring

In ring theory, a branch of mathematics, a zero ring is a Rng in which the product of any two elements is 0 .A zero ring is Commutative ring, and every subring is an Ideal ....
 (see below).

History


the founder of ring theory
Ring theory

In mathematics, ring theory is the study of ring , algebraic structures in which addition and multiplication are defined and have similar properties to those familiar from the integers....
.]]


The study of rings originated from the theory of polynomial ring
Polynomial ring

In mathematics, especially in the field of abstract algebra, a polynomial ring is a ring formed from the Set of polynomials in one or more variables with coefficients in a ring ....
s and the theory of algebraic integer
Algebraic integer

This article deals with the ring of complex numbers integral over Z. For the general notion of algebraic integer, see Integrality.In number theory, an algebraic integer is a complex number that is a root of some monic polynomial with integer coefficients....
s. Furthermore, the appearance of hypercomplex number
Hypercomplex number

The term hypercomplex number has been used in mathematics for the elements of algebras that extend or go beyond complex number arithmetic.Hypercomplex numbers have had a long lineage of devotees including Hermann Hankel, Georg Frobenius, Eduard Study, and ?lie Cartan....
s in the mid-nineteenth century undercut the pre-eminence of fields
Field (mathematics)

In abstract algebra, a field is an algebraic structure with notions of addition, subtraction, multiplication and division , satisfying certain axioms....
 in mathematical analysis.

Richard Dedekind
Richard Dedekind

Julius Wilhelm Richard Dedekind was a Germany mathematics who did important work in abstract algebra, algebraic number theory and the foundations of the real numbers....
 (image to the right) introduced the concept of a ring.

The term ring (Zahlring) was coined by David Hilbert
David Hilbert

David Hilbert was a Germany mathematician, recognized as one of the most influential and universal mathematicians of the 19th and early 20th centuries....
 in the article Die Theorie der algebraischen Zahlkörper, Jahresbericht der Deutschen Mathematiker Vereinigung, Vol. 4, 1897. . 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.

In 1921, Emmy Noether
Emmy Noether

Amalie Emmy Noether, , was a German mathematician known for her groundbreaking contributions to abstract algebra and theoretical physics. Described by Albert Einstein and others as the most important woman in the history of mathematics, she revolutionized the theories of ring , field , and algebra over a field....
 gave the first axiomatic foundation of the theory of commutative ring
Commutative ring

In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
s in her monumental paper Ideal Theory in Rings.

Simple consequences of the ring axioms


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
Unit (ring theory)

In mathematics, a unit in a ring R is an invertible element of R, i.e. an element u such that there is a v in R withThat is, u is an invertible element of the multiplicative monoid of R....
 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.

Basic properties of rings


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

Corollary 1: A ring, (R, +, ·) is trivial (that is, consists of precisely one element) if and only if 0 = 1.

Theorem 2: (−1)a = −a

Theorem 3: (−a) · b = a · (−b) = −(ab)

Group properties of rings


  • An integer in a ring is an element n of the ring that can be written either as:


n = 1 + ... + 1 or,

n = −1 − ... − 1

Note that for any element a of a ring (R, +, ·), a · n = n · a for any integer n. In words, this means that the order in which you multiply an integer with another element in a ring is irrelevant.


  • If a ring is a cyclic group
    Cyclic group

    In group theory, a cyclic group or monogenous group is a group that can be generating set of a group by a single element, in the sense that the group has an element g such that, when written multiplicatively, every element of the group is a power of g ....
     under addition, then it is commutative
    Commutative ring

    In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
     (see above
    Ring (mathematics)

    In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
    ).


Binomial theorem for rings


  • The binomial theorem
    Binomial theorem

    In mathematics, the binomial theorem is an important formula giving the expansion of exponentiation of sums. Its simplest version states that...


holds whenever x and y commute (see this
Binomial theorem

In mathematics, the binomial theorem is an important formula giving the expansion of exponentiation of sums. Its simplest version states that...
 for a proof
Mathematical proof

In mathematics, a proof is a convincing demonstration that some mathematical statement is necessarily true. Proofs are obtained from deductive reasoning, rather than from inductive reasoning or empirical arguments....
). The theorem holds for arbitrary x and y in a commutative ring
Commutative ring

In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
.


Basic concepts


Zero ring


Let (R, +, ·) be a ring. Then (R, +, ·) is said to be a zero ring
Zero ring

In ring theory, a branch of mathematics, a zero ring is a Rng in which the product of any two elements is 0 .A zero ring is Commutative ring, and every subring is an Ideal ....
 if the product of any two elements in R is 0 (the additive identity).

Note

  • If we assume that rings have multiplicative identities, then a ring is zero if and only if it is trivial. Therefore, the concept of a zero ring is only interesting when one deals with rings that are only semigroup
    Semigroup

    In mathematics, a semigroup is an algebraic structure consisting of a nonempty Set S together with an associative binary operation. In other words, a semigroup is an associative Magma ....
    s under multiplication (that is, do not necessarily have a multiplicative identity).


Example

  • Any Abelian group
    Abelian group

    An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
     can be turned into a zero ring by letting a · b = 0 for every a, b in the group (and letting + be the group operation of that Abelian group).


Units


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
Unit (ring theory)

In mathematics, a unit in a ring R is an invertible element of R, i.e. an element u such that there is a v in R withThat is, u is an invertible element of the multiplicative monoid of R....
 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
Unit

Unit may refer to:In mathematics:* Unit vector, a vector with length equal to 1* Unit circle, the circle with radius equal to 1, centered at the origin...
 in (R, +, ·) if there is an element b in the ring such that a · b = b · a = 1.

Notes

  • Using elementary group theory
    Elementary group theory

    In mathematics, a group is defined as a Set G and a binary operation * on G, called product and denoted by infix "*". The operation obeys the following rules ....
    , one can deduce that b is uniquely determined by a so let a−1 = b.


  • The set of all units in (R, +, ·) forms a group
    Group (mathematics)

    In mathematics, a group is an algebraic structure consisting of a set together with an Binary operation that combines any two of its element to form a third element....
     under ring multiplication; this group is denoted by U(R) or R*.


Examples

  • Every non-zero element in the ring of all real numbers ((R, +, ·)) is a unit in this ring. In fact, one can define a field
    Field

    Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
     (see below
    Ring (mathematics)

    In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
    ) to be a commutative ring
    Commutative ring

    In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
     such that every non-zero element is a unit. Therefore, (R, +, ·) forms a field.


Opposite ring


  • Let (R, +, ·) be a ring. The opposite ring, (Rop, +, *) is defined by a * b = b · a. Addition on the opposite ring is defined to be the same as addition on the original ring.


Note

  • If a ring (R, +, ·) is commutative, then it is isomorphic to its opposite ring. The isomorphism is given by the identity map (in the category of sets
    Category of sets

    In mathematics, the category of sets, denoted as Set, is the Category theory whose Category theory are all Set and whose morphisms are all function s....
    ).


Examples

  • If the opposite ring of a ring (R, +, ·) is commutative, then so is the original ring.


  • Consider the opposite ring of the opposite ring; that is Ropop. Note that, Ropop = R so that the operation on rings
    Functor

    In category theory, a branch of mathematics, a functor is a special type of mapping between categories. Functors can be thought of as morphisms in the category of small categories....
    , taking any ring to its 'opposite' is involutory.


  • Note that, in particular, the above example shows that one can define a natural functor
    Functor

    In category theory, a branch of mathematics, a functor is a special type of mapping between categories. Functors can be thought of as morphisms in the category of small categories....
     from the category of ring
    Category

    Category may refer to:*Category *taxonomic category - Taxonomic rank*Lexical category*Category *Categories *Category *Categories *Categories ...
    s to itself.


  • If two rings R1 and R2 are isomorphic, then their corresponding opposite rings are also isomorphic.


Ring homomorphisms


A homomorphism
Homomorphism

In abstract algebra, a homomorphism is a structure-preserving map between two algebraic structures . The word homomorphism comes from the Greek language: ???? meaning "same" and ???f? meaning "shape"....
 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:

  • f(a + b) = f(a) + f(b)


  • f(a · b) = f(a) · f(b)


  • f (1R1) = 1R2


As in any category
Category (mathematics)

In mathematics, a category is a fundamental and abstract way to describe mathematical entities and their relationships. A category is composed of a collection of abstract "objects" of any kind, linked together by a collection of abstract "morphism" of any kind that have a few basic properties ....
 a map f possessing an inverse g: R2 ? R1, i.e. a map in the opposite direction such that the two compositions
Function composition

In mathematics, a composite function represents the application of one function to the results of another. For instance, the functions and can be composed by first computing a f and then applying a function g to the output of f....
 f ? g and g ? f equal the identity map
Identity map

An identity map is a database access design pattern used to improve performance by providing a context-specific in-memory cache to prevent duplicate retrieval of the same object data from the database....
 of R2 and R1, respectively, is called an isomorphism
Isomorphism

In abstract algebra, an isomorphism is a bijection map f such that both f and its inverse function f −1 are homomorphisms, i.e., structure-preserving mappings....
. 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 . The characteristic
Characteristic (algebra)

In mathematics, the characteristic of a ring R, often denoted char, is defined to be the smallest number of times one must add the ring's multiplicative identity element to itself to get the additive identity element ; the ring is said to have characteristic zero if this repeated sum never reaches the additive identity....
 of R can be expressed in terms of this map.

Subrings


Informally, a subring
Subring

In mathematics, a subring is a subset of a ring , which contains the multiplicative identity and is itself a ring under the same binary operations....
 is a ring, (S, +, ·), contained in a bigger one, (R, +, ·). More formally, let (R, +, ·) be a ring. A subset
Subset

In mathematics, especially in set theory, a Set A is a subset of a set B if A is "contained" inside B. Notice that A and B may coincide....
 S of R is said to be a subring
Subring

In mathematics, a subring is a subset of a ring , which contains the multiplicative identity and is itself a ring under the same binary operations....
 of R if:

  • For every a, b in S, a + b is in S


  • For every a, b in S, a · b is in S


  • For every a in S, −a (the additive inverse of a in R) is in S


  • The multiplicative identity of R is in S, i.e 1 is in S


If S is a subring of R, then S is a ring in its own right with + and · restricted to the cartesian product
Cartesian product

In mathematics, the Cartesian product is a direct product of sets. The Cartesian product is named after Ren? Descartes, whose formulation of analytic geometry gave rise to this concept....
 S X S.

Examples

  • Suppose is a ring morphism. Then the image, f (R1) is a subring of R2.


  • If A is a subring of R and B is a subring of R such that B is a subset
    Subset

    In mathematics, especially in set theory, a Set A is a subset of a set B if A is "contained" inside B. Notice that A and B may coincide....
     of A, then B is a subring of A.


Ideals


The purpose of an ideal
Ideal (ring theory)

In ring theory, a branch of abstract algebra, an ideal is a special subset of a ring . The ideal concept generalizes in an appropriate way some important properties of integers like "even number" or "multiple of 3"....
 in a ring is to somehow allow one to define the quotient ring
Quotient ring

In mathematics a quotient ring, also known as factor ring or residue class ring, is a construction in ring theory, quite similar to the factor groups of group theory and the quotient space s of linear algebra....
 of a ring (analogous to the quotient group
Quotient group

In mathematics, given a group G and a normal subgroup N of G, the quotient group, or factor group, of G over N is intuitively a group that "collapses" the normal subgroup N to the identity element....
 of a group
Group

Group can refer to:...
; see below
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
). An ideal in a ring can therefore be thought of as a generalization of a normal subgroup
Normal subgroup

In mathematics, more specifically in abstract algebra, a normal subgroup is a special kind of subgroup. Normal subgroups are important because they can be used to construct quotient groups from a given group ....
 in a group. More formally, let (R, +, ·) be a ring. A subset
Subset

In mathematics, especially in set theory, a Set A is a subset of a set B if A is "contained" inside B. Notice that A and B may coincide....
 I of R is said to be a right ideal
Ideal (ring theory)

In ring theory, a branch of abstract algebra, an ideal is a special subset of a ring . The ideal concept generalizes in an appropriate way some important properties of integers like "even number" or "multiple of 3"....
 in R if:

  • (I, +) is a subgroup of the underlying additive group in (R, +, ·) (i.e (I, +) is a subgroup of (R, +)).


  • For every x in ''I'' and ''r'' in ''R'', ''x'' · ''r'' is in ''I''.


A left ideal
Ideal (ring theory)

In ring theory, a branch of abstract algebra, an ideal is a special subset of a ring . The ideal concept generalizes in an appropriate way some important properties of integers like "even number" or "multiple of 3"....
 is similarly defined with the second condition being replaced. More specifically, a subset ''I'' of ''R'' is a left ideal in ''R'' if:

  • (''I'', +) is a subgroup of the underlying additive group in (''R'', +, ·) (i.e (''I'', +) is a subgroup of (''R'', +)).


  • For every ''x'' in ''I'' and ''r'' in ''R'', ''r'' · ''x'' is in ''I''.


Notes

  • If ''k'' is in ''R'', then ''k'' · ''R'' is a right ideal in ''R'', and ''R'' · ''k'' is a left ideal in ''R''. These ideals (for any ''k'' in ''R'') are called the principal
    Principal ideal

    In ring theory, a branch of abstract algebra, a principal ideal is an ideal I in a ring R that is generated by a single element a of R....
     right and left ideals generated by ''k''.


  • If every ideal in a ring (''R'', +, ·) is a principal ideal in (''R'', +, ·), (''R'', +, ·) is said to be a principal ideal ring
    Principal ideal ring

    In mathematics, a principal ideal ring, or simply principal ring, is a commutative ring R such that every ideal I of R is a principal ideal, i.e....
    .


  • An ideal in a ring, (''R'', +, ·), is said to be a ''two-sided ideal'' if it is both a left ideal and right ideal in (''R'', +, ·). It is preferred to call a two-sided ideal, simply an ''ideal''.


  • If ''I'' = (where 0 is the additive identity of the ring (''R'', +, ·)), then ''I'' is an ideal known as the ''trivial ideal''. Similarly, ''R'' is also an ideal in (''R'', +, ·) called the ''unit ideal''.


Examples

  • Any additive subgroup of the integers is an ideal in the integers with its natural ring structure.


  • There are no non-trivial ideals in R (the ring of all real numbers) (i.e, the only ideals in R are and R itself). More generally, a field
    Field (mathematics)

    In abstract algebra, a field is an algebraic structure with notions of addition, subtraction, multiplication and division , satisfying certain axioms....
     cannot contain any non-trivial ideals.


  • From the previous example, every field must be a principal ideal ring.


  • A subset, ''I'', of a ''commutative ring'' (''R'', +, ·) is a left ideal if and only if
    IFF

    IFF, Iff or iff can stand for:* Identification Friend or Foe, an electronic radio-based identification system utilizing transponders...
     it is a right ideal. So for simplicity's sake, we refer to any ideal in a commutative ring as just an ''ideal''.


Quotient ring


Informally, the quotient ring
Quotient ring

In mathematics a quotient ring, also known as factor ring or residue class ring, is a construction in ring theory, quite similar to the factor groups of group theory and the quotient space s of linear algebra....
 of a ring, is a generalization of the notion of a quotient group
Quotient group

In mathematics, given a group G and a normal subgroup N of G, the quotient group, or factor group, of G over N is intuitively a group that "collapses" the normal subgroup N to the identity element....
 of a group. More formally, given a ring (''R'', +, ·) and an two-sided ideal
Ideal (ring theory)

In ring theory, a branch of abstract algebra, an ideal is a special subset of a ring . The ideal concept generalizes in an appropriate way some important properties of integers like "even number" or "multiple of 3"....
 ''I'' of (''R'', +, ·), the quotient ring
Quotient ring

In mathematics a quotient ring, also known as factor ring or residue class ring, is a construction in ring theory, quite similar to the factor groups of group theory and the quotient space s of linear algebra....
 (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:

+ (''b'' + ''I'') = (''a'' + ''b'') + ''I'' and (''b'' + ''I'') = (''ab'') + ''I''.

For every ''a'', ''b'' in ''R''.

Direct product of rings


Let ''R'' and ''S'' be rings. Then the product ''R'' X ''S'' can be equipped with the following natural ring structure:

  • (''r''1, ''s''1) + (''r''2, ''s''2) = (''r''1 + ''r''2, ''s''1 + ''s''2)


  • (''r''1, ''s''1) · (''r''2, ''s''2) = (''r''1 · ''r''2, ''s''1 · ''s''2)


for every ''r''1, ''r''2 in ''R'' and ''s''1, ''s''2 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
Quotient ring

In mathematics a quotient ring, also known as factor ring or residue class ring, is a construction in ring theory, quite similar to the factor groups of group theory and the quotient space s of linear algebra....
 ''R'' X ''S'' / ''R'' is isomorphic to ''S'' and similarly ''R'' X ''S'' / ''S'' is isomorphic to ''R''.

Center of a ring


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:
''C'' =
It is a subring of ''R''. A subring of ''R'' is said to be ''central'' in ''R'', if it is a subset of ''C'' (and therefore a subring of ''C'').

Boolean rings


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
Two-element Boolean algebra

In mathematics and abstract algebra, the two-element Boolean algebra is the Boolean algebra whose underlying set B is the Boolean domain....
 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''.

Endomorphism rings


Let (''A'', +) be an Abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 and let ''E'' be the set of all endomorphism
Endomorphism

In mathematics, an endomorphism is a morphism from a mathematical object to itself. For example, an endomorphism of a vector space V is a linear map ?: V ? V, and an endomorphism of a group G is a group homomorphism ?: G ? G....
s 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
Function (mathematics)

The mathematical concept of a function expresses dependence between two quantities, one of which is known and the other which is produced. A function associates a single output to each input element drawn from a fixed Set , such as the real numbers , although different inputs may have the same output....
 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
Endomorphism ring

In abstract algebra, one associates to certain objects a ring , the object's endomorphism ring, which encodes several internal properties of the object....
of (''A'', +).

Example

  • Note that one can define a natural functor
    Functor

    In category theory, a branch of mathematics, a functor is a special type of mapping between categories. Functors can be thought of as morphisms in the category of small categories....
     from the category of Abelian groups
    Category of abelian groups

    In mathematics, the category theory Ab has the abelian groups as object and group homomorphisms as morphisms. This is the prototype of an abelian category....
     (
    Ab) to the category of rings
    Category of rings

    In mathematics, the category of rings, denoted by Ring, is the category whose objects are ring and whose morphisms are ring homomorphisms ....
     using the notion of endomorphism rings.


  • The endomorphism ring of an Abelian group is trivial if and only if
    IFF

    IFF, Iff or iff can stand for:* Identification Friend or Foe, an electronic radio-based identification system utilizing transponders...
     the Abelian group in question is the trivial group
    Trivial group

    In mathematics, a trivial group is a group consisting of a single element. All such groups are isomorphic so one often speaks of the trivial group....
    .


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
Indecomposable module

In abstract algebra, a module is indecomposable if it is non-zero and cannot be written as a direct sum of two non-zero submodules.Indecomposable is a weaker notion than simple module:...
 and strongly indecomposable are often defined in terms of the module's associated endomorphism ring.

Tensor product of rings


  • Since any ring is both a left and right module
    Module (mathematics)

    In abstract algebra, the concept of a module over a ring is a generalization of the notion of vector space, where instead of requiring the scalar to lie in a field , the "scalars" may lie in an arbitrary ring....
     over itself, it is possible to construct the tensor product of ''R'' over a ring ''S'' with another ring ''T'' to get another ring provided ''S'' is a central subring of ''R'' and ''T''.


Examples and applications


Numbers


Many number system
Number system

In mathematics, a number system is a Set of numbers, , together with one or more operations, such as addition or multiplication.Examples of number systems include: natural numbers, integers, rational numbers, algebraic numbers, real numbers, complex numbers, p-adic numbers, surreal numbers, and hyperreal numbers....
s such as the integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
s, rational number
Rational number

In mathematics, a rational number is a number which can be expressed as a quotient of two integers. Non-integer rational numbers are usually written as the vulgar fraction , where b is not 0 ....
s, real number
Real number

In mathematics, the real numbers may be described informally in several different ways. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as pi and the square root of two; or, a real number can be given by an infinite decimal representation, such as 2.4871773339...., where the digits co...
s and the complex number
Complex number

In mathematics, the complex numbers are an extension of the real numbers obtained by adjoining an imaginary unit, denoted i, which satisfies:...
s 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
Field

Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
 (see below
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
 or at the top of the article for a comparison between fields and rings).

Rationals


The desire for the existence of multiplicative inverses in the ring of all integers (see above
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
) suggests considering fraction
Fraction

In common usage a fraction is any part of a Units of measurement.Fraction may also mean:*Fraction , a quotient of numbers, e.g. "?"; or, more generally, an element of a quotient field...
s
\frac.
Fractions of integers (with ''b'' nonzero) are known as rational number
Rational number

In mathematics, a rational number is a number which can be expressed as a quotient of two integers. Non-integer rational numbers are usually written as the vulgar fraction , where b is not 0 ....
s. The set
Set

A set is a collection of distinct objects, considered as an object in its own right. Sets are one of the most fundamental concepts in mathematics....
 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
Reciprocal

Reciprocal may refer to:*Multiplicative inverse, in mathematics, the number 1/x
, which multiplied by x'' gives the product 1, also known as a reciprocal...
. Because of this, along with the fact that multiplication on the rationals is commutative
Commutative ring

In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
 (see above
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
), the rationals form what is known as a field
Field

Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
 (see below
Ring (mathematics)

In mathematics, a ring is a type of algebraic structure. There is some variation among mathematicians as to exactly what properties a ring is required to have, as described in detail below....
) . Fields are central objects
Mathematical object

In mathematics and its philosophy of mathematics, a mathematical object is an abstract object arising in mathematics. Commonly encountered mathematical objects include numbers, permutations, Partition of a set, matrix , set , function , and relation ....
 to abstract algebra
Abstract algebra

Abstract algebra is the subject area of mathematics that studies algebraic structures, such as group , ring , field , module , vector spaces, and algebra over a field....
.

Nonzero integers modulo a prime


Polynomial rings


  • The polynomial ring
    Polynomial ring

    In mathematics, especially in the field of abstract algebra, a polynomial ring is a ring formed from the Set of polynomials in one or more variables with coefficients in a ring ....
     ''R''[''X''] of polynomials over a ring ''R'' is also a ring.
    • The set of formal power series
      Formal power series

      In mathematics, formal power series are devices that make it possible to employ much of the mathematical analysis machinery of power series in settings that do not have natural notions of Convergent series....
        ''R''''X''1, …, ''X''''n'' over a commutative ring ''R'' is a ring.


Some examples of the ubiquity of rings


It is remarkable how many different kinds of mathematical object
Mathematical object

In mathematics and its philosophy of mathematics, a mathematical object is an abstract object arising in mathematics. Commonly encountered mathematical objects include numbers, permutations, Partition of a set, matrix , set , function , and relation ....
s can be fruitfully analyzed in terms of some associated ring
Functor

In category theory, a branch of mathematics, a functor is a special type of mapping between categories. Functors can be thought of as morphisms in the category of small categories....
. For instance:

  • To any topological space
    Topological space

    Topological spaces are mathematical structures that allow the formal definition of concepts such as convergence, connected space, and Continuous function ....
     ''X'' one can associate its integral cohomology ring
    Cohomology ring

    In mathematics, specifically algebraic topology, the cohomology ring of a topological space X is a ring formed from the cohomology groups of X together with the cup product serving as the ring multiplication....
     , 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 sphere
    Sphere

    A sphere is a symmetrical geometrical object. In non-mathematical usage, the term is used to refer either to a round ball or to its two-dimensional surface....
    s and tori
    Torus

    In geometry, a torus is a surface of revolution generated by revolving a circle in three dimensional space about an axis coplanar with the circle, which does not touch the circle....
    , 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
    Vector space

    File:Vector addition ans scaling.pngA vector space is a mathematical structure formed by a collection of vectors: objects that may be Vector addition together and Scalar multiplication by numbers, called scalar s in this context....
    . To know each individual integral homology group is essentially the same as knowing each individual integral cohomology group, because of the universal coefficient theorem
    Universal coefficient theorem

    In mathematics, the universal coefficient theorem in algebraic topology establishes the relationship in homology theory between the integral homology of a topological space X, and its homology with coefficients in any abelian group A....
    . However, the advantage of the cohomology groups is that there is a natural product
    Cup product

    In mathematics, specifically in algebraic topology, the cup product is a method of adjoining two cocycles of degree p and q to form a composite cocycle of degree p + q....
    , which is analogous to the observation that one can multiply pointwise a ''k''-multilinear form
    Multilinear form

    In multilinear algebra, a multilinear form is a Map_ of the type,where V is a vector space over the field K, that is separately linear in each its N variables....
     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 class
    Characteristic class

    In mathematics, a characteristic class is a way of associating to each principal bundle on a topological space X a cohomology class of X....
    es of fiber bundle
    Fiber bundle

    File:Roundhairbrush.JPGIn mathematics, and particularly topology, a fiber bundle is intuitively a space E which locally "looks" like a product space B ? F, but globally may have a different topological structure....
    s, intersection theory on manifolds and algebraic varieties
    Algebraic variety

    In mathematics, an algebraic variety is essentially a set of points where a polynomial or set of polynomials attain a value of zero. Algebraic varieties are one of the central objects of study in classical algebraic geometry....
    , Schubert calculus
    Schubert calculus

    In mathematics, Schubert calculus is a branch of algebraic geometry introduced in the nineteenth century by Hermann Schubert, in order to solve various counting problems of projective geometry ....
     and much more.
  • To any group
    Group (mathematics)

    In mathematics, a group is an algebraic structure consisting of a set together with an Binary operation that combines any two of its element to form a third element....
     is associated its Burnside ring
    Burnside ring

    In mathematics, the Burnside ring of a finite group is an algebraic construction that encodes the different ways the group can group action on finite sets....
     which uses a ring to describe the various ways the group can act
    Group action

    In algebra and geometry, a group action is a way of describing symmetry of objects using group . The essential elements of the object are described by a Set and the symmetries of the object are described by the symmetry group of this set, which consists of bijective transformation of the set....
     on a finite set. The Burnside ring's additive group is the free abelian group
    Free abelian group

    In abstract algebra, a free abelian group is an abelian group that has a "basis" in the sense that every element of the group can be written in one and only one way as a finite linear combination of elements of the basis, with integer coefficients....
     whose basis are the transitive actions of the group and whose addition is the disjoint union of the action. Expressing an action in terms of the basis is decomposing an action into its transitive constituents. The multiplication is easily expressed in terms of the representation ring
    Representation ring

    In mathematics, especially in the area of abstract algebra known as representation theory, the representation ring of a group is a Ring formed from all the linear group representation of the group....
    : the multiplication in the Burnside ring is formed by writing the tensor product of two permutation modules as a permutation module. The ring structure allows a formal way of subtracting one action from another. Since the Burnside ring is contained as a finite index subring of the representation ring, one can pass easily from one to the other by extending the coefficients from integers to the rational numbers.
  • To any group ring
    Group ring

    In algebra, a group ring is a free module and at the same time a Ring , constructed in a natural way from any given ring and any given Group . As a free module, its ring of scalars is the given ring and its basis is one-to-one with the given group....
     or Hopf algebra
    Hopf algebra

    In mathematics, a Hopf algebra, named after Heinz Hopf, is a structure that is simultaneously a Associative algebra, a coalgebra, and has an antiautomorphism, with these structures compatible....
     is associated its representation ring
    Representation ring

    In mathematics, especially in the area of abstract algebra known as representation theory, the representation ring of a group is a Ring formed from all the linear group representation of the group....
     or "Green ring". The representation ring's additive group is the free abelian group whose basis are the indecomposable modules and whose addition corresponds to the direct sum. Expressing a module in terms of the basis is finding an indecomposable decomposition of the module. The multiplication is the tensor product. When the algebra is semisimple, the representation ring is just the character ring from character theory
    Character theory

    In mathematics, more specifically in group theory, the character of a group representation is a function on the group which associates to each group element the trace of the corresponding matrix....
    , which is more or less the Grothendieck group
    Grothendieck group

    In mathematics, the Grothendieck group construction in abstract algebra constructs an abelian group from a commutative monoid in the best possible way....
     given a ring structure.
  • To any irreducible algebraic variety
    Algebraic variety

    In mathematics, an algebraic variety is essentially a set of points where a polynomial or set of polynomials attain a value of zero. Algebraic varieties are one of the central objects of study in classical algebraic geometry....
     is associated its function field
    Function field of an algebraic variety

    In algebraic geometry, the function field of an algebraic variety V consists of objects which are interpreted as rational functions on V....
    . The points of an algebraic variety correspond to valuation ring
    Valuation ring

    In abstract algebra, a valuation ring is an integral domain D such that for every element x of its field of fractions F, at least one of x or x −1 belongs to D....
    s contained in the function field and containing the coordinate ring. The study of algebraic geometry
    Algebraic geometry

    Algebraic geometry is a branch of mathematics which, as the name suggests, combines techniques of abstract algebra, especially commutative algebra, with the language and the problems of geometry....
     makes heavy use of commutative algebra
    Commutative algebra

    Commutative algebra is the branch of abstract algebra that studies commutative rings, their ideal , and module over such rings. Both algebraic geometry and algebraic number theory build on commutative algebra....
     to study geometric concepts in terms of ring-theoretic properties. Birational geometry
    Birational geometry

    In mathematics, birational geometry is a part of the subject of algebraic geometry, that deals with the geometry of an algebraic variety that is dependent only on its Function field of an algebraic variety....
     studies maps between the subrings of the function field.
  • Every simplicial complex
    Simplicial complex

    In mathematics, a simplicial complex is a topological space of a particular kind, constructed by "gluing together" Point s, line segments, triangles, and their n-dimensional counterparts ....
     has an associated face ring, also called its Stanley–Reisner ring. This ring reflects many of the combinatorial properties of the simplicial complex, so it is of particular interest in algebraic combinatorics
    Algebraic combinatorics

    Algebraic combinatorics is an area of mathematics that employs methods of abstract algebra, notably group theory and representation theory, in various combinatorics contexts and, conversely, applies combinatorial techniques to problems in abstract algebra....
    . In particular, the algebraic geometry of the Stanley–Reisner ring was used to characterize the numbers of faces in each dimension of simplicial polytope
    Simplicial polytope

    In geometry, a simplicial polytope is a d-polytope whose facet_ are all Simplex.For example, a simplicial polyhedron contains only triangular faces....
    s.


Rings with additional structure


Lie rings


A
Lie ring
Lie ring

In mathematics a Lie ring is a structure related to Lie algebras that can arise as a generalisation of Lie algebras, or through the study of the lower central series of Group ....
is defined to be a ring that is nonassociative
Nonassociative ring

In abstract algebra, a nonassociative ring is a generalization of the concept of ring .A nonassociative ring is a set R with two operations, addition and multiplication, such that:...
 and anticommutative under multiplication, that also satisfies the Jacobi identity
Jacobi identity

In mathematics the Carl Gustav Jakob Jacobi identity is a property that a binary operation can satisfy which determines how the order of evaluation behaves for the given operation....
. More specifically we can define a Lie ring to be an abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 under addition with an operation that has the following properties:

  • ''Bilinearity'':




for all ''x'', ''y'', ''z'' ∈ ''L''.


  • ''Jacobi identity
    Jacobi identity

    In mathematics the Carl Gustav Jakob Jacobi identity is a property that a binary operation can satisfy which determines how the order of evaluation behaves for the given operation....
    '':




for all ''x'', ''y'', ''z'' in ''L''.


  • For all ''x'' in ''L''.




Lie rings need not be Lie group
Lie group

In mathematics, a Lie group is a group which is also a differentiable manifold, with the property that the group operations are compatible with the Differential structure....
s under addition. Any Lie algebra
Lie algebra

In mathematics, a Lie algebra is an algebraic structure whose main use is in studying geometric objects such as Lie groups and differentiable manifolds....
 is an example of a Lie ring. Any associative ring can be made into a Lie ring by defining a bracket operator . Conversely to any Lie algebra there is a corresponding ring, called the universal enveloping algebra
Universal enveloping algebra

In mathematics, for any Lie algebra L one can construct its universal enveloping algebra U. This construction passes from the non-associative structure L to a unital associative algebra which captures the important properties of L....
.

Lie rings are used in the study of finite p-group
P-group

In mathematics, given a prime number p, a p-group is a periodic group in which each element has a Power of p as its order . That is, for each element g of the group, there exists a nonnegative integer n such that g exponentiation pn is equal to the identity element....
s through the Lazard correspondence. The lower central factors of a ''p''-group are finite abelian ''p''-groups, so modules over
Z/''p
Z
. The direct sum of the lower central factors is given the structure of a Lie ring by defining the bracket to be the commutator
Commutator

In mathematics, the commutator gives an indication of the extent to which a certain binary operation fails to be commutative. There are different definitions used in group theory and ring theory....
 of two coset representatives. The Lie ring structure is enriched with another module homomorphism, then ''p''th 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.

Topological ring


Let (''X'', ''T'') is a topological space
Topological space

Topological spaces are mathematical structures that allow the formal definition of concepts such as convergence, connected space, and Continuous function ....
 and (''X'', +, ·) be a ring. Then (''X'', ''T'', +, ·) is said to be a topological ring
Topological ring

In mathematics, a topological ring is a ring R which is also a topological space such that both the addition and the multiplication are continuity as maps...
, 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
Continuous function (topology)

In topology and related areas of mathematics a continuous function is a morphism between topological spaces. Intuitively, this is a function f where a set of points near f always contain the of a set of points near x....
 as maps between topological spaces where ''X'' x ''X'' inherits the product topology
Product topology

In topology and related areas of mathematics, a product space is the cartesian product of a family of topological spaces equipped with a natural topology called the product topology....
. So clearly, any topological ring is a topological group
Topological group

In mathematics, a topological group is a group G together with a topological space on G such that the group's binary operation and the group's inverse function are continuous function ....
 (under addition).

Examples

  • The set of all real numbers, R, with its natural ring structure and the standard topology forms a topological ring.


  • The direct product of two topological rings is also a topological ring.


Integral domains and fields


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
Integral domain

In abstract algebra, an integral domain is a commutative ring without zero divisors and with a multiplicative identity 1 not equal to 0, the additive identity....
 (that is a non-trivial commutative ring
Commutative ring

In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
 with no zero divisor
Zero divisor

In abstract algebra, a nonzero element a of a ring is a left zero divisor if there exists a nonzero b such that ab = 0. Right zero divisors are defined analogously, that is, a nonzero element a of a ring is a right zero divisor if there exists a nonzero c such that ca = 0....
s). 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
Field

Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
 is a ring in which the non-zero elements form an abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 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
Integral domain

In abstract algebra, an integral domain is a commutative ring without zero divisors and with a multiplicative identity 1 not equal to 0, the additive identity....
 if (''R'', +, ·) is commutative and has no zero divisor
Zero divisor

In abstract algebra, a nonzero element a of a ring is a left zero divisor if there exists a nonzero b such that ab = 0. Right zero divisors are defined analogously, that is, a nonzero element a of a ring is a right zero divisor if there exists a nonzero c such that ca = 0....
s. Furthermore, (''R'', +, ·) is said to be a field
Field

Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
, if its non-zero elements form an abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 under multiplication.

Note

  • If we require that the ''zero element'' (0) in a ring to have a multiplicative inverse, then the ring must be trivial
    Trivial ring

    In mathematics, a trivial ring is a ring defined on a singleton set, . The ring operations are trivial:One often refers to the trivial ring since every trivial ring is Ring isomorphism to any other ....
    .


Examples

  • The integers form a commutative ring under the natural operations of addition and multiplication. In fact, the integers form what is known as an integral domain
    Integral domain

    In abstract algebra, an integral domain is a commutative ring without zero divisors and with a multiplicative identity 1 not equal to 0, the additive identity....
     (a commutative ring with no zero divisor
    Zero divisor

    In abstract algebra, a nonzero element a of a ring is a left zero divisor if there exists a nonzero b such that ab = 0. Right zero divisors are defined analogously, that is, a nonzero element a of a ring is a right zero divisor if there exists a nonzero c such that ca = 0....
    s).


  • A ring whose non-zero elements form an Abelian group
    Abelian group

    An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
     under multiplication (not just a commutative monoid), is called a field
    Field

    Field or fields may refer to:* Field , an area of land used to cultivate crops, or to keep livestock* Field of study, a branch of knowledge...
    . So every field is an integral domain and every integral domain is a commutative ring. Furthermore, any finite integral domain is a field.


Relation to other algebraic structures

The following is a chain of class inclusions
Subclass (set theory)

In set theory and its applications throughout mathematics, a subclass is a class contained in some other class in the same way that a subset is a Set contained in some other set....
 that describes the relationship between rings, domains and fields:

  • Commutative ring
    Commutative ring

    In ring theory, a branch of abstract algebra, a commutative ring is a Ring in which the multiplication operation is commutative. The study of commutative rings is called commutative algebra....
    s
    ? integral domain
    Integral domain

    In abstract algebra, an integral domain is a commutative ring without zero divisors and with a multiplicative identity 1 not equal to 0, the additive identity....
    s
    ? half factorization domains ?unique factorization domain
    Unique factorization domain

    In mathematics, a unique factorization domain is, roughly speaking, a commutative ring in which every element, with special exceptions, can be uniquely written as a product of prime elements, analogous to the fundamental theorem of arithmetic for the integers....
    s
    ? principal ideal domain
    Principal ideal domain

    In abstract algebra, a principal ideal domain, or PID is an integral domain in which every ideal is principal ideal, i.e., can be generated by a single element....
    s
    ? Euclidean domain
    Euclidean domain

    In abstract algebra, a Euclidean domain is a type of Ring in which the Euclidean algorithm applies. Euclidean domains possess many important properties similar to the integers: for example, the fundamental theorem of arithmetic holds in any Euclidean domain....
    s
    ? field
    Field (mathematics)

    In abstract algebra, a field is an algebraic structure with notions of addition, subtraction, multiplication and division , satisfying certain axioms....
    s


Fields and integral domains are very important in modern algebra.

Category theoretical description


Note that every ring is an Abelian group
Abelian group

An abelian group, also called a commutative group, is a group satisfying the requirement that the product of elements does not depend on their order ....
 and every morphism
Morphism

In mathematics, a morphism is an Abstraction derived from structure-preserving map between two mathematical structures.The study of morphisms and of the structures over which they are defined, is central to category theory....
 of rings is a morphism of the underlying Abelian groups. Therefore, rings can be thought of as monoid
Monoid (category theory)

In category theory, a monoid in a monoidal category C is an object M together with two morphism* called multiplication,* and called unit,...
s in Ab, the category of abelian groups
Category of abelian groups

In mathematics, the category theory Ab has the abelian groups as object and group homomorphisms as morphisms. This is the prototype of an abelian category....
 (thought of as a monoidal category
Monoidal category

In mathematics, a monoidal category is a category C equipped with a bifunctorwhich is associative , and an object I which is both a left identity and right identity for ?, ....
 under the tensor product). The monoid action of a ring ''R'' on a abelian group is simply an ''R''-module
Module (mathematics)

In abstract algebra, the concept of a module over a ring is a generalization of the notion of vector space, where instead of requiring the scalar to lie in a field , the "scalars" may lie in an arbitrary ring....
.

It follows that a ring may be regarded as a preadditive category
Preadditive category

In mathematics, specifically in category theory, a preadditive category is a category that is enriched category over the monoidal category of abelian groups....
 (a category enriched
Enriched category

In category theory and its applications to mathematics, an enriched category is a category whose hom-sets are replaced by objects from some other category, in a well-behaved manner....
 over Ab) with a single object. Here the morphism
Morphism

In mathematics, a morphism is an Abstraction derived from structure-preserving map between two mathematical structures.The study of morphisms and of the structures over which they are defined, is central to category theory....
s are the ring elements, composition of morphisms is ring multiplication, and the additive structure on morphisms is ring addition. The opposite ring is then the categorical dual.

See also


Citations


General references


  • Atiyah M. F.
    Michael Atiyah

    Sir Michael Francis Atiyah, Order of Merit , Fellow of the Royal Society, Fellow of the Royal Society of Edinburgh is a United Kingdom mathematician, and one of the most influential mathematicians of the twentieth century....
    , Macdonald, I. G.
    Ian G. Macdonald

    Ian G. Macdonald is a British mathematician known for his contributions to symmetric functions, special functions, Lie algebra theory and other aspects of algebraic combinatorics ....
    , ''Introduction to commutative algebra''. Addison-Wesley Publishing Co., Reading, Mass.-London-Don Mills, Ont. 1969 ix+128 pp.
  • Beachy, J. A. Introductory Lectures on Rings and Modules. Cambridge, England: Cambridge University Press, 1999.
  • Dresden, G. "Small Rings."
  • Ellis, G. Rings and Fields. Oxford, England: Oxford University Press, 1993.
  • Goodearl, K. R., Warfield, R. B., Jr., ''An introduction to noncommutative Noetherian rings''. London Mathematical Society Student Texts, 16. Cambridge University Press, Cambridge, 1989. xviii+303 pp. ISBN 0-521-36086-2
  • Herstein, I. N., ''Noncommutative rings''. Reprint of the 1968 original. With an afterword by Lance W. Small. Carus Mathematical Monographs, 15. Mathematical Association of America, Washington, DC, 1994. xii+202 pp. ISBN 0-88385-015-X
  • Nagell, T. "Moduls, Rings, and Fields." §6 in Introduction to Number Theory. New York: Wiley, pp. 19-21, 1951
  • Nathan Jacobson
    Nathan Jacobson

    Nathan Jacobson was an American mathematician.Born in Warsaw, Poland he emigrated to America with his Jewish family in 1918. Recognized as one of the leading algebraists of his generation, he was also famous for writing more than a dozen standard textbooks....
    , ''Structure of rings''. American Mathematical Society Colloquium Publications, Vol. 37. Revised edition American Mathematical Society, Providence, R.I. 1964 ix+299 pp.
  • Nathan Jacobson
    Nathan Jacobson

    Nathan Jacobson was an American mathematician.Born in Warsaw, Poland he emigrated to America with his Jewish family in 1918. Recognized as one of the leading algebraists of his generation, he was also famous for writing more than a dozen standard textbooks....
    , ''The Theory of Rings''. American Mathematical Society Mathematical Surveys, vol. I. American Mathematical Society, New York, 1943. vi+150 pp.
| year=1974}}
  • Lam, T. Y., ''A first course in noncommutative rings''. Second edition. Graduate Texts in Mathematics, 131. Springer-Verlag, New York, 2001. xx+385 pp. ISBN 0-387-95183-0
  • Lam, T. Y., ''Exercises in classical ring theory''. Second edition. Problem Books in Mathematics. Springer-Verlag, New York, 2003. xx+359 pp. ISBN 0-387-00500-5
  • Lam, T. Y., ''Lectures on modules and rings''. Graduate Texts in Mathematics, 189. Springer-Verlag, New York, 1999. xxiv+557 pp. ISBN 0-387-98428-3
.
  • McConnell, J. C.; Robson, J. C. ''Noncommutative Noetherian rings''. Revised edition. Graduate Studies in Mathematics, 30. American Mathematical Society, Providence, RI, 2001. xx+636 pp. ISBN 0-8218-2169-5
  • Rowen, Louis H., ''Ring theory''. Vol. I, II. Pure and Applied Mathematics, 127, 128. Academic Press, Inc., Boston, MA, 1988. ISBN 0-12-599841-4, ISBN 0-12-599842-2
  • Sloane, N. J. A. Sequences A027623 and A037234 in "The On-Line Encyclopedia of Integer Sequences
  • Zwillinger, D. (Ed.). "Rings." §2.6.3 in CRC Standard Mathematical Tables and Formulae. Boca Raton, FL: CRC Press, pp. 141-143, 1995


Special references


  • Ballieu, R. "Anneaux finis; systèmes hypercomplexes de rang trois sur un corps commutatif." Ann. Soc. Sci. Bruxelles. Sér. I 61, 222-227, 1947.
  • Berrick, A. J. and Keating, M. E. An Introduction to Rings and Modules with K-Theory in View. Cambridge, England: Cambridge University Press, 2000.
| year=1995 | volume=150}}
  • Fine, B. "Classification of Finite Rings of Order ." Math. Mag. 66, 248-252, 1993
  • Fletcher, C. R. "Rings of Small Order." Math. Gaz. 64, 9-22, 1980
  • Fraenkel, A. "Über die Teiler der Null und die Zerlegung von Ringen." J. reine angew. Math. 145, 139-176, 1914
  • Gilmer, R. and Mott, J. "Associative Rings of Order ." Proc. Japan Acad. 49, 795-799, 1973
  • Harris, J. W. and Stocker, H. Handbook of Mathematics and Computational Science. New York: Springer-Verlag, 1998
  • Knuth, D. E. The Art of Computer Programming, Vol. 2: Seminumerical Algorithms, 3rd ed. Reading, MA: Addison-Wesley, 1998
  • Korn, G. A. and Korn, T. M. Mathematical Handbook for Scientists and Engineers. New York: Dover, 2000
| year=1962 | volume=13 | pages=xiii+234}}
  • Pierce, Richard S., ''Associative algebras''. Graduate Texts in Mathematics, 88. Studies in the History of Modern Science, 9. Springer-Verlag, New York-Berlin, 1982. xii+436 pp. ISBN 0-387-90693-2


Historical references

  • Birkhoff, G. and Mac Lane, S. A Survey of Modern Algebra, 5th ed. New York: Macmillian, 1996
  • Bronshtein, I. N. and Semendyayev, K. A. Handbook of Mathematics, 4th ed. New York: Springer-Verlag, 2004. ISBN 3-540-43491-7
  • Faith, Carl, ''Rings and things and a fine array of twentieth century associative algebra''. Mathematical Surveys and Monographs, 65. American Mathematical Society, Providence, RI, 1999. xxxiv+422 pp. ISBN 0-8218-0993-8
  • Itô, K. (Ed.). "Rings." §368 in Encyclopedic Dictionary of Mathematics, 2nd ed., Vol. 2. Cambridge, MA: MIT Press, 1986
  • Kleiner, I. "The Genesis of the Abstract Ring Concept." Amer. Math. Monthly 103, 417-424, 1996
  • Renteln, P. and Dundes, A. "Foolproof: A Sampling of Mathematical Folk Humor." Notices Amer. Math. Soc. 52, 24-34, 2005
  • Singmaster, D. and Bloom, D. M. "Problem E1648." Amer. Math. Monthly 71, 918-920, 1964
  • Van der Waerden, B. L. A History of Algebra. New York: Springer-Verlag, 1985
  • Wolfram, S. A New Kind of Science. Champaign, IL: Wolfram Media, p. 1168, 2002