← back to blog

Lie Groups

2026.03.20 math · geometry · algebra

physicists have a habit of understanding the world by looking at what stays the same when things move.

take a book on a table. you can slide it left or right. you can rotate it. you can rotate it a little, then rotate it a little more, and nothing particularly dramatic happens. the book keeps being a book. each move changes its position, but its shape, size, and mass do not change.

now stop thinking about the book and start thinking about the moves themselves. all possible rotations of the book form one family of moves. all possible slides belong to another. you can combine these moves, undo them, or make them smaller and smaller until they are almost imperceptible. this is the basic idea behind a lie group, named after sophus lie. it is a collection of symmetries that change smoothly rather than in jumps.

formally, a lie group is a group that is also a smooth manifold, and where the group operations (combining two moves, undoing a move) are smooth maps. the first condition says the symmetries form a consistent algebraic system. the second says the symmetries live on a surface with no sharp corners, so you can do calculus on it.

the simplest nontrivial example is $SO(2)$, the group of rotations of the plane. every rotation is determined by a single angle $\theta \in [0, 2\pi)$. you can add angles, take negatives, and everything is smooth. geometrically, $SO(2)$ is a circle.

a richer example is $SO(3)$, rotations of three-dimensional space. every rotation is determined by an axis and an angle. the group itself is a three-dimensional manifold. it is not a sphere, though it is close: it is the real projective space $\mathbb{RP}^3$, because a rotation by angle $\theta$ around axis $\hat{n}$ is the same as a rotation by $2\pi - \theta$ around $-\hat{n}$.

what makes lie groups tractable is that you do not need to understand the whole group at once. you only need to understand what happens near the identity, the move that does nothing. this is the lie algebra.

here is the precise idea. the lie algebra $\mathfrak{g}$ of a lie group $G$ is the tangent space at the identity. tangent space means: all the directions you could move away from the identity by an infinitesimally small amount. for $SO(3)$, the identity is the rotation that does nothing, and the tangent space at the identity consists of all infinitesimal rotations, which turn out to be $3 \times 3$ skew-symmetric matrices (matrices $X$ satisfying $X^T = -X$). there are three independent directions, one for each axis, which matches the fact that $SO(3)$ is three-dimensional.

the lie algebra is a vector space, so you can add elements and scale them. but it carries one additional piece of structure: the lie bracket $[X, Y] = XY - YX$. for matrices this is just the commutator. it measures how two infinitesimal motions fail to commute, i.e. how much difference it makes which order you apply two tiny nudges. for $SO(3)$, the lie bracket of two infinitesimal rotations is another infinitesimal rotation, and the bracket relations are exactly $[L_x, L_y] = L_z$, $[L_y, L_z] = L_x$, $[L_z, L_x] = L_y$, which physicists will recognise as the angular momentum commutation relations.

how do you get from the lie algebra back to the group? through the exponential map:

$$\exp(X) = I + X + \frac{X^2}{2!} + \frac{X^3}{3!} + \cdots$$

this is the same series as $e^x$ for real numbers, but now applied to matrices. it takes an element of the lie algebra (an infinitesimal motion) and produces an element of the group (a finite motion). for $SO(3)$, if $X$ is the matrix for an infinitesimal rotation around axis $\hat{n}$, then $\exp(\theta X)$ is the finite rotation by angle $\theta$ around $\hat{n}$. the exponential map is how a single small nudge, scaled up, becomes a full rotation.

this is why physicists find lie groups everywhere. the lie algebra is where the physics lives: the generators of rotations are angular momentum, the generators of time translations are energy, the generators of spatial translations are linear momentum. the fact that these quantities are conserved, noether's theorem, is precisely the statement that the corresponding lie group is a symmetry of the system. the group encodes what is allowed. the algebra encodes what is preserved.