General Linear Group
BasisYou now know what invertible matrices are and how to work with them. A natural next question is: what structure do all invertible matrices form together? The answer is a group — the general linear group. It is the algebraic home of every invertible linear transformation, and it appears throughout mathematics wherever symmetry and reversibility play a role.
Why invertible matrices form a group
From Invertible Matrix, you have four key facts about invertible matrices over a field :
- The product of two invertible matrices is invertible: .
- The identity matrix is invertible.
- Matrix multiplication is associative.
- Every invertible matrix has an inverse , which is also invertible.
These are exactly the four group axioms — closure, identity, associativity, and inverses. So the set of all invertible matrices is a group.
Definition
Definition. The general linear group is the set of all invertible matrices over , with matrix multiplication as the group operation:
Let’s verify the axioms explicitly:
| Axiom | Verification |
|---|---|
| Closure | invertible exists, so |
| Associativity | Matrix multiplication is associative |
| Identity | , so |
| Inverses | For every , the matrix exists and is also in |
Not abelian for
Unlike the integers under addition, is not abelian for : matrix multiplication does not generally commute. A concrete counterexample over :
Since , the group is non-abelian. This non-commutativity reflects the fact that applying two transformations in different orders generally produces different results.
The one exception is : , the multiplicative group of nonzero scalars in , which is abelian.
The coordinate-free version: GL(V)
The definition of depends on choosing a basis for (coordinates). There is a basis-independent version. Given any finite-dimensional vector space over , define
with function composition as the group operation. A bijective linear map from to itself is called a linear automorphism of .
Once you fix a basis of , every linear automorphism is represented by an invertible matrix, giving a group isomorphism
Different bases give different isomorphisms, but they are all equivalent in structure. So is a concrete, coordinate-based description of the abstract symmetry group of : it captures all the ways you can bijectively rearrange while respecting its linear structure.
Special cases
: the group of invertible real matrices. Geometrically, elements are invertible linear transformations of — those that are “volume-nonzero” and do not collapse to a lower-dimensional subspace.
: the complex analogue. Because is algebraically closed, this group has even richer structure than the real case and plays a central role in representation theory.
over a finite field with elements: is a finite group. Counting the invertible matrices is the same as counting ordered bases of :
The factor counts the choices for the -th column: it must be outside the span of the previous columns (which span a -dimensional subspace of size ).
A distinguished subgroup: SL(n, F)
Inside sits an important subgroup. The special linear group is
It is a subgroup because the determinant is multiplicative — — and , . So is closed under multiplication and inverses, and contains the identity.
Over : matrices in are exactly those invertible transformations that preserve signed -dimensional volume. Rotations in and are examples: they preserve orientation and volume, so .
The full group allows any nonzero determinant; is the “volume-preserving” piece inside it.
Summary
- The general linear group is the group of all invertible matrices over under matrix multiplication.
- All four group axioms hold: closure from ; identity ; associativity of matrix multiplication; inverses are matrix inverses.
- is non-abelian for ; for it reduces to the multiplicative group .
- The coordinate-free version is the group of linear automorphisms of ; a basis choice gives .
- when is a finite field with elements.
- The special linear group is a subgroup of , consisting of the volume-preserving transformations.