feat: Add symm of unit for complex lorentz

This commit is contained in:
jstoobysmith 2024-10-24 16:04:05 +00:00
parent 942ee12e60
commit 8c584431c4
3 changed files with 66 additions and 0 deletions

View file

@ -175,6 +175,15 @@ def complexLorentzTensor : TensorSpecies where
| Color.downR => Fermion.contr_rightAltRightUnit
| Color.up => Lorentz.contr_coContrUnit
| Color.down => Lorentz.contr_contrCoUnit
unit_symm := fun c =>
match c with
| Color.upL => Fermion.altLeftLeftUnit_symm
| Color.downL => Fermion.leftAltLeftUnit_symm
| Color.upR => Fermion.altRightRightUnit_symm
| Color.downR => Fermion.rightAltRightUnit_symm
| Color.up => Lorentz.coContrUnit_symm
| Color.down => Lorentz.contrCoUnit_symm
contr_metric := by sorry
instance : DecidableEq complexLorentzTensor.C := Fermion.instDecidableEqColor