Physlib.Relativity.LorentzAlgebra.Basis
Generators of the Lorentz Algebra
This file defines the 6 standard generators of the Lorentz algebra so(1,3) : - **Boost generators** K₀, K₁, K₂: Generate Lorentz transformations (velocity changes) - **Rotation generators** J₀, J₁, J₂: Generate spatial rotations
These generators form a basis for the 6-dimensional Lie algebra so(1,3), though the full basis structure (linear independence and spanning) is not yet proven here.
Physical Interpretation
- `boostGenerator i`: Infinitesimal boost in the i-th spatial direction. Exponentiating this generator produces finite Lorentz boosts. - `rotationGenerator i`: Infinitesimal rotation about the i-th axis following the right-hand rule. Exponentiating this generator produces spatial rotations.
Mathematical Structure
Each generator satisfies the Lorentz algebra condition: Aᵀ η = -η A, where η is the Minkowski metric with signature (+,-,-,-).
The boost generators are symmetric matrices with non-zero entries only in the time-space block, while rotation generators are antisymmetric matrices acting only on spatial indices.
References
- Weinberg, *The Quantum Theory of Fields*, Vol 1, Section 2.7
- Peskin & Schroeder, *An Introduction to QFT*, Appendix A
Future Work
TODO "6VZKA" can be completed by proving linear independence and spanning of these 6 generators, then constructing a formal `Basis (Fin 2 × Fin 3) ℝ lorentzAlgebra`.
TODO: Properties of Generators
The following properties are documented in the docstrings but not yet formally proven. These should be established in future PRs to complete the characterization of the generators.
4 declarations
Boost generator in the Lorentz algebra
The function mapping a spatial index to the boost generator in the Lorentz algebra , which is defined as a real matrix. It generates infinitesimal Lorentz boosts in the -th spatial direction, and its only non-zero entries are at positions and (using the index convention for time and for space).
Rotation Generator of the Lorentz Algebra
The rotation generator in the Lorentz algebra , defined as a real matrix (indexed by , representing one time and three spatial dimensions) for each spatial direction . This matrix generates infinitesimal rotations about the -th axis following the right-hand rule. It acts only on spatial indices in the antisymmetric pattern characteristic of angular momentum generators. It satisfies the following properties: - Antisymmetric: - Traceless: - Satisfies the Lorentz algebra condition: , where is the Minkowski metric. Structure of the generators: - (rotation about the -axis): Acts on the components. - (rotation about the -axis): Acts on the components. - (rotation about the -axis): Acts on the components. Physically, exponentiating produces a finite rotation by an angle about the -th axis.
The boost generator belongs to the Lorentz algebra
For each spatial index , the boost generator is an element of the Lorentz algebra . This implies that satisfies the infinitesimal Lorentz transformation condition , where is the Minkowski metric with signature .
The rotation generator belongs to the Lorentz algebra
For each spatial direction , the rotation generator is an element of the Lorentz algebra . This means the matrix satisfies the defining condition of the algebra, , where is the Minkowski metric with signature .
