refactor: Linting
This commit is contained in:
parent
7010a1dae2
commit
f7499f8d86
5 changed files with 7 additions and 4 deletions
|
@ -149,7 +149,7 @@ lemma contrBispinorDown_eq_pauliCoDown_contr (p : complexContr) :
|
|||
|
||||
set_option maxRecDepth 5000 in
|
||||
lemma coBispinorDown_eq_pauliContrDown_contr (p : complexCo) :
|
||||
{coBispinorDown p | α β = pauliContrDown | μ α β ⊗ p | μ}ᵀs := by
|
||||
{coBispinorDown p | α β = pauliContrDown | μ α β ⊗ p | μ}ᵀ := by
|
||||
conv =>
|
||||
rhs
|
||||
rw [perm_tensor_eq <| contr_tensor_eq <| prod_tensor_eq_fst <|
|
||||
|
|
|
@ -37,7 +37,7 @@ open Fermion
|
|||
|
||||
-/
|
||||
|
||||
/- The Pauli matrices as the complex Lorentz tensor `σ^μ^α^{dot β}`. -/
|
||||
/-- The Pauli matrices as the complex Lorentz tensor `σ^μ^α^{dot β}`. -/
|
||||
def pauliContr := {PauliMatrix.asConsTensor | ν α β}ᵀ.tensor
|
||||
|
||||
/-- The Pauli matrices as the complex Lorentz tensor `σ_μ^α^{dot β}`. -/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue