03.03.01 · modern-geometry / lie

Lie group

shipped3 tiersLean: partial

Anchor (Master): Helgason — Differential Geometry, Lie Groups, Symmetric Spaces; Knapp *Lie Groups Beyond an Introduction*

Intuition [Beginner]

A Lie group is a group whose elements form a smooth manifold, in such a way that group multiplication and inversion are smooth maps. The classical examples: rotations of 3-space, the unitary group of a Hilbert space, the symmetry group of a crystal lattice. They are spaces of continuous symmetries.

Why combine "group" and "manifold"? Because every continuous symmetry of a physical or geometric system tends to be both: it composes (group structure) and it varies smoothly (manifold structure). A Lie group is exactly the right abstraction.

The infinitesimal version of a Lie group is its Lie algebra: the tangent space at the identity element, equipped with the bracket extracted from the failure of the group multiplication to commute 03.04.01. Lie's correspondence makes the global Lie group and the local Lie algebra two faces of the same object — the group's geometry is fully encoded in the algebra's bracket structure (up to topological subtleties about coverings).

Visual [Beginner]

A smooth surface representing the group manifold, with a marked point (the identity element). The tangent space at the identity is the Lie algebra. Composing group elements deforms the surface.

A smooth surface representing a Lie group, with the identity element marked and the tangent space at the identity (the Lie algebra) shown.

The whole geometry of the group is generated by exponentiating the Lie algebra: sends each tangent direction to a group element along that direction.

Worked example [Beginner]

The classical example: , the group of rotations of three-dimensional space.

A rotation is determined by an axis (a unit vector in ) and an angle. Two rotations compose by what physicists call "Euler-angle composition" — but the formula is genuinely non-commutative because rotation order matters: rotating about then doesn't equal rotating about then .

As a manifold, is three-dimensional (one direction per generator, three generators total). Topologically it is the real projective space — connected, but not simply connected. Its universal double cover is , the 3-sphere.

The Lie algebra is the space of skew-symmetric matrices, with bracket the matrix commutator. The exponential map sends a skew-symmetric matrix to the rotation matrix , which is the rotation by radians about the axis defined by . This is Rodrigues's rotation formula in disguise.

Check your understanding [Beginner]

Formal definition [Intermediate+]

A Lie group is a smooth manifold 03.02.01 equipped with a group structure such that the multiplication and inversion maps are smooth:

The group operations being smooth makes the group structure compatible with the manifold structure in the strongest possible sense.

The identity element is the group identity. The tangent space at the identity has a canonical Lie-algebra structure: define , where is the differential at the identity of the conjugation map extended infinitesimally (this requires careful unwinding; see §"Full proof set"). This Lie algebra is denoted 03.04.01.

A Lie group homomorphism is a smooth group homomorphism . Its differential at the identity is a Lie-algebra homomorphism .

The exponential map sends each to , where is the unique one-parameter subgroup with . For matrix Lie groups, this is the matrix exponential ; in general, the exponential of a left-invariant vector field at time .

Examples.

  • under addition: an abelian Lie group of dimension , Lie algebra with zero bracket.
  • under multiplication of unit complex numbers: dimension 1, Lie algebra with zero bracket.
  • , : general linear groups, dimensions and .
  • : classical matrix Lie groups.
  • : the universal double cover of for 03.09.03.

Key theorem with proof [Intermediate+]

Theorem (Lie's correspondence — local form). Let and be Lie groups with Lie algebras . A Lie-algebra homomorphism uniquely lifts to a Lie-group homomorphism provided is simply connected and connected.

Proof (sketch). This is a global form; the local form (where is replaced by a sufficiently small neighbourhood of the identity) is more elementary and is what we sketch.

For the local version: a Lie-algebra homomorphism defines a homomorphism on one-parameter subgroups via . By the Baker-Campbell-Hausdorff formula, , where the higher-order terms involve only nested brackets of and . Since preserves brackets, applying to and using the BCH formula on both sides shows

This holds for in a neighbourhood of where BCH converges. Hence is a local homomorphism near the identity.

For the global version, simply-connectedness allows extension via path-lifting: any element of is connected to the identity by a path, and we extend along the path using the local formula. Simply-connectedness ensures the extension is path-independent. Without simply-connectedness, extends only to the universal cover and may fail to descend to if some loop's holonomy is nonzero.

The theorem is the local form of Lie's correspondence: the global Lie group is determined (up to coverings) by its local infinitesimal data — the Lie algebra.

Bridge. The construction here builds toward 03.05.01 (principal bundle), where the same data is upgraded, and the symmetry side is taken up in 03.05.07 (principal bundle with connection). 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+]

lean_status: partial — Mathlib has LieGroup as a typeclass on smooth manifolds with smooth multiplication, the matrix Lie groups (Matrix.GeneralLinearGroup, Matrix.SpecialLinearGroup, etc.), and partial coverage of the exponential map.

[object Promise]

The exponential map and Lie algebra correspondence are partially in Mathlib; the full Lie's third theorem is a long-term formalisation goal.

Advanced results [Master]

Cartan-Iwasawa-Malcev theorem. Every connected Lie group admits a maximal compact subgroup , and is diffeomorphic to . Maximal compacts are unique up to conjugation.

Iwasawa decomposition. For a semisimple Lie group , there is a global decomposition where is maximal compact, is abelian, and is nilpotent. This generalises the Gram-Schmidt / QR decomposition to arbitrary semisimple groups.

Cartan classification of compact simple Lie groups. The compact simple Lie groups (modulo coverings) fall into the same families as their Lie algebras 03.04.01: (), (), (), (), and the five exceptional groups . The exceptional groups are particularly remarkable for their connections to division algebras (octonions for , , ).

Lie group representations. A representation of on a vector space is a smooth homomorphism . Compact Lie groups have a particularly clean theory: Peter-Weyl theorem decomposes as a direct sum of finite-dimensional irreducible representations, each appearing with multiplicity equal to its dimension. This is the foundation for Fourier analysis on compact groups.

Symplectic and Poisson structures. The cotangent bundle has a canonical symplectic form, and the Lie algebra dual has a canonical Poisson structure (Kirillov-Kostant-Souriau). These are the geometric origin of integrable systems built from Lie group symmetries.

Connection to physics. Every continuous symmetry in physics — gauge theory, general relativity, condensed matter band structure — is a Lie group acting on configuration or phase space. Noether's theorem turns the Lie group action into a conservation law: the Lie algebra generators give the conserved charges.

Synthesis. This construction generalises the pattern fixed in 03.02.01 (smooth manifold), with the symmetric data replaced by its skew or twisted analogue. Read in the opposite direction, the construction is dual to the metric story: complements and orthogonality are taken with respect to the bilinear datum of this unit, not a metric, and the resulting category of subobjects is the one the rest of the strand classifies. The central insight is that this datum identifies algebra with geometry: functions become vector fields, subspaces become quotients, and invariants become cohomology classes — and that identification is the engine driving every theorem downstream.

Full proof set [Master]

Lie algebra structure on . Define for the conjugation , . Since , is a linear automorphism. The map is the adjoint representation . Differentiating again at , , is denoted . Define ; this is bilinear, antisymmetric, and Jacobi-respecting (the latter follows from associativity of group multiplication).

Smooth structure on . Proved in Exercise 3.

One-parameter subgroups. A one-parameter subgroup is a smooth homomorphism . Each determines a unique one-parameter subgroup with , by integrating the left-invariant vector field with value at . The exponential is .

Local diffeomorphism property of . Proved in Exercise 7.

Smooth structure compatibility of multiplication. Multiplication is smooth by definition of Lie group. Its differential at is (proved by computing the path in product coordinates and applying ). This is one ingredient in the BCH formula proof.

Baker-Campbell-Hausdorff (sketch). Define for small . Compute via the differential of the exponential map. This gives a recursive formula that, integrated from to , expresses as a power series in involving only nested brackets. The first terms are .

Connections [Master]

  • Smooth manifold 03.02.01 — the underlying geometric object.

  • Lie algebra 03.04.01 — the infinitesimal version of a Lie group.

  • Spin group 03.09.03 — a specific Lie group double-covering .

  • Principal bundle 03.05.01 — Lie groups are the structure groups of principal bundles.

  • Yang-Mills action 03.07.05 — Lie groups parametrise gauge symmetries.

  • Chern-Weil homomorphism 03.06.06 — invariant polynomials on produce characteristic classes.

Historical & philosophical context [Master]

Sophus Lie introduced what we now call Lie groups in the 1870s as continuous transformation groups acting on differential equations — his goal was a continuous-symmetry analogue of Galois theory for ODEs. Killing classified the simple complex Lie algebras in 1888–1890, and Cartan corrected and completed the classification in his 1894 thesis, identifying the five exceptional algebras and the global Lie group structure.

The modern definition (smooth manifold with smooth group structure) was crystallised by Hermann Weyl (1923) and given its definitive form in Chevalley's monograph (1946). The integration of Lie theory with topology — covering spaces, Lie's third theorem, the Iwasawa decomposition — proceeded through the mid-twentieth century work of Cartan, Chevalley, Iwasawa, Malcev, and Mostow.

In modern physics, Lie groups are the symmetry groups of nature: is the gauge group of the Standard Model; is the proper orthochronous Lorentz group; acts on field configurations on spacetime . Each is a Lie group whose representation theory determines the elementary particles and forces of the corresponding theory.

Bibliography [Master]

  • Hall, B. C., Lie Groups, Lie Algebras, and Representations, Springer GTM 222, 2nd ed., 2015.
  • Warner, F. W., Foundations of Differentiable Manifolds and Lie Groups, Springer GTM 94, 1983.
  • Helgason, S., Differential Geometry, Lie Groups, and Symmetric Spaces, Academic Press, 1978.
  • Knapp, A. W., Lie Groups Beyond an Introduction, Birkhäuser, 2nd ed., 2002.
  • Bourbaki, N., Lie Groups and Lie Algebras, Springer, 1989.

Wave 3 Phase 3.1 unit #4. Lie group — smooth manifold with smooth group structure; the structure underlying continuous symmetry groups in geometry and physics.