Ring (mathematics)

In mathematics, a ring is an algebraic structure in which addition and multiplication are defined and have similar (but not identical) properties to those familiar from the integers. The branch of abstract algebra which studies rings is called ring theory. For a history and overview of rings see that article.

Contents

Formal definition

A ring is a set R equipped with two binary operations + and ·, called addition and multiplication, such that:

As with groups the symbol · is usually omitted and multiplication is just denoted by juxtaposition. Also the standard order of operation rules are used, so that e.g. a+bc is an abbreviation for a+(b·c).

Although ring addition is commutative (i.e. a+b = b+a), note that the commutativity for multiplication (a·b = b·a) is not among the ring axioms listed above. Rings that also satisfy commutativity for multiplication (such as the ring of integers) are called commutative rings. Not all rings are commutative.

Also note that an element of a ring need not have a multiplicative inverse. An element a in a ring is called a unit if it is invertible with respect to multiplication, i.e., if there is an element b in the ring such that a·b = b·a = 1. If that is the case, then b is uniquely determined by a and we write a−1 = b. The set of all units in R forms a group under ring multiplication; this group is denoted by U(R).

Alternative definitions

There are some alternative definitions of rings of which the reader should be aware:

In this article all rings are assumed to be associative and unital unless otherwise stated.

Examples

Simple theorems

From the axioms, one can immediately deduce that, for all elements a and b of a ring, we have

Constructing new rings from given ones

(r1, s1) + (r2, s2) = (r1+r2, s1+s2) and
(r1, s1)(r2, s2) = (r1r2, s1s2).
(a+I) + (b+I) = (a+b) + I and
(a+I)(b+I) = (ab) + I.

See also

Missing image
Wikibooks.png
Wikibooks

Wikibooks Abstract algebra has more about this subject:
Rings

See Glossary of ring theory for more definitions in ring theory

See also: Ring (mathematics), Abelian group, Abstract algebra, Algebraic structure, Associative, Associative algebra, Binary operation, Boolean ring, Cartesian product