MATH 415 Lecture 17

From Notes
Jump to navigation Jump to search

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


Euler's Theorem

Theorem 20.8. If a is relatively prime to n, then aϕ(n)−1 is divisible by n. That is, aϕ(n)≡1(modn).

Note |Gn|=ϕ(n)

Solving Linear Congruences

Find all solutions of a linear congruence ax≡b(modm), where ax=b in ℤm.

Theorem 20.10

Let m∈ℤ+ and a∈ℤm be relatively prime to m.

For each b∈ℤm, the equation ax=bhas a unique solution in ℤm.

Proof. By Theorem 20.6, a is a unit in

ℤm

, so there exists a

a−1

such that

a−1ax=x=a−1b

.

quod erat demonstrandum


Corollary. If gcd(a,m)=1, then for any b∈ℤ the congruence ax=b(modm) has as solutions all integers in precisely one residue class modulo m.

This is precisely s+mℤ=…,s−2m,s−m,s,s+m,s+2m,…,s+km,….


Theorem 20.12

(generalization of previous theorem)

Let m∈ℤ+, a,b∈ℤm, and d=gcd(a,m).

The equation ax=b has a solution in ℤm if and only if d∣b. When d∣b, the equation has exactly d solutions.

Proof. In other words, when d∤b, then the equation has no solutions. Suppose s∈ℤm is a solution, so as≡b(modm). Then as−b=qm for some q∈ℤ. Thus b=as−qm, which implies m∣a and d∣m. Therefore d∣b. Contradiction!

Now if d∣b, then a=a1d, b=b1d, and m1d (d divides everything). Then we have as−b=qm, so a1ds−b1d=qm1d and a1s=qm1. Therefore

as≡b(modm)a1s≡b1(modm)1

With gcd(a1,b1)=1. Therefore the second form has a unique solution s¯∈ℤm1.

Now for ℤm→ℤm1, there are d preimages {s¯+km1∣0≤k<d,k∈ℤ+} in ℤm.


Corollary. The congruence ax≡b(modm) has a solution if and only if d∣b. When this is the case, the solutinos are exactly d distinct residual classes modulo m.

From the previous example, we somehow arrive at

s¯+mℤ, s¯+m1+mℤ, ..., s¯+(d−1)m1+mℤ.

Example

Solve 12x≡27(mod18) for all x∈ℤ.

No solution because gcd(12,18)=6, but 6∤27.


Solve 15x≡27(mod1)8 for all x∈ℤ

gcd(15,18)=3 and 3∣27. Therefore solutions to this equation also satisfy 5x≡9(mod6) or equivalently 5x≡3(mod6)

observe 5⋅5≡1(mod6), so 5−1=5. Therefore x≡3⋅5≡3(mod6) with series of solutions 3+18ℤ, 3+6+18ℤ, and 3+12+18ℤ.


Quotient Fields

The integral domain ℤ can be "embedded in" the field of rationals by definition q∈ℚ⟹q=mn, where m∈ℤ and n∈ℕ.

In general, let D be any integral domain. This can be "embedded" into a field F (called a quotient field):

Let a=mn, where m,n∈D. We put a in F.

Constructing a Quotient Field

  1. define what the elements of F are
  2. Define binary operations + and ⋅
  3. Check all field axioms
  4. show that D can be viewed as a subring of F and every x∈F can be presented as ab for a,b∈D

For example, D×D={(a,b)∣a,b∈D} is a subset of S=D×(D∖{0})

We define an equivalence relation ∼ on S such that (a,b)∼(c,d) if and only if ad=bc, or equivalently ab=cd:

  1. reflexive. (a,b)∼(a,b) holds because of multiplicative commutivity in D (ab=ba)
  2. symmetric. (a,b)∼(c,d) implies (c,d)∼(a,b) holds by symmetry on equality.
  3. transitivity. (a,b)∼(c,d) and Failed to parse (unknown function "\im"): {\displaystyle (c,d) \im (r,s)} gives ad=bc and cs=dr. We write asd=sad=sbc=bcs=bdr=brd Therefore as=br by cancellation, giving (a,b)∼(r,s).

We form equivalence classes of a as follows:

a¯=[a]={b∣a∼b}

Now F={[(a,b)]∣a,b∈D,b≠0}


Lemma. For [(a,b)] and [(c,d)] in F, the equations

[(a,b)]+[(c,d)]=[(ad+bc,bd)][(a,b)]⋅[(c,d)]=[(ac,bd)]

Give well-defined operations of addition and multiplication in F.

Proof of multiplication. Choose two representatives (a1,b1)∈[(a,b)] and (c1,d1)∈[(c,d)]. Then (a1,b1)∼(a,b)⟺ab1=ba1 and (c1,d1∼(c,d)⟺cd1=dc1.

Take product:

(a1,b1)⋅(c1,d1)=(a1c1,b1d1)(a,b)⋅(c,d)=(ac,bd)

The question is: is (ac,bd) equivalent to (a1c1,b1d1)?

We have from equivalence definition

a1bc1d=b1ad1c

, so by commutativity,

a1c1bd=b1d1ac

; so yes.

quod erat demonstrandum


Checking Field Axioms

  1. Addition is commutative
  2. Addition is associative
  3. Addition has identity [(0,1)]=0F
  4. Additive inverse is defined as −[(a,b)]=[(−a,b)]
  5. Multiplication is commutative
  6. Multiplication is associative
  7. Multiplication has identity [(1,1)]=1F
  8. Distributive laws hold in F.
  9. If [(a,b)]∈F is not the additive identity 0F, then a≠0 in D and [(b,a)] is a multiplicative inverse for [(a,b)].

To review,

  • (1-4) shows that ⟨F,+⟩ is an abelian group
  • 5 shows that ⟨F,⋅⟩ is a semigroup
  • 6 shows that ⟨F,⋅⟩ is commutative