Rngs

Overview

A rng R,+, (pronounced "rung") is a set R together with two binary operations + and , called addition and multiplication respectively, defined on R such that the following axioms are satisfied:

  1. R,+ is an abelian group, called the additive group of the ring R.
  2. Multiplication is associative.
    1. In other words, R, is a semigroup.
  3. For all a,b,cR, the following hold:
    1. Left distributive law: a(b+c)=(ab)+(ac)
    2. Right distributive law: (a+b)c=(ac)+(bc)

The additive identity element is denoted 0. The additive inverse of an element a is denoted a. For some nZ,

A rng in which multiplication is commutative is a commutative rng.

Subrngs

Let R,+, be a rng. If SR is a rng under + and , then S is a subrng of R.

If S is a subrng of R, then S,+ is a subgroup of R,+.

Criterion

A nonempty subset S of a rng R is a subrng if and only if

Intersection

Let {SiiI} be an indexed set of subrngs of R. Then their intersection iISi is a subrng of R.

Homomorphisms

Let R and R be rngs. A rng homomorphism ϕ:RR is a mapping that satisfies the following conditions for all a,bR:

  1. ϕ(a+b)=ϕ(a)+ϕ(b)
  2. ϕ(ab)=ϕ(a)ϕ(b)

Note that ϕ is also a group homomorphism so the linked structural properties are preserved. Additionally,

Direct Products

Let R1,R2,,Rn be rngs. Let ai,biRi for 1in and define

(a1,a2,,an)+(b1,b2,,bn)=(a1+b1,a2+b2,,an+bn)(a1,a2,,an)(b1,b2,,bn)=(a1b1,a2b2,,anbn)

Then the direct product i=1nRi is a rng under these binary operations.

Characteristic

Let R be a rng. If there exists an nZ+ such that na=0 for all aR, then the least such positive integer, denoted char(R), is the characteristic of R. If no such positive integer exists, then R is of characteristic 0.

If a rng has characteristic 0, no information is provided about the characteristic of a subrng. For example, char(Z×Zn)=0 but char({0}×Zn)=n.

If a rng R has characteristic nZ+, then a subrng SR has characteristic mZ+ where mn.

Elements

Idempotence

Let R,+, be a rng with element aR. Then a is idempotent if a2=a. If a is idempotent, it inductively follows that an=a for all nZ+.

Nilpotence

Let R,+, be a rng with element aR. Then a is nilpotent if there exists some nZ+ such that an=0. The smallest such n is called the index of nilpotency.

Divisors of 0

If a and b are two nonzero elements of a rng R such that ab=0, then a and b are divisors of 0 (or 0 divisors).

The 0 divisors of Zn are precisely those nonzero elements that are not relatively prime to n.

Cancellation

Let R be a rng and a,b,cR. The left and right cancellation laws respectively state that

(a0)(ab=ac)b=c(a0)(ba=ca)b=c

These laws hold if and only if R has no divisors of 0.

Powered by Forestry.md