ConceptComplete

Lie Groups and Matrix Groups - Core Definitions

A Lie group is a smooth manifold GG equipped with a group structure such that the group operations are smooth maps. Specifically, the multiplication map μ:G×GG\mu: G \times G \to G given by μ(g,h)=gh\mu(g, h) = gh and the inversion map ι:GG\iota: G \to G given by ι(g)=g1\iota(g) = g^{-1} must both be smooth (infinitely differentiable).

Definition

A Lie group is a pair (G,)(G, \cdot) where GG is a smooth manifold and \cdot is a group operation on GG such that:

  1. The multiplication map μ:G×GG\mu: G \times G \to G, (g,h)gh(g, h) \mapsto g \cdot h is smooth
  2. The inversion map ι:GG\iota: G \to G, gg1g \mapsto g^{-1} is smooth

The dimension of a Lie group GG is defined as its dimension as a manifold. Lie groups provide the natural framework for studying continuous symmetries in mathematics and physics.

Definition

A matrix Lie group is a closed subgroup of GLn(C)GL_n(\mathbb{C}), the general linear group of invertible n×nn \times n complex matrices. By a theorem of Cartan, every closed subgroup of GLn(C)GL_n(\mathbb{C}) is a smooth submanifold, hence a Lie group.

Example

Classical matrix Lie groups:

  • GLn(R)GL_n(\mathbb{R}) = invertible real n×nn \times n matrices (dimension n2n^2)
  • SLn(R)SL_n(\mathbb{R}) = matrices with determinant 1 (dimension n21n^2 - 1)
  • O(n)O(n) = orthogonal matrices: ATA=IA^T A = I (dimension n(n1)2\frac{n(n-1)}{2})
  • SO(n)SO(n) = special orthogonal matrices: ATA=IA^T A = I, det(A)=1\det(A) = 1
  • U(n)U(n) = unitary matrices: AA=IA^* A = I (dimension n2n^2)
  • SU(n)SU(n) = special unitary matrices: AA=IA^* A = I, det(A)=1\det(A) = 1 (dimension n21n^2 - 1)

The general linear group GLn(R)GL_n(\mathbb{R}) consists of all invertible real n×nn \times n matrices. It is an open subset of Rn2\mathbb{R}^{n^2} (the space of all n×nn \times n matrices) defined by the condition det(A)0\det(A) \neq 0. Since the determinant is a continuous function, GLn(R)GL_n(\mathbb{R}) is an open submanifold of Rn2\mathbb{R}^{n^2}.

Remark

The topology on a matrix Lie group is inherited from the ambient space Cn2\mathbb{C}^{n^2} (or Rn2\mathbb{R}^{n^2}). The group operations are smooth because matrix multiplication and inversion involve only polynomial operations (and division by the determinant for inversion).

Matrix Lie groups are particularly important because Ado's theorem states that every finite-dimensional Lie algebra has a faithful representation, which means every finite-dimensional Lie group can be realized as a matrix group (at least locally). This justifies the study of matrix Lie groups as representatives of the general theory.

The exponential map, which we will study later, provides a bridge between Lie groups and their associated Lie algebras, allowing us to linearize the nonlinear group structure near the identity element.