contents
§1

What is a group?

When we say the Rubik's Cube "is a group," it is not a metaphor. A group in modern algebra is a precise mathematical object defined by four axioms. The set of all cube moves, with the operation "do a then do b," satisfies all four exactly.

G1
Closure
∀ a, b ∈ G : a · b ∈ G
The composition of two cube moves is again a cube move. R followed by U is still a legal cube operation.
G2
Associativity
(a · b) · c = a · (b · c)
Doing R U then F equals doing R then U F. Composing physical moves is associative — bracketing has no semantic effect.
G3
Identity
∃ e ∈ G : e · a = a · e = a
Doing nothing is the identity element . The empty alg. Composing it with any move gives back .
G4
Inverse
∀ a : ∃ a⁻¹ : a · a⁻¹ = e
Every move can be undone. The inverse of R is R′. The inverse of R U R′ U′ is U R U′ R′ — reverse the sequence and invert each move.
Definition 1.1
A group is a set equipped with a binary operation satisfying the four axioms above. If additionally (the commutative law) holds, we call it an Abelian group.

The cube group is not Abelian: R then U gives a different state from U then R. Half of cube theory is, in essence, measuring exactly how far from commutative things are — that is the role of commutators (§9).

1.1 Other common groups

Groups are ubiquitous. Listing them — integers, matrices, symmetries, permutations, complex roots, geometric transformations — almost every natural structure with "inverses" forms a group:

Group
Op.
Order
Abel.
(ℤ, +)
+
integer addition — the prototypical infinite Abelian group
yes
(ℤ/n, +)
+
addition mod n — the cyclic group of order n
n
yes
(ℝ \ {0}, ×)
×
nonzero reals under multiplication
yes
Sₙ
symmetric group — all permutations of n. Non-Abelian when n ≥ 3
n!
no
D₂ₙ
dihedral group — symmetries of a regular n-gon
2n
no
GL(n, ℝ)
·
invertible n×n real matrices under multiplication
no
(rotations of cube, ∘)
cube rotations (centres fixed) — isomorphic to S₄
24
no
G (Rubik's cube)
the subject of this essay
4.3 × 10¹⁹
no

Notice sits between "physically observable" (humanity's population) and "physically unimaginable" (atoms in the universe). That scale is exactly why the cube is such a compelling concrete example.

1.2 Abelian vs non-Abelian

Definition 1.2
A group is Abelian if its operation commutes: for all . Otherwise it is non-Abelian.

"Abelian" honours the Norwegian mathematician Niels Henrik Abel (1802–1829), who in his early twenties proved that the general quintic equation has no radical solution — a result that relied on the structure of Abelian groups.

That the cube group is non-Abelian permeates every aspect of solving. Every advanced technique is either "side-stepping non-commutativity" (conjugation) or "exploiting it" (commutators). If the cube were Abelian, it would be six independent dials, solvable in seconds — and there would be no sport.

"The central idea of group theory is symmetry. A group is the set of symmetries of an object — and symmetry is one of the most general concepts in mathematics."
— a common opening of any abstract-algebra textbook

1.3 Axioms in one row each

AxiomFormulaCube meaning
G1 closurecomposition of moves is a move
G2 associativitybracketing irrelevant, sequence is what matters
G3 identitydoing nothing is the empty alg
G4 inverseevery alg can be undone

1.4 Non-cube groups, briefly

GroupOrderAbelianCube analogy
yesan infinite analogue of "U turns piling up"
nyes
n!no (n≥3)corners → S₈, edges → S₁₂
n!/2no (n≥4)[G,G] projects onto A₈ × A₁₂
noface turns sit inside GL₄₈(ℤ)
8noquaternion group — smallest non-Abelian non-dihedral example
norank-2 free group — ⟨R, U⟩ behaves like F₂ until depth ~20

1.5 Groups as objects in a category

The modern view: gather all groups into a category . Objects are groups, morphisms are group homomorphisms. A subgroup (§2.3) is a monomorphism , a quotient (§7) is an epimorphism , and a normal subgroup is precisely a subgroup admitting a quotient. The First Isomorphism Theorem becomes the diagram

This matches the architecture of a cube solver: each phase is a single arrow in , and the Thistlethwaite chain is the composite .

cuberoot.me · Rubik's Cube as a Group · 2026