07.06.02 · representation-theory / lie-algebraic

Universal enveloping algebra

shipped3 tiersLean: partial

Anchor (Master): Poincare 1900; Birkhoff 1937; Witt 1937 PBW theorem; Humphreys §17; Dixmier; Bourbaki Ch I

Intuition [Beginner]

Universal enveloping algebra 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]

Schematic diagram for universal enveloping algebra showing local data linked across a global object.

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 universal enveloping algebra U(g) is the associative algebra generated by a Lie algebra g subject to xy-yx=[x,y]. It is universal for turning Lie algebra actions into module actions. [Humphreys §17; Dixmier; Bourbaki Ch I]

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. Representations of g on V are the same as left U(g)-module structures on V.

Proof. A U(g)-module restricts along g->U(g) to a Lie algebra representation because the defining relation forces xy-yx=[x,y]. Conversely, a Lie algebra representation gives an algebra map from the tensor algebra T(g) to End(V). The relation x tensor y minus y tensor x minus [x,y] acts by zero, so the map factors uniquely through U(g). [Humphreys §17; Dixmier; Bourbaki Ch I]

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 UniversalEnvelopingAlgebra_placeholder : True := by
  trivial

end Codex.RepresentationTheory.LieAlgebraic

Advanced results [Master]

The mature form of universal enveloping algebra 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. [Humphreys §17; Dixmier; Bourbaki Ch I]

Synthesis. The universal enveloping algebra U(g) is the device that linearises Lie algebra representation theory: a Lie algebra representation is the same data as a left U(g)-module, converting infinitesimal symmetry into associative algebra. The Poincare-Birkhoff-Witt theorem ensures this conversion loses no information — the ordered monomials form a basis — and is itself a prototype of the Gröbner-basis/diamond-lemma pattern that appears throughout rewriting theory and quantum group deformation. U(g) also connects to deformation quantisation: the symmetric algebra S(g) is the classical limit, U(g) is the quantum deformation, and the bracket on g measures the first-order failure of commutativity. This algebra-to-geometry correspondence resurfaces in the D-module perspective on representation theory, where U(g)-modules become sheaves on flag varieties.

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. [Humphreys §17; Dixmier; Bourbaki Ch I]

Connections [Master]

  • 07.01.01 gives the group-representation starting point, 07.03.01 supplies highest-weight or compact averaging methods, and 07.04.01 uses this unit in classification and harmonic analysis. The Lie-algebraic chain also connects to 03.04.01 through brackets and to 03.03.01 through differentiation of Lie group actions.

Historical & philosophical context [Master]

The PBW theorem of Poincare, Birkhoff, and Witt says that imposing Lie bracket relations does not collapse the ordered monomial basis. This makes U(g) the algebraic home of Lie algebra representation theory. [Poincare 1900; Birkhoff 1937; Witt 1937; Humphreys §17]

Bibliography [Master]

  • Poincare 1900; Birkhoff 1937; Witt 1937 PBW theorem.
  • Humphreys §17; Dixmier; Bourbaki Ch I.