SUMMARY
U(n), defined as the set of integers less than n that are relatively prime to n, is cyclic for specific values of n: 2, 4, p^a, or 2p^a, where p is an odd prime. The structure of U(n) can be analyzed using the Chinese remainder theorem, which states that U(n) can be expressed as the product of U(p_i^{a_i}) for its prime factors. For odd primes, U(p^a) is cyclic, while U(2^a) is noncyclic for a > 2. A generator of U(n) when cyclic is referred to as a primitive root mod n.
PREREQUISITES
- Understanding of group theory concepts
- Familiarity with the Chinese remainder theorem
- Knowledge of Euler's totient function (φ)
- Basic concepts of modular arithmetic
NEXT STEPS
- Study the Chinese remainder theorem in detail
- Learn about Euler's totient function and its applications
- Explore the structure theorem for finitely generated abelian groups
- Research methods for finding primitive roots mod n
USEFUL FOR
Students of Abstract Algebra, mathematicians interested in group theory, and anyone studying number theory and modular arithmetic.