feat: Extract informal def and lemmas

This commit is contained in:
jstoobysmith 2024-09-16 10:07:40 -04:00
parent 0214c166b5
commit bf5db3aa91
4 changed files with 106 additions and 15 deletions

View file

@ -42,7 +42,7 @@ informal_definition altRightHandedWeylFermion where
informal_definition leftHandedWeylFermionAltEquiv where
math :≈ "The linear equiv between leftHandedWeylFermion and altLeftHandedWeylFermion given
by multiplying an element of rightHandedWeylFermion by the matrix εᵃ⁰ᵃ¹ ={{0, 1}, {-1, 0}}."
by multiplying an element of rightHandedWeylFermion by the matrix `εᵃ⁰ᵃ¹ = !![0, 1; -1, 0]]`."
deps :≈ [`leftHandedWeylFermion, `altLeftHandedWeylFermion]
informal_lemma leftHandedWeylFermionAltEquiv_equivariant where
@ -52,7 +52,7 @@ informal_lemma leftHandedWeylFermionAltEquiv_equivariant where
informal_definition rightHandedWeylFermionAltEquiv where
math :≈ "The linear equiv between rightHandedWeylFermion and altRightHandedWeylFermion given
by multiplying an element of rightHandedWeylFermion by the matrix εᵃ⁰ᵃ¹ ={{0, 1}, {-1, 0}}."
by multiplying an element of rightHandedWeylFermion by the matrix `εᵃ⁰ᵃ¹ = !![0, 1; -1, 0]]`"
deps :≈ [`rightHandedWeylFermion, `altRightHandedWeylFermion]
informal_lemma rightHandedWeylFermionAltEquiv_equivariant where