info prev up next book cdrom email home

Ring

A ring is a set together with two Binary Operators $S(+,*)$ satisfying the following conditions:

1. Additive associativity: For all $a,b,c \in S$, $(a+b)+c = a+(b+c)$,

2. Additive commutativity: For all $a,b \in S$, $a+b = b+a$,

3. Additive identity: There exists an element $0 \in S$ such that for all $a \in S$, $0+a=a+0=a$,

4. Additive inverse: For every $a \in S$ there exists $-a\in S$ such that $a+(-a)=(-a)+a=0$,

5. Multiplicative associativity: For all $a,b,c \in S$, $(a*b)*c = a*(b*c)$,

6. Left and right distributivity: For all $a,b,c \in S$, $a*(b+c)=(a*b)+(a*c)$ and $(b+c)*a=(b*a)+(c*a)$.
A ring is therefore an Abelian Group under addition and a Semigroup under multiplication. A ring must contain at least one element, but need not contain a multiplicative identity or be commutative. The number of finite rings of $n$ elements for $n=1$, 2, ..., are 1, 2, 2, 11, 2, 4, 2, 52, 11, 4, 2, 22, 2, 4, 4, ... (Sloane's A027623 and A037234; Fletcher 1980). In general, the number of rings of order $p^3$ for $p$ an Odd Prime is $3p+50$ and 52 for $p=2$ (Ballieu 1947, Gilmer and Mott 1973).


A ring with a multiplicative identity is sometimes called a Unit Ring. Fraenkel (1914) gave the first abstract definition of the ring, although this work did not have much impact.


A ring that is Commutative under multiplication, has a unit element, and has no divisors of zero is called an Integral Domain. A ring which is also a Commutative multiplication group is called a Field. The simplest rings are the Integers $\Bbb{Z}$, Polynomials $\Bbb{R}[x]$ and $\Bbb{R}[x,y]$ in one and two variables, and Square $n\times n$ Real Matrices.


Rings which have been investigated and found to be of interest are usually named after one or more of their investigators. This practice unfortunately leads to names which give very little insight into the relevant properties of the associated rings.

See also Abelian Group, Artinian Ring, Chow Ring, Dedekind Ring, Division Algebra, Field, Gorenstein Ring, Group, Group Ring, Ideal, Integral Domain, Module, Nilpotent Element, Noetherian Ring, Number Field, Prime Ring, Prüfer Ring, Quotient Ring, Regular Ring, Ringoid, Semiprime Ring, Semiring, Semisimple Ring, Simple Ring, Unit Ring, Zero Divisor


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.

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 $p^3$.'' Proc. Japan Acad. 49, 795-799, 1973.

Kleiner, I. ``The Genesis of the Abstract Ring Concept.'' Amer. Math. Monthly 103, 417-424, 1996.

Sloane, N. J. A. A027623 and A037234 in ``An On-Line Version of the Encyclopedia of Integer Sequences.'' http://www.research.att.com/~njas/sequences/eisonline.html.

van der Waerden, B. L. A History of Algebra. New York: Springer-Verlag, 1985.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-25