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 axb(modm), where ax=b in m.

Theorem 20.10

Let m+ and am be relatively prime to m.

For each bm, the equation ax=bhas a unique solution in m.

Proof. By Theorem 20.6, a is a unit in

m

, so there exists a

a1

such that

a1ax=x=a1b

.

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=,s2m,sm,s,s+m,s+2m,,s+km,.


Theorem 20.12

(generalization of previous theorem)

Let m+, a,bm, and d=gcd(a,m).

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

Proof. In other words, when db, then the equation has no solutions. Suppose sm is a solution, so asb(modm). Then asb=qm for some q. Thus b=asqm, which implies ma and dm. Therefore db. Contradiction!

Now if db, then a=a1d, b=b1d, and m1d (d divides everything). Then we have asb=qm, so a1dsb1d=qm1d and a1s=qm1. Therefore

asb(modm)a1sb1(modm)1

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

Now for mm1, there are d preimages {s¯+km10k<d,k+} in m.


Corollary. The congruence axb(modm) has a solution if and only if db. 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¯+(d1)m1+m.

Example

Solve 12x27(mod18) for all x.

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


Solve 15x27(mod1)8 for all x

gcd(15,18)=3 and 327. Therefore solutions to this equation also satisfy 5x9(mod6) or equivalently 5x3(mod6)

observe 551(mod6), so 51=5. Therefore x353(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 qq=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,nD. 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 xF can be presented as ab for a,bD

For example, D×D={(a,b)a,bD} 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]={bab}

Now F={[(a,b)]a,bD,b0}


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 a0 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