Abstract Algebra β The Algebra of Symmetry
Abstract algebra studies algebraic structures β sets with operations that obey certain rules. A group captures symmetry. A ring captures addition and multiplication together. A field captures the arithmetic of numbers. And Galois theory uses all three to answer one of the oldest questions in mathematics: which equations can be solved by radicals? The answer β discovered by a 20-year-old Frenchman the night before he died in a duel β is one of the most beautiful and tragic stories in all of science.
π· Groups β The Mathematics of Symmetry
Examples of Groups
Cyclic Groups β The Simplest Kind
A group is cyclic if it's generated by a single element: every element is gβΏ for some n. The integers β€ are infinite cyclic (generated by 1). The clock group β€β is finite cyclic (generated by 1 mod n). Cyclic groups are the building blocks of all finite abelian groups β the Fundamental Theorem of Finite Abelian Groups says every such group is a product of cyclic groups.
Permutation Groups β Symmetry in Action
The symmetric group Sβ consists of all permutations of n objects. It has n! elements. Cayley's theorem says every finite group is isomorphic to a subgroup of some Sβ β meaning every group can be understood as permutations of something. The alternating group Aβ (even permutations) is the key to the unsolvability of the quintic.
Example: A group of order 6 can have subgroups of order 1, 2, 3, or 6 β never 4 or 5. This is why a pentagon's rotational symmetry group (order 5) can't be a subgroup of a hexagon's (order 6) β 5 doesn't divide 6.
The converse is false: not every divisor has a subgroup. The smallest counterexample is Aβ (order 12), which has no subgroup of order 6.
β Rings & Fields β Two Operations Are Better Than One
Ideals β The Substructures of Rings
An ideal I in a ring R is a subset closed under addition and under multiplication by any element of R. Think of it as a "module of zero" β if you multiply an element of I by anything in R, you stay in I. Ideals are to rings what normal subgroups are to groups: they allow you to form quotient rings R/I.
Polynomial Rings
The ring R[x] of polynomials with coefficients in R is one of the most important constructions in algebra. Over a field, polynomial division works, and every ideal of F[x] is principal (generated by a single polynomial). The irreducible polynomials are like prime numbers β they generate the prime ideals. The study of polynomial roots leads directly to field theory and Galois theory.
πΏ Galois Theory β The Tragedy of the Quintic
Field Extensions β Adjoining Roots
To solve xΒ² β 2 = 0, we need β2. The rationals β don't contain β2, so we create a field extension β(β2) = {a + bβ2 : a,b β β}. The degree of the extension β the dimension as a vector space over β β is 2. The degree tells you how many new numbers you need to adjoin.
Galois Groups β The Symmetries of Roots
The Galois group Gal(L/K) is the group of field automorphisms of L that fix K. Each automorphism permutes the roots of a polynomial. For xΒ² β 2 = 0, the Galois group has two elements: one that sends β2 to itself (identity) and one that sends β2 to ββ2. This group is β€β β cyclic of order 2.
β Intermediate fields K β M β L
β Subgroups of the Galois group Gal(L/K)
Larger subfields correspond to smaller subgroups, and vice versa. This correspondence turns problems about fields (hard) into problems about groups (easier).
A polynomial is solvable by radicals iff its Galois group is a solvable group β a group that can be broken down into a chain of abelian subgroups. The symmetric group Sβ is not solvable. Therefore, the general quintic is not solvable by radicals.
This is why there's a quadratic formula, a cubic formula, a quartic formula β but no general quintic formula.
The Unsolvable Quintic
The Galois group of the general quintic is Sβ (all permutations of 5 roots). Sβ is not solvable β its only normal subgroups are {e}, Aβ (alternating), and Sβ itself, and Aβ is simple (no normal subgroups at all). Therefore no radical formula exists. Specific quintics like xβ΅ β x β 1 = 0 have Galois group Sβ and cannot be solved by radicals β their roots exist but cannot be expressed using +, β, Γ, Γ·, and β.
π Abstract Algebra in the Real World
The Rubik's Cube Group
The Rubik's Cube has 43,252,003,274,489,856,000 possible states. The set of all moves forms a group. The structure of this group β its generators (the six face turns), its relations (the sequences that return to solved), and its subgroups (like the "square subgroup" of moves that only use half-turns) β is a beautiful application of group theory. God's number (the maximum number of moves needed to solve any state) was proven to be 20 using group-theoretic reasoning and computer search.
Elliptic Curve Cryptography
Elliptic curves over finite fields form groups. The security of ECC relies on the difficulty of the elliptic curve discrete logarithm problem: given points P and nP on the curve, find n. This is believed to be much harder than factoring β so ECC achieves the same security as RSA with much smaller keys. Bitcoin, HTTPS, and modern messaging all use elliptic curve groups.
Burnside's Lemma β Counting with Symmetry
How many distinct necklaces can you make with 6 beads, each bead either black or white, if rotations are considered the same? Burnside's lemma uses group actions to count: number of orbits = (1/|G|) Ξ£ |Fix(g)|. For this problem: G = the 6 rotations. Fix(identity) = 2βΆ = 64. A 90Β° rotation only fixes monochromatic necklaces: 2. Summing over all rotations: (64 + 2 + 4 + 2 + 4 + 2)/6 = 78/6 = 13 distinct necklaces.
The Classification of Finite Simple Groups
Finite simple groups are the "prime numbers" of group theory β they have no non-trivial normal subgroups. The classification theorem, completed in 2004 (after tens of thousands of pages across hundreds of papers), lists all finite simple groups. They fall into families: cyclic groups of prime order, alternating groups Aβ (n β₯ 5), groups of Lie type (like PSLβ(π½β)), and 26 sporadic groups β the largest of which is the Monster group, with about 8Γ10β΅Β³ elements. The Monster has deep connections to number theory through monstrous moonshine.
π― Practice β Check Your Algebraic Intuition
These puzzles build intuition about groups, rings, and fields.