Euler's Totient Theorem Proof
📂Number TheoryEuler's Totient Theorem Proof
Theorem
gcd(a,m)=1⟹aϕ(m)≡1(modm)
Description
One can immediately recognize that this theorem generalizes Fermat’s Little Theorem, and indeed, the proof is almost identical.
Proof
By the definition of the Euler’s totient function, there exactly ϕ(m) occurrences of bi satisfying gcd(bi,m)=1 among 1≤bi≤m. Let’s call this set
B:={b1,b2,⋯,bϕ(m)}
Then, since gcd(a,m)=1,
aB={ab1,ab2,⋯,abϕ(m)}
becomes exactly the same set. Therefore,
b1b2⋯bϕ(m)≡ab1ab2⋯abϕ(m)(modm)
by grouping a on the right side, we have
b1b2⋯bϕ(m)≡aϕ(m)b1b2⋯bϕ(m)(modm)
By canceling both sides with gcd(b1b2⋯bϕ(m),m)=1, we obtain the following.
aϕ(m)≡1(modm)
■