PhysLean Documentation

PhysLean.Relativity.LorentzGroup.ToVector

Vectors from Lorents group elements #

Every element of the Lorentz group defines a Lorentz vector, but it's first column.

The Lorentz vector obtained by acting the Lorentz group element Λ on basis (Sum.inl 0).

Equations
Instances For
    theorem LorentzGroup.toVector_mul {d : } (Λ₁ Λ₂ : (LorentzGroup d)) :
    toVector (Λ₁ * Λ₂) = Λ₁ toVector Λ₂
    @[simp]
    theorem LorentzGroup.toVector_apply {d : } (Λ : (LorentzGroup d)) (i : Fin 1 Fin d) :
    toVector Λ i = Λ i (Sum.inl 0)
    theorem LorentzGroup.toVector_eq_fun {d : } (Λ : (LorentzGroup d)) :
    toVector Λ = fun (i : Fin 1 Fin d) => Λ i (Sum.inl 0)