Contraction of Real Lorentz vectors #
The linear map from Contr d ⊗ Co d to ℝ given by summing over components of contravariant Lorentz vector and covariant Lorentz vector in the standard basis (i.e. the dot product). In terms of index notation this is the contraction is ψⁱ φᵢ.
Equations
- Lorentz.contrCoContract = { hom := ModuleCat.ofHom (TensorProduct.lift (Lorentz.contrModCoModBi d)), comm := ⋯ }
Instances For
Notation for contrCoContract
acting on a tmul.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The linear map from Co d ⊗ Contr d to ℝ given by summing over components of contravariant Lorentz vector and covariant Lorentz vector in the standard basis (i.e. the dot product). In terms of index notation this is the contraction is ψⁱ φᵢ.
Equations
- Lorentz.coContrContract = { hom := ModuleCat.ofHom (TensorProduct.lift (Lorentz.coModContrModBi d)), comm := ⋯ }
Instances For
Notation for coContrContract
acting on a tmul.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Symmetry relations #
Contracting contr vectors with contr vectors etc. #
The linear map from Contr d ⊗ Contr d to ℝ induced by the homomorphism
Contr.toCo
and the contraction contrCoContract
.
Equations
Instances For
The linear map from Contr d ⊗ Contr d to ℝ induced by the homomorphism
Contr.toCo
and the contraction contrCoContract
.
Instances For
Notation for contrContrContractField
acting on a tmul.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The linear map from Co d ⊗ Co d to ℝ induced by the homomorphism
Co.toContr
and the contraction coContrContract
.
Equations
Instances For
Notation for coCoContract
acting on a tmul.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lemmas related to contraction. #
We derive the lemmas in main for contrContrContractField
.