A ring(R,+,⋅) is a set R with two binary operations satisfying:
(R,+) is an abelian group.
Multiplication is associative: (ab)c=a(bc).
Distributive laws: a(b+c)=ab+ac and (a+b)c=ac+bc.
A ring is commutative if ab=ba for all a,b∈R. A ring with a multiplicative identity 1 is A ring with unity. A field is a commutative ring with unity in which every non-zero element has A multiplicative inverse.
8.2 Examples
Example 1.Z is a commutative ring with unity, but not a field.
Example 2.Z/nZ is a commutative ring with unity. It is a field if and only if n is prime.
Example 3.Q, R, C are fields.
Example 4. The set Mn(R) of n×n real matrices is a non-commutative ring with unity.
Example 5.Z[i]={a+bi:a,b∈Z} (Gaussian integers) is a commutative ring with unity.
8.3 Subrings
A subringS⊆R is a subset that is itself a ring under the operations of R.
Proposition 8.1 (Subring Criterion). A non-empty subset S⊆R is a subring if and only if For all a,b∈S:
a−b∈S.
ab∈S.
8.4 Integral Domains
An integral domain is a commutative ring R with unity 1=0 in which there are no zero divisors: if ab=0 for a,b∈RThen a=0 or b=0.
Proposition 8.2. Every field is an integral domain.
Proof. Let F be a field and suppose ab=0 with a=0. Then b=a−1(ab)=a−1⋅0=0. ■
Proposition 8.3.Z/nZ is an integral domain if and only if n is prime.
Proof. If n=p is prime, then Z/pZ is a field, hence an integral domain. If n=ab with 1<a,b<nThen [a][b]=[ab]=[n]=[0] in Z/nZ But [a]=[0] and [b]=[0]So Z/nZ has zero divisors. ■
Proposition 8.4 (Cancellation Law for Integral Domains). In an integral domain, if ab=ac and a=0Then b=c.
Proof.ab=ac implies a(b−c)=0. Since a=0 and there are no zero divisors, b−c=0. ■
8.5 Fields: Further Examples
Example.Q(2)={a+b2:a,b∈Q} is a field. The inverse of a+b2 (with a,b not both zero) is a2−2b2a−b2.
Example. For any prime p, Z/pZ is a field with p elements, denoted Fp.
Proposition 8.5. In a finite integral domain REvery non-zero element is a unit. Hence every finite Integral domain is a field.
Proof. Let a∈R with a=0. The map ϕ:R→R given by ϕ(x)=ax is injective (since ax=ay implies a(x−y)=0 implies x=y by the cancellation law). Since R is finite, ϕ is also surjective, so there exists b∈R with ab=1. Thus a is a unit. ■
8.6 Ring Homomorphisms
A ring homomorphismϕ:R→S is a function satisfying:
ϕ(a+b)=ϕ(a)+ϕ(b) for all a,b∈R.
ϕ(ab)=ϕ(a)ϕ(b) for all a,b∈R.
ϕ(1R)=1S (for rings with unity).
A ring homomorphism that is bijective is a ring isomorphism.
Proposition 8.6. If ϕ:R→S is a ring homomorphism, then:
ϕ(0R)=0S.
ϕ(−a)=−ϕ(a) for all a∈R.
ker(ϕ)={r∈R:ϕ(r)=0S} is an ideal of R.
Proof. (1) ϕ(0)=ϕ(0+0)=ϕ(0)+ϕ(0)So ϕ(0)=0 by cancellation in (S,+). (2) ϕ(a)+ϕ(−a)=ϕ(a+(−a))=ϕ(0)=0So ϕ(−a)=−ϕ(a). (3) ker(ϕ) Is an ideal: it is a subgroup of (R,+) by the group homomorphism property, and for any r∈R and a∈ker(ϕ), ϕ(ra)=ϕ(r)ϕ(a)=ϕ(r)⋅0=0 and ϕ(ar)=ϕ(a)ϕ(r)=0So ra,ar∈ker(ϕ). ■
Example. The map ϕ:Z→Z/nZ given by ϕ(k)=[k] is a surjective Ring homomorphism with kernel nZ.
Example. The evaluation map ϕ:R[x]→R given by ϕ(f)=f(a) for a fixed a∈R is a surjective ring homomorphism with kernel {f∈R[x]:f(a)=0}=(x−a).
8.7 Worked Examples: Ring Homomorphisms
Problem. Let ϕ:Z[i]→Z/5Z be defined by ϕ(a+bi)=(a+2b)+5Z. Show that ϕ is a surjective ring homomorphism and find its kernel.
Solution
Solution. First, check it is a homomorphism: ϕ((a+bi)(c+di))=ϕ((ac−bd)+(ad+bc)i)=(ac−bd+2ad+2bc)+5Z=(ac+2ad+2bc−bd)+5Z.
These differ by 5bd+5Z=0+5Z since 5bd is a multiple of 5. So ϕ preserves Multiplication. Additivity is clear. Also ϕ(1)=1+5Z. ✓
Surjectivity: ϕ(1)=1, ϕ(i)=2, ϕ(2)=2, ϕ(2i)=4, ϕ(1+i)=3, ϕ(1+2i)=5≡0. We get all residues 0,1,2,3,4So ϕ is surjective.
Kernel: ker(ϕ)={a+bi:a+2b≡0(mod5)}. For example, 1+2i∈ker(ϕ) since 1+4=5≡0(mod5). Also (1+2i)(1−2i)=5∈ker(ϕ). In fact, ker(ϕ)=(1+2i) (the principal ideal generated by 1+2i in Z[i]). By the ring isomorphism theorem, Z[i]/(1+2i)≅Z/5Z. ■
Problem. Let R=Z[x]/(x2−x). Describe the elements of R and show that R has zero divisors.
Solution
Solution. In RWe have x2=x. Every element can be written as [a+bx] where a,b∈Z Since higher powers reduce: x2=x, x3=x2=xEtc.
R has zero divisors: [x][x−1]=[x2−x]=[0]But [x]=[0] and [x−1]=[0]. So R is not an integral domain.
Note that R≅Z×Z via the map [a+bx]↦(a,a+b). The isomorphism follows from the Chinese Remainder Theorem: (x2−x)=(x)∩(x−1) And (x)+(x−1)=(1). ■