Skip to content

Chapter 105. Lie Algebras

Lie algebras study infinitesimal symmetry. They arise when one replaces a continuous group of transformations by its tangent structure at the identity.

The subject belongs to algebra, geometry, and analysis at the same time. Algebraically, a Lie algebra is a vector space with a special product called a bracket. Geometrically, it describes infinitesimal motions. Analytically, it appears through differential equations, flows, and continuous transformation groups.

A Lie algebra is a vector space g\mathfrak g with a bilinear operation called the Lie bracket, written [x,y][x,y], satisfying alternation and the Jacobi identity. The bracket is generally non-associative. A standard source of examples comes from associative algebras by using the commutator bracket [X,Y]=XYYX[X,Y]=XY-YX.

105.1 Motivation

Many mathematical objects have symmetries.

A circle has rotations. A vector space has invertible linear transformations. A differential equation may have transformations preserving its solutions. A physical system may have conservation laws associated with continuous symmetry.

Groups describe symmetry globally. Lie algebras describe symmetry infinitesimally.

For example, the rotation group in the plane consists of matrices

R(θ)=[cosθsinθsinθcosθ]. R(\theta) = \begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}.

At θ=0\theta=0, this is the identity matrix. The derivative at θ=0\theta=0 is

A=[0110]. A = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}.

This matrix is the infinitesimal generator of rotations. The whole rotation family can be recovered by exponentiation:

R(θ)=eθA. R(\theta)=e^{\theta A}.

Lie theory studies this relation between global transformations and infinitesimal generators.

105.2 Definition

Let FF be a field.

A Lie algebra over FF is a vector space g\mathfrak g over FF together with a bilinear operation

[,]:g×gg [\cdot,\cdot] : \mathfrak g \times \mathfrak g \to \mathfrak g

called the Lie bracket, satisfying two identities.

First, the bracket is alternating:

[x,x]=0 [x,x]=0

for every xgx\in\mathfrak g.

Second, the bracket satisfies the Jacobi identity:

[x,[y,z]]+[y,[z,x]]+[z,[x,y]]=0 [x,[y,z]]+[y,[z,x]]+[z,[x,y]]=0

for all x,y,zgx,y,z\in\mathfrak g.

The operation [x,y][x,y] measures how two infinitesimal transformations fail to commute.

105.3 Antisymmetry

Over a field of characteristic not equal to 22, alternation implies antisymmetry.

Since

[x+y,x+y]=0, [x+y,x+y]=0,

bilinearity gives

[x,x]+[x,y]+[y,x]+[y,y]=0. [x,x]+[x,y]+[y,x]+[y,y]=0.

The first and last terms vanish, so

[x,y]+[y,x]=0. [x,y]+[y,x]=0.

Thus

[x,y]=[y,x]. [x,y]=-[y,x].

In most real and complex examples, Lie brackets are therefore antisymmetric.

This means that reversing the order of the inputs reverses the sign.

105.4 The Jacobi Identity

The Jacobi identity is the defining structural law of Lie algebras:

[x,[y,z]]+[y,[z,x]]+[z,[x,y]]=0. [x,[y,z]]+[y,[z,x]]+[z,[x,y]]=0.

It replaces associativity.

A Lie bracket usually does not satisfy

[x,[y,z]]=[[x,y],z]. [x,[y,z]]=[[x,y],z].

Instead, the Jacobi identity controls how nested brackets interact.

One useful interpretation is that the operation

adx(y)=[x,y] \operatorname{ad}_x(y)=[x,y]

acts as a derivation:

adx([y,z])=[adx(y),z]+[y,adx(z)]. \operatorname{ad}_x([y,z]) = [\operatorname{ad}_x(y),z] + [y,\operatorname{ad}_x(z)].

In bracket notation,

[x,[y,z]]=[[x,y],z]+[y,[x,z]]. [x,[y,z]] = [[x,y],z]+[y,[x,z]].

This form shows that bracketing with xx differentiates the bracket.

105.5 First Examples

The zero bracket gives the simplest Lie algebra.

Let VV be any vector space. Define

[x,y]=0 [x,y]=0

for all x,yVx,y\in V.

Then VV is a Lie algebra. Such a Lie algebra is called abelian.

The bracket contains no interaction between elements.

Another basic example is R3\mathbb{R}^3 with the cross product:

[x,y]=x×y. [x,y]=x\times y.

The cross product is bilinear and antisymmetric. It also satisfies the Jacobi identity. Thus R3\mathbb{R}^3 with the cross product is a Lie algebra.

This Lie algebra is closely related to rotations in three-dimensional space.

105.6 Matrix Lie Algebras

Let Mn(F)M_n(F) be the vector space of all n×nn\times n matrices over FF.

