Tested tool guide
Tested browser tools
Checked August 16, 2026
What Group Cayley Table Generator does, with a checked example
Group Cayley Table Generator lays out every product for a selected cyclic, symmetric, or dihedral group. Choose the family and its parameter, then read each result where an element's row meets another element's column. The table supports checks of the group axioms and visual identification of subgroups. A common surprise is that n is not always the table width: Z_n has n elements, while S_n has n! elements. Dihedral notation also varies between sources, so confirm the displayed element count.
Worked example
A concrete input and expected output from the current implementation.
Input
Choose Z_n, enter n = 3, and use addition.
->
Expected output
Table:
+ | 0 1 2
0 | 0 1 2
1 | 1 2 0
2 | 2 0 1
All group axioms pass. The subgroups are {0} and {0, 1, 2}. Each cell is the row label plus the column label modulo 3, so 1 + 2 becomes 0 and 2 + 2 becomes 1. Zero is the identity, while 1 and 2 are mutual inverses. Since the group has prime order 3, it has no nontrivial proper subgroup.