ConceptComplete

Lie Algebras - Core Definitions

A Lie algebra is a vector space equipped with a bilinear bracket operation satisfying specific algebraic identities. Lie algebras arise naturally as the tangent space at the identity of a Lie group, encoding the infinitesimal structure of the group.

Definition

A Lie algebra over a field F\mathbb{F} (typically R\mathbb{R} or C\mathbb{C}) is a vector space g\mathfrak{g} together with a bilinear map [,]:g×gg[\cdot, \cdot]: \mathfrak{g} \times \mathfrak{g} \to \mathfrak{g}, called the Lie bracket, satisfying:

  1. Antisymmetry: [X,Y]=[Y,X][X, Y] = -[Y, X] for all X,YgX, Y \in \mathfrak{g}
  2. 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 antisymmetry property implies [X,X]=0[X, X] = 0 for all XX. In characteristic zero, the converse also holds: if [X,X]=0[X, X] = 0 for all XX, then the bracket is antisymmetric.

Example

For any associative algebra AA over F\mathbb{F}, the commutator bracket [a,b]=abba[a, b] = ab - ba defines a Lie algebra structure on AA. In particular, the space Mn(F)M_n(\mathbb{F}) of n×nn \times n matrices becomes a Lie algebra under the commutator, denoted gln(F)\mathfrak{gl}_n(\mathbb{F}).

The connection between Lie groups and Lie algebras comes from considering vector fields on the group that are invariant under group operations.

Definition

Let GG be a Lie group. A vector field XX on GG is left-invariant if (Lg)X=X(L_g)_* X = X for all gGg \in G, where LgL_g denotes left translation by gg. The space of all left-invariant vector fields on GG forms a Lie algebra called the Lie algebra of GG, denoted g=Lie(G)\mathfrak{g} = \text{Lie}(G).

A left-invariant vector field is uniquely determined by its value at the identity eGe \in G, so we have a natural isomorphism Lie(G)TeG\text{Lie}(G) \cong T_e G as vector spaces. The Lie bracket on g\mathfrak{g} is defined as the commutator of vector fields: [X,Y](f)=X(Y(f))Y(X(f))[X, Y](f) = X(Y(f)) - Y(X(f)) for functions ff on GG.

Example

Matrix Lie algebras:

  • gln(R)\mathfrak{gl}_n(\mathbb{R}) = all n×nn \times n real matrices (dimension n2n^2)
  • sln(R)\mathfrak{sl}_n(\mathbb{R}) = traceless matrices (dimension n21n^2 - 1)
  • so(n)\mathfrak{so}(n) = skew-symmetric matrices: AT=AA^T = -A (dimension n(n1)2\frac{n(n-1)}{2})
  • u(n)\mathfrak{u}(n) = skew-Hermitian matrices: A=AA^* = -A (dimension n2n^2)
  • su(n)\mathfrak{su}(n) = traceless skew-Hermitian matrices (dimension n21n^2 - 1)
Remark

The Lie algebra captures the "infinitesimal" structure of the Lie group. Many properties of the group (connectedness, compactness, simplicity) have algebraic counterparts in the Lie algebra. However, the Lie algebra does not determine the global structure: non-isomorphic groups can have isomorphic Lie algebras (e.g., SO(3)SO(3) and SU(2)SU(2)).

The adjoint representation is a fundamental construction. For XgX \in \mathfrak{g}, the linear map adX:gg\text{ad}_X: \mathfrak{g} \to \mathfrak{g} defined by adX(Y)=[X,Y]\text{ad}_X(Y) = [X, Y] is a derivation of the Lie algebra. The Jacobi identity is equivalent to ad[X,Y]=[adX,adY]\text{ad}_{[X,Y]} = [\text{ad}_X, \text{ad}_Y], showing that ad:ggl(g)\text{ad}: \mathfrak{g} \to \mathfrak{gl}(\mathfrak{g}) is a Lie algebra homomorphism.