Skip to content
GRE Math overview

Public topic · GRE Math

Group Theory Essentials

A free GRE Mathematics note on group and subgroup axioms, element order, cyclic groups, Lagrange's theorem and its corollaries, direct products, and how to tell two small groups apart.

Concise answer

Almost every exam-level group theory question is answered by two facts and one habit: Lagrange's theorem constrains every subgroup and element order to divide the group order, the order of a power in a cyclic group is n/gcd(k,n)n/\gcd(k,n), and the habit is to write the group order down before touching an element. Counting arguments — how many elements of a given order, how many subgroups, whether two groups of equal order are isomorphic — then become short arithmetic.

Definitions

Group
A set GG with an associative operation that has an identity ee and in which every aGa \in G has an inverse a1a^{-1}. Commutativity is not required; a group that has it is called abelian.
Order of an element
The least positive integer kk with ak=ea^k = e, written a|a|. If no such kk exists the element has infinite order.
Cyclic group
A group g={gk}\langle g \rangle = \{g^k\} generated by a single element. Every cyclic group of order nn is isomorphic to Zn\mathbb{Z}_n.
Coset
For HGH \le G and aGa \in G, the set aH={ah:hH}aH = \{ah : h \in H\}. Distinct left cosets are disjoint and all have H|H| elements, which is why H|H| divides G|G|.
Index
The number [G:H][G : H] of distinct left cosets of HH in GG, so that G=[G:H]H|G| = [G:H]\,|H| for a finite group.
Isomorphism
A bijection φ:GH\varphi : G \to H with φ(ab)=φ(a)φ(b)\varphi(ab) = \varphi(a)\varphi(b). Isomorphic groups have identical order statistics, so a single mismatched element count disproves isomorphism.

Intuition

Lagrange's theorem is a counting statement, not an abstract one. The left cosets of a subgroup HH tile the group into disjoint blocks that all have exactly H|H| elements, so G|G| has to be a multiple of H|H|. Every corollary you use on the exam — element orders divide the group order, groups of prime order are cyclic, aG=ea^{|G|} = e — is that tiling picture read a different way.

Two groups of the same order can still be different because order statistics are an invariant: an isomorphism sends an element of order kk to an element of order kk. So the fastest way to prove Z4×Z2≇Z8\mathbb{Z}_4 \times \mathbb{Z}_2 \not\cong \mathbb{Z}_8 is not to hunt for a failed map but to observe that Z8\mathbb{Z}_8 has an element of order 8 and the product has none.

Concept walkthrough

A group is a set with one associative operation, an identity, and inverses. Most exam items never verify the axioms directly; they hand you a familiar group — Zn\mathbb{Z}_n under addition, the units Zn×\mathbb{Z}_n^{\times} under multiplication, the symmetric group SnS_n, the dihedral group DnD_n, or a matrix group — and ask a structural question. The subgroup test is worth memorising in its short form: a nonempty subset that is closed under the operation and under inverses is a subgroup, and for a finite subset closure alone suffices because inverses appear as repeated powers.

Order is the single most useful number attached to an element. In the cyclic group Zn\mathbb{Z}_n written additively, the element kk has order n/gcd(k,n)n/\gcd(k,n); the generators are exactly the kk coprime to nn, so there are φ(n)\varphi(n) of them. Because a cyclic group of order nn has exactly one subgroup for each divisor dd of nn, and that subgroup is itself cyclic of order dd, the number of elements of order dd is φ(d)\varphi(d). In a direct product the order of (a,b)(a,b) is lcm(a,b)\operatorname{lcm}(|a|,|b|) — an lcm, never a product — which is exactly why Zm×Zn\mathbb{Z}_m \times \mathbb{Z}_n is cyclic only when gcd(m,n)=1\gcd(m,n) = 1. In SnS_n, the order of a permutation is the lcm of its disjoint cycle lengths.

Lagrange's theorem then does the pruning. If G=20|G| = 20, no element can have order 3, no subgroup can have order 8, and any element aa satisfies a20=ea^{20} = e. Two corollaries are heavily tested: a group of prime order has no proper nontrivial subgroups, so it is cyclic and generated by any non-identity element; and aG=ea^{|G|} = e for every aa, which specialises to Fermat's little theorem in Zp×\mathbb{Z}_p^{\times}. The converse of Lagrange is false and is a favourite trap — the alternating group A4A_4 has order 12 but no subgroup of order 6 — so a divisor of G|G| tells you what is possible, never what exists.

After this page, you should be able to

  • Verify the group and subgroup axioms quickly, and name which axiom a proposed structure fails.
  • Compute the order of an element in Zn\mathbb{Z}_n, in a direct product, and in a permutation group.
  • Use Lagrange's theorem and its corollaries to rule out impossible subgroup and element orders.
  • Count the elements of a given order in a cyclic group using φ(d)\varphi(d), and count subgroups using divisors.
  • Distinguish two groups of the same order by comparing their order statistics rather than by searching for a map.

Formulas and assumptions

Lagrange's theorem

G=[G:H]H|G| = [G : H] \, |H|

Variables

  • G: a finite group
  • H: a subgroup of G
  • [G : H]: the number of distinct left cosets of H in G

Assumptions

  • G is finite.
  • The converse fails: a divisor of |G| need not be the order of any subgroup.

Order of a power in a cyclic group

gk=ngcd(k,n)\left| g^{k} \right| = \frac{n}{\gcd(k, n)}

Variables

  • g: a generator of a cyclic group of order n
  • k: the exponent
  • gcd: greatest common divisor

Assumptions

  • g has finite order n.
  • Written additively in Z_n, the element k has order n/gcd(k, n).

Order in a direct product

(a,b)=lcm(a,b)\left| (a, b) \right| = \operatorname{lcm}\left( |a|, |b| \right)

Variables

  • a: an element of the first factor
  • b: an element of the second factor

Assumptions

  • Both a and b have finite order.
  • The result is a least common multiple, not a product.

Elements of a given order in a cyclic group

#{x:x=d}=φ(d),dn\#\{x : |x| = d\} = \varphi(d), \qquad d \mid n

Variables

  • n: the order of the cyclic group
  • d: a divisor of n
  • phi: Euler's totient function

Assumptions

  • The group is cyclic of order n.
  • d must divide n; otherwise no element has order d.

Worked example

Counting elements of order 4 in a direct product

How many elements of order 44 does Z4×Z2\mathbb{Z}_4 \times \mathbb{Z}_2 contain, and is the group cyclic?

  1. 1The group has Z4×Z2=42=8|\mathbb{Z}_4 \times \mathbb{Z}_2| = 4 \cdot 2 = 8 elements, so by Lagrange every element order divides 88: the only candidates are 1,2,4,81, 2, 4, 8.
  2. 2The order of a pair is (a,b)=lcm(a,b)|(a,b)| = \operatorname{lcm}(|a|, |b|), so the question reduces to the orders available in each factor.
  3. 3In Z4\mathbb{Z}_4: 0=1|0| = 1, 2=4/gcd(2,4)=2|2| = 4/\gcd(2,4) = 2, and 1=3=4|1| = |3| = 4. In Z2\mathbb{Z}_2: 0=1|0| = 1 and 1=2|1| = 2.
  4. 4Since b{1,2}|b| \in \{1, 2\}, the lcm equals 44 only when a=4|a| = 4. That forces a{1,3}a \in \{1, 3\} (two choices) while bb is unrestricted (two choices), giving 22=42 \cdot 2 = 4 elements of order 44.
  5. 5The largest possible order is lcm(4,2)=4<8\operatorname{lcm}(4, 2) = 4 < 8, so no element generates the whole group: it is not cyclic, and therefore Z4×Z2≇Z8\mathbb{Z}_4 \times \mathbb{Z}_2 \not\cong \mathbb{Z}_8 even though both have order 88.

Exactly 44 elements have order 44, and Z4×Z2\mathbb{Z}_4 \times \mathbb{Z}_2 is not cyclic because its maximum element order is lcm(4,2)=4\operatorname{lcm}(4,2) = 4, not 88.

Common traps

  • Using the converse of Lagrange: dGd \mid |G| does not produce a subgroup of order ddA4A_4 has order 1212 and no subgroup of order 66.
  • Multiplying orders in a direct product instead of taking the least common multiple, which turns Z4×Z2\mathbb{Z}_4 \times \mathbb{Z}_2 into a phantom cyclic group of order 88.
  • Confusing the order of an element with the order of the group, or with the order of the subgroup it generates (those last two are the same number, the first is not).
  • Assuming groups of equal order are isomorphic; compare order statistics first, since an isomorphism preserves the order of every element.
  • Treating every subgroup as normal. Subgroups of abelian groups and subgroups of index 22 are normal, but a general subgroup — such as (12)S3\langle (12) \rangle \le S_3 — is not.

Question depth and domain coverage vary by exam. Practice answers are checked after submission.

Sources

  1. GRE Subject Test Content and StructureETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
  2. Abstract Algebra: Theory and Applications (Judson), Section 3.8: Definitions and ExamplesLibreTexts Mathematics. Accessed 2026-08-15. Judson's Abstract Algebra on LibreTexts is released under the GNU Free Documentation License 1.3; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  3. Abstract Algebra: Theory and Applications (Judson), Section 3.9: SubgroupsLibreTexts Mathematics. Accessed 2026-08-15. Judson's Abstract Algebra on LibreTexts is released under the GNU Free Documentation License 1.3; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  4. Abstract Algebra: Theory and Applications (Judson), Section 4.1: Cyclic SubgroupsLibreTexts Mathematics. Accessed 2026-08-15. Judson's Abstract Algebra on LibreTexts is released under the GNU Free Documentation License 1.3; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  5. Abstract Algebra: Theory and Applications (Judson), Section 6.2: Lagrange's TheoremLibreTexts Mathematics. Accessed 2026-08-15. Judson's Abstract Algebra on LibreTexts is released under the GNU Free Documentation License 1.3; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  6. Abstract Algebra: Theory and Applications (Judson), Section 9.1: Definition and Examples (Isomorphisms)LibreTexts Mathematics. Accessed 2026-08-15. Judson's Abstract Algebra on LibreTexts is released under the GNU Free Documentation License 1.3; attribute the author and platform and avoid verbatim reuse beyond short cited references.

Sources and corrections

Sources last checked 2026-08-15

Every source cited on this page was checked on the date shown, and we update the page when a source changes. If something looks wrong, tell us and we'll recheck it.