feat: Add properties of Weyl fermions

This commit is contained in:
jstoobysmith 2024-10-03 07:15:48 +00:00
parent 0f1ca912cc
commit 24a20aef81
5 changed files with 743 additions and 55 deletions

View file

@ -26,6 +26,23 @@ open SpaceTime
noncomputable section
/-!
## Some basic properties about SL(2, )
Possibly to be moved to mathlib at some point.
-/
lemma inverse_coe (M : SL(2, )) : M.1⁻¹ = (M⁻¹).1 := by
apply Matrix.inv_inj
simp
have h1 : IsUnit M.1.det := by
simp
rw [Matrix.inv_adjugate M.1 h1]
· simp
· simp
/-!
## Representation of SL(2, ) on spacetime