MATH 415 Lecture 15

From Notes
Jump to navigation Jump to search

« previous | Thursday, October 17, 2013 | next »


Rings

Ring Homomorphisms

Recall that ϕ is a homomorphism of a ring R if and only if ϕ:R→R′ satisfies the homomorphism property over both addition and multiplication.

For example, ϕ:ℤ→ℤn where ϕ(m)=m(modn) is a homomorphism. ϕ is obviously a homomorphism over addition, but multiplication can be trickier to see.

ϕ(x⋅y)=x⋅y(modn). It is a property of modular arithmetic that the mod of a product is equivalent to the product of the mods, so x⋅y(modn)=(xmodn)⋅(ymodn)=ϕx⋅ϕy.

Ring Isomorphisms

Recall the definition of an isomorphism:

ϕ:R→R′ is an isomorphism if it satisfies all of the following properties:

  1. ϕ is a homomorphism
  2. ϕ is one-to-one (injective)
  3. ϕ is onto (surjective)

Or, more simply stated, ϕ is a bijective homomorphism.


Isomorphisms define an equivalence relation:

  1. Reflexive. R≃R via ϕ(x)=x (identity function)
  2. Symmetric. R≃R′ via ϕ:R→R′. Then ϕ−1:R′→R is also an isomorphism, hence R′≃R.
  3. Transitive. R≃R′ and R′≃R″. Define composition ζ=ψ∘ϕ

Warning

⟨ℤ,+⟩≃⟨2ℤ,+⟩, but ⟨ℤ,+,⋅⟩≄⟨2ℤ,+,⋅⟩. This is because ⟨ℤ,+,⋅⟩ has one unity, but ⟨2ℤ,+,⋅⟩ has no unity.

(Unity is a structural property of rings)


Unity

The unity is the multiplicative identity element in a ring

For nontrivial groups, multiplicative unity 1 is defined as such: if x⋅1=1⋅x=x for all x∈R, where 1≠0 (0 is additive identity).

In the degenerate case, {0} is called the zero ring:

  • 0 acts as the additive unity (0+0=0), and
  • the multiplicative unity (0⋅0=0)

Definitions and Observations

  • R is commutative if x⋅y=y⋅x for all x,y∈R.
  • A ring with a multiplicative identity element is a ring with unity. (denoted 1)

(1+…+1⏟n)(1+…+1⏟m)=(1+⋯+1⏟n⋅m) because (n⋅1)⋅(m⋅1)=(m⋅n)⋅1.

Direct Product of Rings

If gcd⁡(r,s)=1, then the rings ℤrs and ℤr×ℤs are isomorphic.

We already know from groups that ℤr×ℤs≃ℤrs if and only if gcd⁡(r,s)=1.

Unities 1∈ℤrs and (1,1)∈ℤr×ℤs are both generators. Therefore, ϕ(x)=(x,x) is an isomorphism.

In general, The unity in R1×…×Rn is constructed as (1R1,…,1Rn), where 1Ri∈Ri

Units

b is called a multiplicative inverse of a if ab=ba=1. We denote b=a−1.

If R is a ring with unity 1≠0, an element u∈R is a unit of R if it has a multiplicative inverse.

Note: Unity is not the same as a unit
  • If u is a unit, then u−1 is a unit.
  • If u1 and u2 are units, then u1⋅u2 is also a unit (and thus (u1⋅u2)−1=u2−1⋅u1−1)

Collection of units U forms a group that is a subgroup of the semigroup ⟨R,⋅⟩.

Finding Units of a Ring

For example, find the units in ℤ14

  • 1 is obviously a unit,
  • If 1 is a unit, then −1≡13(mod14) is also a unit
  • (3)⋅(5)=15≡1(mod14), so 3 and 5 are units.
  • etc.

In general, units of ℤn are elements that are coprime to n.

Division Rings

If every nonzero element is a unit, then R is a division ring (or a skew field)

Note that ℤ is not a division ring.

Subrings

If R′⊆R and R′ is a ring, then R′ is a subring of R.


Fields

A field is a commutative division ring.

Examples: ℚ, ℝ, ℂ.


Integral Domains

We start oddly with a quadratic equation x2−5x+6=(x−2)(x−3)=0. This has solutions x∈{2,3} in ℝ, but what about in ℤ12? x∈{2,3,6,11}⊂ℤ12.

Zero Divisors

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

Note that 4 and 3 are zero divisors in ℤ12 since 4⋅3≡0(mod12).

Theorem 19.3

In ℤn, the divisors of 0 are precisely those nonzero elements that are not relatively prime to n.

Proof. Take m∈ℤn, where m≠0. Let d=gcd⁡(m,n)>1, so m and n are both divisible by d. Then m(nd)=(md)n≡0(modn). Thus m is a zero divisor.

Now suppose

gcd⁡(m,n)=1

and

ms=0

for some

s∈ℤn

. Then

ms=0

implies

n∣ms

, so

n∣s

since

m

and

n

are relatively prime. This means that

s≡0(modn)

.

quod erat demonstrandum

Corollary. If p is prime, then ℤp has no zero-divisors. (because all integers are coprime to a prime number)


Cancellation Law

Recall that (left) cancellation law holds if ab=ac implies b=c. (similarly right)

If a,b,c∈R, where R is a ring, then ab=ac can be rewritten as ab−ac=a(b−c)=0. Thus either a or b−c is a zero-divisor, and thus the cancellation law does not hold in general (cannot divide by zero). However,

Theorem 19.5

The left and right cancellation laws hold in R if and only if R has no zero divisors.

Definition of Integral Domain

An integral domain D is a commutative ring with unity 1≠0 containing no zero-divisors. (huh?)

Examples: ℚ,ℝ,ℂ,ℤ. In general, any field is an integral domain: (See #Theorem 19.9→)


Note that ℤ×ℤp is not an integral domain even though ℤ and ℤp are both integral domains. This is because we can choose two elements a=(1,0) and b=(0,1) in the direct product such that a⋅b=(1,0)⋅(0,1)=(1⋅0,0⋅1)=(0,0)=0∈ℤ×ℤp

Similarly, D is an integral domain, but Mn(D) (n×n matrices formed from elements of D) is not.

Theorem 19.9

Every field F is an integral domain

If R is a field, then R∖{0} is a group of units, all of which have an inverse so the cancellation laws hold.

Proof. Assume ab=0, then if a≠0, we can find a−1≠0. Thus a−1⋅(a⋅b)=0 is equivalent to (a−1⋅a)⋅b=0, thus b=0.