Exterior bivectors and the standard orthogonal Lie algebra #
For the standard sum-of-squares quadratic form on Fin n → R, the second exterior power is
canonically the matrix orthogonal Lie algebra. The forward map sends u ∧ v to the skew matrix
with entries 2 * (u i * v j - v i * u j); the factor of two matches the polar form of the
sum-of-squares quadratic form.
The inverse reads ⅟ 2 times the upper-triangular entries of a skew matrix in the
standard exterior basis.
Lie compatibility is proved through the faithful Clifford generators and the established
commutator action of Clifford bivectors, rather than by expanding a matrix commutator.
Main results #
CliffordAlgebra.bivectorEquivSo: the standard exterior-bivector Lie equivalence.CliffordAlgebra.bivectorEquivSo_apply_ιMulti: its value on a decomposable bivector.CliffordAlgebra.bivectorEquivSo_symm_repr_apply: the coefficients of its inverse.CliffordAlgebra.bivectorEquivSo_apply_ιMulti_mulVec: its normalized action on a vector.
References #
This implements the Layer 3 "Bivectors are 𝔰𝔬(V)" target in
TauCetiRoadmap/RepresentationTheory/SpinRepresentations/README.md.
The second exterior power of the standard quadratic module is the matrix orthogonal Lie algebra. The Lie structure on the exterior power is the one transported from quadratic Clifford elements for the standard sum-of-squares form.
Equations
Instances For
On a decomposable bivector, bivectorEquivSo is the normalized skew matrix
2 * (u vᵀ - v uᵀ).
The inverse of bivectorEquivSo reads ⅟ 2 times an upper-triangular matrix entry as the
corresponding coefficient in the standard exterior basis.
The standard exterior bivector u ∧ v acts on a vector by the polar-form-normalized
infinitesimal rotation.