Define

[A,B]=ABBA. [A,B]=AB-BA.

This is called the commutator bracket.

It is bilinear because matrix multiplication distributes over addition and scalar multiplication. It is alternating because

[A,A]=AAAA=0. [A,A]=AA-AA=0.

It satisfies the Jacobi identity because matrix multiplication is associative. The commutator bracket is the standard way an associative algebra gives rise to a Lie algebra.

The resulting Lie algebra is denoted

gln(F). \mathfrak{gl}_n(F).

It is the general linear Lie algebra.

105.7 Computing a Commutator

Let

A=[0100],B=[0010]. A= \begin{bmatrix} 0 & 1\\ 0 & 0 \end{bmatrix}, \qquad B= \begin{bmatrix} 0 & 0\\ 1 & 0 \end{bmatrix}.

Then

AB=[1000],BA=[0001]. AB= \begin{bmatrix} 1 & 0\\ 0 & 0 \end{bmatrix}, \qquad BA= \begin{bmatrix} 0 & 0\\ 0 & 1 \end{bmatrix}.

Therefore,

[A,B]=ABBA=[1001]. [A,B] = AB-BA = \begin{bmatrix} 1 & 0\\ 0 & -1 \end{bmatrix}.

The commutator is zero exactly when AA and BB commute. Thus the bracket measures noncommutativity.

105.8 The General Linear Lie Algebra

The Lie algebra

gln(F) \mathfrak{gl}_n(F)

consists of all n×nn\times n matrices over FF, with bracket

[A,B]=ABBA. [A,B]=AB-BA.

Its dimension is

n2. n^2.

It is associated with the general linear group

GLn(F), GL_n(F),

the group of invertible n×nn\times n matrices.

The Lie algebra gln(F)\mathfrak{gl}_n(F) describes infinitesimal invertible linear transformations.

A path of matrices near the identity has the form

I+tA+O(t2). I+tA+O(t^2).

The matrix AA is the infinitesimal part.

105.9 The Special Linear Lie Algebra

The special linear Lie algebra is

sln(F)={AMn(F):tr(A)=0}. \mathfrak{sl}_n(F) = \{A\in M_n(F):\operatorname{tr}(A)=0\}.

It is closed under the commutator bracket because

tr(ABBA)=tr(AB)tr(BA)=0. \operatorname{tr}(AB-BA)=\operatorname{tr}(AB)-\operatorname{tr}(BA)=0.

Therefore sln(F)\mathfrak{sl}_n(F) is a Lie subalgebra of gln(F)\mathfrak{gl}_n(F).

Its dimension is

n21. n^2-1.

It corresponds to infinitesimal transformations preserving volume.

105.10 The Orthogonal Lie Algebra

The orthogonal group consists of matrices QQ satisfying

QTQ=I. Q^TQ=I.

Its Lie algebra consists of matrices AA satisfying

AT+A=0. A^T+A=0.

This Lie algebra is denoted

son(F). \mathfrak{so}_n(F).

Its elements are skew-symmetric matrices.

To see why, consider a curve Q(t)Q(t) in the orthogonal group with

Q(0)=I,Q(0)=A. Q(0)=I, \qquad Q'(0)=A.

Since

Q(t)TQ(t)=I, Q(t)^TQ(t)=I,

differentiate at t=0t=0:

AT+A=0. A^T+A=0.

Thus skew-symmetric matrices are infinitesimal rotations.

105.11 The Three-Dimensional Rotation Algebra

The Lie algebra

so3(R) \mathfrak{so}_3(\mathbb{R})

consists of all real 3×33\times 3 skew-symmetric matrices.

Every such matrix has the form

[0a3a2a30a1a2a10]. \begin{bmatrix} 0 & -a_3 & a_2\\ a_3 & 0 & -a_1\\ -a_2 & a_1 & 0 \end{bmatrix}.

This matrix corresponds to the vector

a=[a1a2a3]. a= \begin{bmatrix} a_1\\ a_2\\ a_3 \end{bmatrix}.

Under this identification, the matrix commutator corresponds to the cross product:

[A(a),A(b)]=A(a×b). [A(a),A(b)] = A(a\times b).

Thus the cross product Lie algebra on R3\mathbb{R}^3 is another form of so3(R)\mathfrak{so}_3(\mathbb{R}).

105.12 Lie Subalgebras

A subspace hg\mathfrak h\subseteq\mathfrak g is a Lie subalgebra if it is closed under the bracket:

[x,y]h [x,y]\in\mathfrak h

for all x,yhx,y\in\mathfrak h.

For example,

sln(F)gln(F) \mathfrak{sl}_n(F) \subseteq \mathfrak{gl}_n(F)

is a Lie subalgebra.

