Real Lorentz vectors #
We define real Lorentz vectors in as representations of the Lorentz group.
The representation of LorentzGroup d
on real vectors corresponding to contravariant
Lorentz vectors. In index notation these have an up index ψⁱ
.
Equations
Instances For
instance
Lorentz.instTopologicalSpaceCarrierRealVModuleCatElemMatrixSumFinOfNatNatLorentzGroupContr
{d : ℕ}
:
TopologicalSpace ↑(Contr d).V
The representation of contravariant Lorentz vectors forms a topological space, induced
by its equivalence to Fin 1 ⊕ Fin d → ℝ
.
theorem
Lorentz.continuous_contr
{d : ℕ}
{T : Type}
[TopologicalSpace T]
(f : T → ↑(Contr d).V)
(h : Continuous fun (i : T) => ContrMod.toFin1dℝ (f i))
:
theorem
Lorentz.contr_continuous
{d : ℕ}
{T : Type}
[TopologicalSpace T]
(f : ↑(Contr d).V → T)
(h : Continuous (f ∘ ⇑ContrMod.toFin1dℝEquiv.symm))
:
The representation of LorentzGroup d
on real vectors corresponding to covariant
Lorentz vectors. In index notation these have an up index ψⁱ
.
Equations
Instances For
Isomorphism between contravariant and covariant Lorentz vectors #
The isomorphism between Contr d
and Co d
induced by multiplication with the
Minkowski metric.
Equations
- Lorentz.contrIsoCo d = { hom := Lorentz.Contr.toCo d, inv := Lorentz.Co.toContr d, hom_inv_id := ⋯, inv_hom_id := ⋯ }