Show that the e = order of a modulo m is equal to psi(m)

  • Thread starter Thread starter teddyayalew
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
teddyayalew
Messages
35
Reaction score
0

Homework Statement


http://i44.tinypic.com/33z5js3.jpg

It is part b


Homework Equations


ae = 1 (mod m)

a(psi(m)) = 1 (mod m)

eu - psi(m)v = gcd(e, psi(m)) = g

The Attempt at a Solution



I know that eu = g + psi(m)v

So then a(eu) = ag + psi(m)= ag*apsi(m) = ag (mod m) from the above relation.

Also aeu = 1u = 1 mod(m)

So then we know ag = 1 mod(m) . Because g divides e , g≤e . and because e is the smallest possible number s.t ae = 1 (mod m) e≤g so g =e.

I am having trouble then showing that g =psi(m) can someone help me.

 
Physics news on Phys.org
Well, from where you are, you could try to prove that [itex]e[/itex] divides [itex]g[/itex], but I wouldn't do it (and don't know if it can be done.)

Use the division algorithm to note that you can write [itex]phi(m) = eq + r[/itex] where [itex]0 \leq r < e[/itex] and show that [itex]r[/itex] must be zero.
 
Ahh I see! Thank you for your help.