The skew-symmetric matrices form a Lie subalgebra of all matrices.

Closure under the bracket is essential. A vector subspace alone does not necessarily form a Lie algebra.

105.13 Ideals

An ideal of a Lie algebra g\mathfrak g is a subspace ig\mathfrak i\subseteq\mathfrak g such that

[x,y]i [x,y]\in\mathfrak i

for every xgx\in\mathfrak g and every yiy\in\mathfrak i.

Equivalently,

[g,i]i. [\mathfrak g,\mathfrak i]\subseteq\mathfrak i.

Ideals are the Lie-algebra analogue of normal subgroups and ring ideals.

If i\mathfrak i is an ideal, then the quotient vector space

g/i \mathfrak g/\mathfrak i

inherits a Lie algebra structure.

105.14 Homomorphisms

A Lie algebra homomorphism is a linear map

ϕ:gh \phi:\mathfrak g\to\mathfrak h

such that

ϕ([x,y])=[ϕ(x),ϕ(y)] \phi([x,y])=[\phi(x),\phi(y)]

for all x,ygx,y\in\mathfrak g.

It preserves the bracket structure.

The kernel

kerϕ \ker\phi

is an ideal of g\mathfrak g.

The image

imϕ \operatorname{im}\phi

is a Lie subalgebra of h\mathfrak h.

Thus Lie algebra homomorphisms behave much like homomorphisms in group theory and ring theory.

105.15 The Adjoint Representation

For each xgx\in\mathfrak g, define a linear map

adx:gg \operatorname{ad}_x:\mathfrak g\to\mathfrak g

by

adx(y)=[x,y]. \operatorname{ad}_x(y)=[x,y].

This gives a map

ad:ggl(g). \operatorname{ad}:\mathfrak g\to\mathfrak{gl}(\mathfrak g).

The Jacobi identity implies that ad\operatorname{ad} is a Lie algebra homomorphism:

ad[x,y]=[adx,ady]. \operatorname{ad}_{[x,y]} = [\operatorname{ad}_x,\operatorname{ad}_y].

Here the bracket on the right is the commutator of linear maps.

The adjoint representation is one of the central constructions in Lie theory.

105.16 Center

The center of a Lie algebra is

Z(g)={xg:[x,y]=0 for all yg}. Z(\mathfrak g) = \{x\in\mathfrak g:[x,y]=0\text{ for all }y\in\mathfrak g\}.

Elements of the center commute with every element under the Lie bracket.

A Lie algebra is abelian exactly when

Z(g)=g. Z(\mathfrak g)=\mathfrak g.

The center is always an ideal.

It measures the part of the Lie algebra that has no bracket interaction with the rest.

105.17 Derived Algebra

The derived algebra of g\mathfrak g is

[g,g]=span{[x,y]:x,yg}. [\mathfrak g,\mathfrak g] = \operatorname{span}\{[x,y]:x,y\in\mathfrak g\}.

It records all elements obtainable from brackets.

If

[g,g]=0, [\mathfrak g,\mathfrak g]=0,

then g\mathfrak g is abelian.

The derived algebra is an ideal. It measures the noncommutative part of the Lie algebra.

A Lie algebra whose derived series eventually becomes zero is called solvable.

105.18 Nilpotent Lie Algebras

A Lie algebra is nilpotent if repeated bracketing eventually produces zero.

Define the lower central series by

g1=g, \mathfrak g_1=\mathfrak g,

and

gk+1=[g,gk]. \mathfrak g_{k+1}=[\mathfrak g,\mathfrak g_k].

If

gm=0 \mathfrak g_m=0

for some mm, then g\mathfrak g is nilpotent.

Nilpotent Lie algebras are important because their structure is close to abelian structure, but still permits nontrivial brackets.

Strictly upper triangular matrices form a standard example.

105.19 Solvable Lie Algebras

A Lie algebra is solvable if its derived series eventually becomes zero.

Define

g(0)=g, \mathfrak g^{(0)}=\mathfrak g,

and

g(k+1)=[g(k),g(k)]. \mathfrak g^{(k+1)} = [\mathfrak g^{(k)},\mathfrak g^{(k)}].

If

g(m)=0 \mathfrak g^{(m)}=0

for some mm, then g\mathfrak g is solvable.

Every nilpotent Lie algebra is solvable, but not every solvable Lie algebra is nilpotent.

Solvable Lie algebras appear in the structure theory of Lie algebras and in the study of differential equations.

105.20 Simple Lie Algebras

A nonzero Lie algebra g\mathfrak g is simple if it has no nontrivial ideals and is not abelian.

That means its only ideals are

0andg. 0 \quad\text{and}\quad \mathfrak g.

Simple Lie algebras are the basic building blocks of semisimple Lie algebras.

