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 ϕ:RR 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.

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

Ring Isomorphisms

Recall the definition of an isomorphism:

ϕ:RR 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. RR via ϕ(x)=x (identity function)
  2. Symmetric. RR via ϕ:RR. Then ϕ1:RR is also an isomorphism, hence RR.
  3. Transitive. RR and RR. 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 x1=1x=x for all xR, where 10 (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 (00=0)

Definitions and Observations

  • R is commutative if xy=yx for all x,yR.
  • A ring with a multiplicative identity element is a ring with unity. (denoted 1)

(1++1n)(1++1m)=(1++1nm) because (n1)(m1)=(mn)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×srs if and only if gcd(r,s)=1.

Unities 1rs 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 1RiRi

Units

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

If R is a ring with unity 10, an element uR 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 u1 is a unit.
  • If u1 and u2 are units, then u1u2 is also a unit (and thus (u1u2)1=u21u11)

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 113(mod14) is also a unit
  • (3)(5)=151(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 RR 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 x25x+6=(x2)(x3)=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 430(mod12).

Theorem 19.3

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

Proof. Take mn, where m0. Let d=gcd(m,n)>1, so m and n are both divisible by d. Then m(nd)=(md)n0(modn). Thus m is a zero divisor.

Now suppose

gcd(m,n)=1

and

ms=0

for some

sn

. Then

ms=0

implies

nms

, so

ns

since

m

and

n

are relatively prime. This means that

s0(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,cR, where R is a ring, then ab=ac can be rewritten as abac=a(bc)=0. Thus either a or bc 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 10 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 ab=(1,0)(0,1)=(10,01)=(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 a0, we can find a10. Thus a1(ab)=0 is equivalent to (a1a)b=0, thus b=0.