MATH 415 Lecture 16

From Notes
Jump to navigation Jump to search

« previous | Tuesday, October 22, 2013 | next »


Review

(See MATH 415 Lecture 15→)


  • Zero-Divisors: elements a such that ∃b where ab=0.
  • Integral Domain D: commutative ring with multiplicative identity 1 different from additive identity 0 and containing no zero-divisors
  • Division Ring: is a ring such that every nonzero element is a unit
  • Field: is a commutative division ring
  • Theorem 19.9: Every field F is an integral domain.


Theorem 19.11

Theorem. Every finite integral domain is a field.

Proof. Let D be an integral domain such that |D|<∞. Then D={0,1,a1,…,an}, where all elements are distinct. For any nonzero a∈D, there exists a b such that ab=1.

Consider aD={ab∣b∈D}={a⋅0,a⋅1,a⋅a1,…,a⋅an}.

We claim that all elements in aD are distinct because D has no nonzero divisors: consider aai=aaj for i≠j. Then aai−aaj=a(ai−aj)=0. Since a≠0, it follows that ai−aj=0 and thus ai=aj.

Since

|D|=n+2

, then

|aD|=n+2

by distinctiveness of elements. In particular,

|D∖{0}|=|aD∖{0}|=n+1

. Therefore, there exists some

i

such that

aai=1

in

aD∖{0}

.

quod erat demonstrandum


Corollary. ℤn is a field if and only if n is prime.

Proof. if

n

is not prime, then there exists

m⋅k=n

, which would imply that

m

and

n

are zero divisors and thus

ℤn

would not be a field. However, if

n

is prime, then

n

necessarily has no divisors, so the set

ℤn

would not have any zero divisors and thus be a field.

quod erat demonstrandum


Characteristic of a Ring

Let R be a ring, and let n∈ℤ+. Then if n⋅a=0 for all a∈R,

we call the least number n with such property a characteristic of the ring R. Otherwise, R has characteristic zero (0).

For example, the rings ℤ, ℚ, ℝ, and ℂ are all of characteristic 0.

but ℤn has characteristic n since n⋅a≡0(modn).

Theorem 19.15

Theorem. Let R be a ring with unity 1.

  • If n⋅1≠0 for all n∈ℤ+, then R has characteristic 0.
  • If n⋅1=0 for some n∈ℤ+, then the smallest such integer n is the characteristic of R.

Proof. If

n⋅1≠0

, then we cannot have

n⋅a=0

for all

a∈R

. Now suppose

n⋅1=0

, then take any

a∈R

, then

na=a+…+a⏟n=a(1+…+1)=a(n⋅1)=a⋅0=0

.

quod erat demonstrandum

Characteristic of a Field

Exercise 29: If R=D is an integral domain, then the characteristic is either 0 or p, a prime number. This holds for all fields in general


Section 20: Fermat's and Euler's Theorems

(Fermat's little and last)

Additive groups and quotient groups of integers mod n are isomorphic:

ℤn≃ℤ/nℤ

We know that the cosets in ℤ/nℤ are exactly a+nℤ for all a∈nℤ.

Let's define the product between (a+nℤ) and (b+nℤ) by (a+nℤ)⋅(b+nℤ)=(ab+nℤ)

Consider a1=a+nr≡a(modn) and b1=b+nk≡b(modn). observe that their product belong to the same coset: (a+nr)⋅(b+nk)=ab+(ak+rb+rkn)n. Thus multiplication is well-defined.


Fact: for any division ring, the nonzero elements form a group under multiplication:

  • Division ring RD: RD*=RD∖{0} is a group (over multiplication) consisting of units.
  • Field F: F*=F∖{0} is an abelian group over multiplication


Fermat's Little Theorem

If we take ℤp*, this forms a group over multiplication with order p−1. Thus we have bp−1=1 for any b∈ℤp*.

This is because |G|=n implies gn=1 for all g∈G.

Euler's Theorem

Theorem 20.6

The set Gn of nonzero elements of ℤn that are not zero-divisors forms a group under multiplication modulo n.

Proof.

  1. Gn is closed under multiplication.
  2. 1∈Gn (identity element)
  3. multiplication is associative
  4. Every element has an inverse modulo n (see permutation argument under #Theorem 19.11).


Euler Function

We define ϕ(n) to be the number of positive integers less than n that are relatively prime to n.

For example, ϕ(12)=4 because:

1,2,3,4,5,6,7,8,9,10,11