feat: Grading on FieldOpAlgebra
This commit is contained in:
parent
35445a5be6
commit
7d9e6af80c
10 changed files with 609 additions and 160 deletions
|
@ -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`. -/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue