Concise answer
Abstract algebra on this exam is a constraint subject, not a computation subject. Lagrange's theorem forces every subgroup order and element order to divide the group order; cyclic groups are completely described by the divisors of ; homomorphisms transport structure and their kernels measure exactly what is lost. Rings add a second operation, and the interesting question becomes which elements can be cancelled — that is what separates a ring from an integral domain and an integral domain from a field.
Definitions
- Group
- A set with an associative operation, an identity , and an inverse for every element. Abelian means the operation also commutes.
- Order
- is the number of elements of the group; is the least with . Keeping the two apart is half of most exam items.
- Coset and index
- . The cosets of partition into blocks of equal size — the proof of Lagrange's theorem in one line.
- Normal subgroup and quotient
- when for all ; exactly then do the cosets themselves form a group .
- Kernel
- for a homomorphism . It is always normal, and is injective exactly when the kernel is trivial.
- Zero divisor
- A nonzero with for some nonzero . Zero divisors are what block cancellation: in , .
- Field
- A commutative ring with identity in which every nonzero element has a multiplicative inverse — so division by anything nonzero is defined.
Intuition
A group is what is left when you keep only the ability to combine and to undo. That is why counting arguments dominate: with so little structure, the strongest available statements are about sizes. Lagrange's theorem is the archetype — it says that the way a subgroup tiles the group by cosets forces an exact divisibility relation, with no reference to what the elements are.
Cyclic groups are the fully solved case, and most exam items reduce to them. has exactly one subgroup for each divisor of , exactly elements of order for each divisor , and exactly generators. Once you can produce those three counts from the factorisation of , a large family of questions becomes arithmetic.
Rings are groups that have grown a second operation, and the whole subject organises around one question: can you cancel? In you can, because there are no zero divisors; in you cannot, because with neither factor zero. An integral domain is a ring where cancellation works; a field is one where you can go further and divide.
Concept walkthrough
Start every group question by writing . Lagrange's theorem then says the order of any subgroup, and hence the order of any element, divides . This immediately answers 'can a group of order have an element of order ?' (no — ) and it is the reason a group of prime order must be cyclic: any non-identity element generates a subgroup whose order divides and is not , so it is all of . The converse of Lagrange is false and is a favourite distractor: has order but contains no subgroup of order .
Cyclic groups carry most of the computational load. If has order , then . From that one formula: the generators are the with , so there are of them; for each divisor of there is exactly one subgroup of order , so the subgroup count is the number of divisors; and the number of elements of order is . Direct products extend this: in the order of is , and exactly when .
Non-abelian structure appears through the symmetric group (order ), the alternating group (order for ), and the dihedral group of symmetries of a regular -gon (order ). Permutations are handled in cycle notation: a permutation's order is the least common multiple of its cycle lengths, and its sign is determined by parity — a -cycle is a product of transpositions, so it is even exactly when is odd. A common exam item asks for the largest possible order of an element of , which is a question about partitions of and their least common multiples.
Homomorphisms are where structure moves between groups. The kernel is always normal, the image is a subgroup of the target, and the first isomorphism theorem packages both: . This is the fastest way to identify quotient groups — for instance the determinant map from onto the nonzero reals has kernel , so the quotient is without any coset arithmetic. To prove two groups are not isomorphic, compare invariants rather than searching for maps: abelian versus non-abelian, the number of elements of each order, whether the group is cyclic. and both have order , but the first has an element of order and the second does not.
Rings shift attention to multiplication. A ring is an abelian group under addition with an associative multiplication that distributes; commutativity and an identity are separate assumptions, and this exam usually supplies both. An ideal is the ring analogue of a normal subgroup — the subobject you can quotient by — and is a field exactly when is maximal. The chain to memorise runs ring commutative ring with identity integral domain (no zero divisors, so cancellation holds) field (every nonzero element is a unit). Two facts close the loop: every field is an integral domain, and every finite integral domain is a field.
The number theory this exam uses is modular arithmetic read through that lens. is a commutative ring with identity; its units are the residues coprime to , so , and is a field exactly when is prime — because for composite with the classes of and are nonzero with product zero. Euler's theorem ( for ) and its special case Fermat's little theorem ( for ) are then just Lagrange's theorem applied inside the group of units, and they are what make questions like 'find the last digit of ' fast: has order modulo , , so the answer is the last digit of , namely .
After this page, you should be able to
- Use Lagrange's theorem to rule out subgroup and element orders, and state why its converse fails.
- Describe every subgroup and count the elements of each order in a cyclic group from the divisors of .
- Decide whether two groups of the same order are isomorphic by comparing invariants such as abelianness and order counts.
- Apply the first isomorphism theorem to identify a quotient group without constructing its multiplication table.
- Distinguish ring, commutative ring, integral domain, and field by exactly which axiom each one adds.
- Compute confidently in : units, inverses, orders, and the reason is a field precisely when is prime.
Formulas and assumptions
Lagrange's theorem and index
Variables
- |G|: the order of the group
- H: a subgroup
- [G : H]: the number of cosets of H in G
Assumptions
- G must be finite.
- The converse fails: a divisor of |G| need not be the order of any subgroup (A_4 has no subgroup of order 6).
Order of a power in a cyclic group
Variables
- n: the order of the cyclic group
- k: the exponent
Assumptions
- The group must be cyclic of finite order n.
- Applies verbatim to Z_n with multiplication of k replaced by addition.
Counts in a cyclic group of order n
Variables
- tau(n): the number of positive divisors of n
- phi(n): Euler's totient, the count of integers in [1, n] coprime to n
Assumptions
- The group must be cyclic; a non-cyclic group of the same order has different counts.
- phi is multiplicative on coprime arguments, with phi(p^k) = p^k - p^(k-1).
Orders in a direct product
Variables
- g, h: elements of the two factors
Assumptions
- Both factors must have finite order for the lcm formula.
First isomorphism theorem
Variables
- f: a group homomorphism
- ker(f): the preimage of the identity
Assumptions
- The map must be a homomorphism; nothing weaker suffices.
- f is injective exactly when ker(f) is trivial.
Standard finite groups and their orders
Variables
- S_n: the symmetric group on n letters
- A_n: the even permutations
- D_n: the symmetries of a regular n-gon
Assumptions
- The cycle-length rule needs the cycles written in disjoint form.
- A k-cycle is even exactly when k is odd, because it factors into k - 1 transpositions.
The ring hierarchy
Variables
- zero divisor: a nonzero a with ab = 0 for some nonzero b
- unit: an element with a multiplicative inverse
Assumptions
- Cancellation is available exactly when there are no zero divisors.
- Every finite integral domain is a field, so the two notions coincide in the finite case.
Euler and Fermat congruences
Variables
- phi(n): Euler's totient
- p: a prime
Assumptions
- The coprimality condition is essential; without it a is not a unit modulo n.
- These are Lagrange's theorem applied in the group of units of Z_n.
Worked example
Reading a cyclic group off its divisors
How many subgroups does have, and how many of its elements have order ?
- 1 is cyclic of order . In a cyclic group the subgroups correspond exactly to the divisors of the order — one subgroup for each divisor, and no others.
- 2Factor: , so the number of divisors is , namely . Hence has exactly subgroups.
- 3For the element orders, use in additive notation. So exactly when .
- 4Only multiples of can have equal to , so test them: , , , , . Exactly and qualify.
- 5Cross-check with the general count: a cyclic group of order has exactly elements of order for each divisor of , and . The two answers agree.
- 6Note what this shows about subgroups: those two elements generate the same subgroup , which is the unique subgroup of order — consistent with 'one subgroup per divisor'.
has subgroups, and exactly elements of order (namely and ), which generate the unique order- subgroup .
Common traps
- Using the converse of Lagrange's theorem. A divisor of need not be the order of a subgroup: has order and no subgroup of order .
- Confusing the order of the group with the order of an element — the two appear in the same sentence constantly and obey different constraints.
- Assuming groups of equal order are isomorphic. and both have order ; only the first has an element of order .
- Assuming every subgroup is normal. Index forces normality, but nothing smaller does — has non-normal subgroups of order .
- Treating all of as a multiplicative group. Only the units — the residues coprime to — form a group under multiplication, and there are of them.
- Cancelling in a ring with zero divisors. From in you cannot conclude ; take , .
- Confusing the number of generators of (which is ) with the number of subgroups (which is the number of divisors of ).
- Assuming in general. It holds exactly when ; is not .
Related pages and practice
Question depth and domain coverage vary by exam. Practice answers are checked after submission.
Sources
- GRE Subject Test Content and Structure — ETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
- Abstract Algebra: Theory and Applications (Judson), Section 3.8: Definitions and Examples — 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.
- Abstract Algebra: Theory and Applications (Judson), Section 3.9: Subgroups — 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.
- Abstract Algebra: Theory and Applications (Judson), Section 4.1: Cyclic Subgroups — 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.
- Abstract Algebra: Theory and Applications (Judson), Section 6.2: Lagrange's Theorem — 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.
- 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.
- Abstract Algebra: Theory and Applications (Judson), Section 16.3: Rings — 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.
- Abstract Algebra: Theory and Applications (Judson), Section 16.4: Integral Domains and Fields — 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-15Every 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.