ConceptComplete

Groups and Subgroups - Key Properties

Cyclic groups are the simplest class of groups, generated by repeated application of a single element. They serve as building blocks for understanding more complex group structures.

DefinitionCyclic Group

A group GG is cyclic if there exists an element gGg \in G such that every element of GG can be written as gng^n for some integer nn. We write G=gG = \langle g \rangle and call gg a generator of GG.

For additive groups, this means every element is of the form ngng for some nZn \in \mathbb{Z}.

ExampleFundamental Cyclic Groups
  • Integers: Z=1=1\mathbb{Z} = \langle 1 \rangle = \langle -1 \rangle under addition
  • Modular arithmetic: Zn=1\mathbb{Z}_n = \langle 1 \rangle under addition modulo nn
  • Roots of unity: The nn-th roots of unity {ωk:k=0,1,,n1}\{\omega^k : k = 0, 1, \ldots, n-1\} where ω=e2πi/n\omega = e^{2\pi i/n}, forming the cyclic group CnC_n
  • Rotation group: Rotations of a regular nn-gon by multiples of 2π/n2\pi/n

The structure of cyclic groups is completely determined by their order. Every infinite cyclic group is isomorphic to Z\mathbb{Z}, and every finite cyclic group of order nn is isomorphic to Zn\mathbb{Z}_n.

DefinitionOrder of an Element

The order of an element gGg \in G, denoted g|g| or ord(g)\text{ord}(g), is the smallest positive integer nn such that gn=eg^n = e. If no such nn exists, we say gg has infinite order.

For a cyclic group G=gG = \langle g \rangle:

  • If GG is finite, then G=g|G| = |g|
  • If GG is infinite, then g=|g| = \infty
Remark

For gGg \in G with finite order nn, the cyclic subgroup g={e,g,g2,,gn1}\langle g \rangle = \{e, g, g^2, \ldots, g^{n-1}\} has exactly nn elements. The order of gg always divides the order of the group (by Lagrange's theorem).

A key fact about cyclic groups is that all subgroups of a cyclic group are themselves cyclic. If G=gG = \langle g \rangle has order nn, then for each divisor dd of nn, there exists exactly one subgroup of order dd, namely gn/d\langle g^{n/d} \rangle.

The number of generators of a cyclic group Zn\mathbb{Z}_n equals ϕ(n)\phi(n), Euler's totient function, which counts integers kk with 1k<n1 \leq k < n and gcd(k,n)=1\gcd(k, n) = 1. This connects group theory to number theory in a fundamental way.