5 questions to test your understanding
You want to apply Euler's theorem to compute 6^20 (mod 9). You check that φ(9) = 6. Does the theorem guarantee 6^6 ≡ 1 (mod 9)?
Euler's theorem states a^φ(n) ≡ 1 (mod n) when gcd(a,n) = 1. Which of the following best explains WHY the exponent φ(n) appears specifically?
Euler's theorem states a^φ(n) ≡ 1 (mod n) for most integers a and most positive integers n.
Fermat's Little Theorem (a^(p−1) ≡ 1 (mod p) for prime p with gcd(a,p) = 1) is a special case of Euler's Theorem.
Why is the condition gcd(a, n) = 1 necessary for Euler's theorem, and what goes wrong when it fails?