PhysLean Documentation

PhysLean.Relativity.Tensors.ComplexTensor.OfRat

Basis for tensors in a tensor species #

A complex Lorentz tensor from a map (Π j, Fin (complexLorentzTensor.repDim (c j))) → RatComplexNum. All complex Lorentz tensors with rational coefficents with respect to the basis are of this form.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem complexLorentzTensor.basis_eq_ofRat {n : } {c : Fin ncomplexLorentzTensor.C} (b : TensorSpecies.Tensor.ComponentIdx c) :
    (TensorSpecies.Tensor.basis c) b = ofRat fun (b' : TensorSpecies.Tensor.ComponentIdx c) => if b = b' then { fst := 1, snd := 0 } else { fst := 0, snd := 0 }