PhysLean Documentation

PhysLean.Relativity.LorentzAlgebra.Basis

Generators of the Lorentz Algebra #

This file defines the 6 standard generators of the Lorentz algebra so(1,3) :

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 #

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 #

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.

The boost generator K_i in the Lorentz algebra so(1,3).

This matrix generates infinitesimal Lorentz boosts in the i-th spatial direction. The matrix has non-zero entries only at positions (0, i+1) and (i+1, 0) with value 1, where we use the index convention 0 = time, 1,2,3 = space.

Properties #

  • Symmetric: K_iᵀ = K_i
  • Traceless: tr(K_i) = 0
  • Satisfies Lorentz algebra condition: K_iᵀ η = -η K_i

Physical Meaning #

Exponentiating β·K_i produces a finite Lorentz boost with rapidity β in direction i.

Equations
Instances For

    The rotation generator J_i in the Lorentz algebra so(1,3).

    This matrix generates infinitesimal rotations about the i-th axis following the right-hand rule. The matrix acts only on spatial indices in the antisymmetric pattern characteristic of angular momentum generators.

    Properties #

    • Antisymmetric: J_iᵀ = -J_i
    • Traceless: tr(J_i) = 0
    • Satisfies Lorentz algebra condition: J_iᵀ η = -η J_i

    Structure #

    • J_0 (rotation about x-axis) : Acts on (y,z) components
    • J_1 (rotation about y-axis) : Acts on (z,x) components
    • J_2 (rotation about z-axis) : Acts on (x,y) components

    Physical Meaning #

    Exponentiating θ·J_i produces a finite rotation by angle θ about axis i.

    Equations
    Instances For

      The boost generator K_i is in the Lorentz algebra.

      The rotation generator J_i is in the Lorentz algebra.

      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.