Read this lesson as text

Cyclic Groups Zₙ

Abstract Algebra · Axiom Academy

Exploring the structure of cyclic groups through circular visualization, generators, and connections to modular arithmetic and number theory. We visualize Zₙ as n equally-spaced points arranged on a circle. The group operation (addition mod n) corresponds to moving clockwise around the circle. The group Z₆ has elements 0, 1, 2, 3, 4, 5 . The identity element is 0, and every element has an inverse. 2. Generators: Creating the Entire Group Starting from a generator and repeatedly applying the group operation, we eventually visit every element of the group. Think of it as walking around the circle—a generator allows you to reach every point. 3. Generators vs. Non-Generators Not every element of Zₙ is a generator. Some elements only generate a subgroup—they cycle through a proper subset of the elements. There's a beautiful connection between generators and number theory: Which numbers less than 12 are coprime to 12? Therefore, Z₁₂ has exactly 4 generators: 1, 5, 7, 11 . The number of generators of Zₙ is given by Euler's totient function: φ(8) = 4 — generators: 1, 3, 5, 7 φ(12) = 4 — generators: 1, 5, 7, 11 φ(15) = 8 — generators: 1, 2, 4, 7, 8, 11, 13, 14

This is the written version of the interactive lesson above. See the full Abstract Algebra course.