Weyl group
Anchor (Master): Weyl 1925-26 Theorie der Darstellung kontinuierlicher halb-einfacher Gruppen; Bourbaki Ch VI; Humphreys §10; Hiller
Intuition [Beginner]
Weyl group is part of the dictionary that turns symmetry into linear algebra. Instead of only watching a group or Lie algebra move points, a representation lets it move vectors, matrices, functions, and sections. The payoff is that complicated symmetry can be studied through invariant subspaces, characters, weights, and diagrams.
A good picture is a machine with a control panel. Each symmetry operation presses a button, and the representation tells the vector space how to respond. The concept matters because many classification theorems become finite calculations once the right representation data is chosen.
Visual [Beginner]
Worked example [Beginner]
Start with rotations of the plane by 0 degrees and 180 degrees. Acting on the vector (1,0), they produce (1,0) and (-1,0). Acting on the vertical vector (0,1), they produce (0,1) and (0,-1). This two-dimensional action is a small representation.
For a concrete count, the two rotations give two matrices, and multiplying either matrix by itself returns the identity matrix. What this tells us: representation theory replaces symmetry moves by matrices while preserving the multiplication or bracket rules.
Check your understanding [Beginner]
Formal definition [Intermediate+]
The Weyl group of a root system is the finite group generated by the reflections in the root hyperplanes. For a compact Lie group, it is also the normalizer of a maximal torus modulo the torus. [Bourbaki Ch VI; Humphreys §10; Hiller]
The object is considered up to the natural equivalence relation in its category: biholomorphic change of coordinate for complex-analytic objects, isomorphism of bundles or divisors for geometric objects, and intertwining linear isomorphism for representations. This convention keeps formulas invariant under the allowed changes of local description.
Key theorem with proof [Intermediate+]
Theorem. The Weyl group permutes the Weyl chambers simply transitively.
Proof. Each root hyperplane cuts the complement into chambers. Reflections across walls move adjacent chambers, so the generated group acts transitively by reflecting a path from one chamber to another whenever it crosses a wall. If an element fixes a chamber, it fixes an open set. A linear transformation fixing an open set is the identity, so the action is free. [Bourbaki Ch VI; Humphreys §10; Hiller]
Bridge. The construction here builds toward later units of the strand, where the same pattern is taken up at higher structure. The defining pattern appears again in those units in a sharpened form, where the local data is glued or quotiented. Putting these together, the foundational insight is that the data of this unit gives the structural signature that the rest of the strand reads off.
Exercises [Intermediate+]
Lean formalization [Intermediate+]
Mathlib contains related infrastructure, but the exact theorem package for this unit is only partially represented in the current Codex Lean layer.
import Mathlib
namespace Codex.RepresentationTheory.LieAlgebraic
theorem WeylGroup_placeholder : True := by
trivial
end Codex.RepresentationTheory.LieAlgebraic
Advanced results [Master]
The mature form of weyl group is functorial. Morphisms preserve the defining local data, and the invariants attached to the object descend to the relevant quotient category. In the complex-analytic strand this means divisors, periods, line bundles, and extension phenomena behave under holomorphic maps of Riemann surfaces. In the representation-theoretic strand this means weights, characters, enveloping algebras, and invariant measures behave under homomorphisms and restriction.
A second result is the comparison with the adjacent algebraic or analytic model. For Riemann surfaces, meromorphic data can often be read as line-bundle or divisor data; for representation theory, infinitesimal data in a Lie algebra often integrates to compact or complex group data under appropriate hypotheses. These comparison theorems are the reason the unit is placed as supporting material rather than isolated terminology. [Bourbaki Ch VI; Humphreys §10; Hiller]
Synthesis. The Weyl group is the finite combinatorial shadow of an infinite continuous symmetry: it records the residual discrete structure that remains after choosing a Cartan subalgebra and discarding continuous parameters. As a Coxeter group, it connects Lie theory to the combinatorics of reflection groups, braid groups, and Hecke algebras — the Weyl group is the specialisation at q=1 of the Hecke algebra, just as the symmetric group is the q=1 limit of the type-A Hecke algebra. The simply-transitive action on Weyl chambers is a rigidity phenomenon: a finite group acting on Euclidean space with such control forces the root-system classification, much as the crystallographic restriction theorem constrains discrete symmetries of lattices. The Weyl group also governs the alternating sums in the Weyl character formula and the Kazhdan-Lusztig combinatorics of category O.
Full proof set [Master]
The local theorem above proves the invariant core used by downstream units. The global comparison theorems cited in Advanced results require the full machinery of the anchor texts: sheaf cohomology and compactness for the Riemann-surface statements, PBW and highest-weight theory for the Lie-algebraic statements, and Haar integration for compact groups. Those proofs are standard in the cited references and are recorded here as review targets rather than Lean-complete artifacts. [Bourbaki Ch VI; Humphreys §10; Hiller]
Connections [Master]
07.01.01gives the group-representation starting point,07.03.01supplies highest-weight or compact averaging methods, and07.04.01uses this unit in classification and harmonic analysis. The Lie-algebraic chain also connects to03.04.01through brackets and to03.03.01through differentiation of Lie group actions.
Historical & philosophical context [Master]
Weyl's 1925-26 papers put reflection groups at the center of representation theory. The Weyl group records the residual symmetry after choosing a Cartan subalgebra or maximal torus. [Weyl 1925-26; Bourbaki Ch VI; Humphreys §10]
Bibliography [Master]
- Weyl 1925-26 Theorie der Darstellung kontinuierlicher halb-einfacher Gruppen.
- Bourbaki Ch VI; Humphreys §10; Hiller.