Examples include many forms of

sln,son,sp2n. \mathfrak{sl}_n, \qquad \mathfrak{so}_n, \qquad \mathfrak{sp}_{2n}.

The classification of finite-dimensional complex simple Lie algebras is one of the major results of modern algebra.

105.21 Structure Constants

Let

e1,,en e_1,\ldots,e_n

be a basis of g\mathfrak g.

Since [ei,ej]g[e_i,e_j]\in\mathfrak g, there are scalars cijkc_{ij}^k such that

[ei,ej]=k=1ncijkek. [e_i,e_j] = \sum_{k=1}^n c_{ij}^k e_k.

The scalars

cijk c_{ij}^k

are called the structure constants of the Lie algebra relative to the chosen basis.

Antisymmetry gives

cijk=cjik. c_{ij}^k=-c_{ji}^k.

The Jacobi identity imposes quadratic equations on the structure constants.

Thus a finite-dimensional Lie algebra can be encoded by a finite table of constants.

105.22 Lie Algebras and Lie Groups

A Lie group is a group that is also a smooth manifold, with smooth multiplication and inversion.

Every Lie group has an associated Lie algebra. It is the tangent space at the identity element:

g=TeG. \mathfrak g = T_eG.

The Lie bracket comes from commutators of left-invariant vector fields.

Thus the Lie algebra records infinitesimal information about the Lie group.

For matrix Lie groups, the Lie algebra often appears as the set of matrices AA such that

etAG e^{tA}\in G

for all real tt near zero.

105.23 Exponential Map

For matrix Lie algebras, the exponential map is the ordinary matrix exponential:

exp(A)=I+A+A22!+A33!+. \exp(A) = I+A+\frac{A^2}{2!}+\frac{A^3}{3!}+\cdots.

It sends Lie algebra elements to Lie group elements.

For example, if Ason(R)A\in\mathfrak{so}_n(\mathbb{R}), then

eASOn(R). e^A\in SO_n(\mathbb{R}).

Thus skew-symmetric matrices exponentiate to rotations.

The exponential map connects infinitesimal generators with finite transformations.

105.24 Representations

A representation of a Lie algebra g\mathfrak g on a vector space VV is a Lie algebra homomorphism

ρ:ggl(V). \rho:\mathfrak g\to\mathfrak{gl}(V).

This means

ρ([x,y])=[ρ(x),ρ(y)]. \rho([x,y]) = [\rho(x),\rho(y)].

A representation lets the abstract Lie algebra act as linear transformations on VV.

Representation theory studies all possible ways a Lie algebra can act on vector spaces.

This is central in physics, geometry, and algebra.

105.25 Example: sl2\mathfrak{sl}_2

The Lie algebra sl2(F)\mathfrak{sl}_2(F) consists of all 2×22\times 2 trace-zero matrices.

A standard basis is

e=[0100],f=[0010],h=[1001]. e= \begin{bmatrix} 0 & 1\\ 0 & 0 \end{bmatrix}, \qquad f= \begin{bmatrix} 0 & 0\\ 1 & 0 \end{bmatrix}, \qquad h= \begin{bmatrix} 1 & 0\\ 0 & -1 \end{bmatrix}.

The bracket relations are

[h,e]=2e, [h,e]=2e, [h,f]=2f, [h,f]=-2f,

and

[e,f]=h. [e,f]=h.

These three relations determine the Lie algebra.

The algebra sl2\mathfrak{sl}_2 is the fundamental example in the representation theory of semisimple Lie algebras.

105.26 Applications

Lie algebras appear in many areas.

AreaRole of Lie algebras
GeometryInfinitesimal symmetries
Differential equationsFlows and vector fields
PhysicsConservation laws and particles
Quantum mechanicsCommutators of observables
RoboticsRigid-body motion
Control theoryReachability and controllability
Representation theoryLinear actions of symmetry

The same algebraic structure appears because many systems involve continuous transformations and their infinitesimal generators.

105.27 Summary

A Lie algebra is a vector space with a bracket operation satisfying bilinearity, alternation, and the Jacobi identity.

ConceptMeaning
Lie bracketProduct [x,y][x,y] measuring infinitesimal noncommutativity
Abelian Lie algebraBracket always zero
Matrix Lie algebraLie algebra using [A,B]=ABBA[A,B]=AB-BA
Lie subalgebraSubspace closed under bracket
IdealSubspace stable under bracketing with all elements
Adjoint mapadx(y)=[x,y]\operatorname{ad}_x(y)=[x,y]
Lie group relationLie algebra as tangent space at identity

Lie algebras provide the linearized language of symmetry. They reduce continuous transformation problems to algebraic problems involving brackets, subalgebras, ideals, representations, and infinitesimal generators.