feat: Grading on FieldOpAlgebra

This commit is contained in:
jstoobysmith 2025-02-05 07:22:14 +00:00
parent 35445a5be6
commit 7d9e6af80c
10 changed files with 609 additions and 160 deletions

View file

@ -60,7 +60,7 @@ def coBispinorDown (p : complexCo) :=
/-- The definitional tensor node relation for `contrBispinorUp`. -/
lemma tensorNode_contrBispinorUp (p : complexContr) :
{contrBispinorUp p | α β}ᵀ.tensor = {pauliCo | μ α β ⊗
(vecNodeE complexLorentzTensor .up p).tensor | μ}ᵀ.tensor := by
(vecNodeE complexLorentzTensor .up p).tensor | μ}ᵀ.tensor := by
rw [contrBispinorUp, tensorNode_tensor]
/-- The definitional tensor node relation for `contrBispinorDown`. -/

View file

@ -111,7 +111,7 @@ lemma tensorNode_rightMetric : {εR | β β'}ᵀ.tensor = (TensorTree.constTwoNo
/-- The definitional tensor node relation for `altLeftMetric`. -/
lemma tensorNode_altLeftMetric :
{εL' | α α'}ᵀ.tensor = (TensorTree.constTwoNodeE complexLorentzTensor
{εL' | α α'}ᵀ.tensor = (TensorTree.constTwoNodeE complexLorentzTensor
.downL .downL Fermion.altLeftMetric).tensor := by
rfl