Rings

Different sets are naturally endowed with two binary operations: addition and multiplication. Examples that quickly come to mind are the integers, the integers modulo n, the real numbers, matrices, and polynomials. The notion of Rings describing this kind of sets was originated in the mid-19th century by Richard Dedekind.

6.1.1 Definition A ring (R, +, ⋅) is a set equipped with two binary operations indicated by + and ·,

R x RR    R x RR

(a, b) ⟼ a + b    (a, b) ⟼ ab

satisfying the following three sets of axioms, called the ring axioms

    1. + is associative: (a + b) + c = a + (b + c) ∀a, b, cR

    2. There is an element 0 in R such that a + 0 = aaR (that is, 0 is the additive identity).

    3. aR there exists −aR such that a + (−a) = 0 (that is, −a is the additive inverse of a).

    4. + is commutative: a + b = b + aa, bR

  1. · is associative: (a · b) · c = a · (b · c) ∀a, b, cR

  2. Multiplication is distributive with respect to addition, meaning that:

    a · (b + c) = a · b + a · c,   (a + b) · c = a · c + b · c   ∀a, b, cR

From now on we'll write ab instead of a · b. A set satisfying i) a), b), c) is called group: hence (R, +) is a group. If d) is also satisfied we have a commutative group or abelian group. (R, +) is oftentimes referred to as additive group of the ring.

A commutative ring is a ring in which the multiplication operation is commutative.

6.1.2. Examples of non-rings abd rings

Examples of rings

The following properties follow from ring axioms, we do not prove them since we've already proved it in the case of integers (without making it specific for integers alone).

  1. a ⋅ 0 = 0 ⋅ a = 0;

  2. (−a) ⋅ b = −(ab);

6.1.2 Definition. Let [R, +, ⋅] and [R', +', ⋅'] be rings. An isomorphism φ between R and R' is a biunivoque correspondence between R and R' preserving the operations, i.e. such that

φ(a + b) = φ(a) +' φ(b)   a, bR

and

φ(ab) = φ(a) ⋅' φ(b)   a, bR

If an isomorphism from R to R' exists, we say that R is isomorphic to R' and use the notation RR'. The relation of being isomorphic is an equivalence relation.

ring isomorphism

Any algebraic property that holds on R is also true on R' and viceversa owning to the bijective map, hence from an algebraic point of view they are identical. When we'll study a particular ring we'll refer to its isomorphism class containing all rings isomorphic to the first.

Examples of ring isomorphism

Some properties satisfied by rings do not appear among ring axioms and are used to further characterize rings

It is clear that only rings sharing the properties mentioned above can be considered isomorphic e.g. a ring with unit cannot be isomorphic to a ring without unit. For example for any integer n ∈ ℕ, let

nℤ = {nk : k ∈ ℤ}

be the set of integer multiplies of n. The set nℤ is a subset of ℤ and inherits addition and multiplication from ℤ. If we take two elements from nℤ, say nh and nk we can see that

nk + nh = n (k + h)   and   (nk)(nh) = n(knh)

by the distributive and associative laws. Addition and multiplication are both associative in nℤ and multiplication is distributive with respect to addition. In nℤ, 0 is the additive identity. However, there is no multiplicative identity in nℤ unless n = ± 1. There are also no multiplicative inverses for nk unless n = ± 1 and k = ± 1.

As a consequence ℤ is not isomorphic to 2ℤ. We can view nℤ as a "substructure" of ℤ.

6.1.3 Proposition. Let R be a ring with identity.

  1. The identity is a unit; it is equal to its inverse.

  2. If a is a unit, then so is a−1; its inverse is a.

  3. If a and b are units, then so is ab; its inverse is b−1 a−1.

Proof.

  1. 1 ⋅ 1 = 1

  2. This is shown by the equation aa−1 = a−1 a = 1

  3. We have (ab)(b−1a−1) = a (bb−1) a−1 = aa−1 = 1.

    and, similarly, (b−1 a−1)(ab) = 1.□

6.1.4 Definition. Two elements a, b of the integral domain R are said to be associates if there is a unit uR such that b = au. This is not a different proposition from the one we already gave when studying the integers: Two elements a and b of ℤ such that a|b and b|a are said associates

If a and b are associates, a = cb and b = da, hence a = cda. The cancellation law gives 1 = cd, so both c and d are units.

Note that, by the above Proposition, it follows that being associates is an equivalence relation: it is

R is partitioned into equivalence classes, called associate classes. For example, in ℤ, the associate classes are the sets {n, −n} for all non-negative integers n.

6.1.5 Proposition. Every field F is an integral domain

Proof. Let F be a field. Suppose that a, bF, where a ≠ 0 and ab = 0. Since a ≠ 0, there exists a multiplicative inverse a−1 to a. By the associativity of the multiplication, we have

a−1 ⋅ (ab) = (a−1a) ⋅ b = 1 ⋅ b = 0

and hence b = 0. Thus, we have an integral domain.□

The converse of proposition 6.1.5 is false in general (ℤ is an integral domain that is not a field), but true in the finite case.

6.1.6 Proposition. Every finite Integral domain R is a field.

Proof. Since R is a commutative ring with identity, we need only show that for each a ≠ 0R, the equation ax = 1R has a solution. Let a1, a2, ..., an. be the distinct elements of R and suppose as ≠ 0R. To show that asx ≠ 1R has a solution, consider the products asa1, asa2, ..., asan. If aiaj, then we must have asaiasaj (because asaj = asaj would imply that as = aj by cancellation). Therefore, asa1, ..., asan, are n distinct elements of R. However, R has exactly n elements all together, and so these must be all the elements of R in some order. In particular, for some j, asaj = 1R. Therefore, the equation asx = 1R has a solution and R is a field.  □

«Symmetric Polynomials Index Subrings »