Update Basic.lean
This commit is contained in:
parent
3c26923e6a
commit
fb07838d20
1 changed files with 1 additions and 4 deletions
|
@ -10,7 +10,6 @@ import HepLean.AnomalyCancellation.GroupActions
|
|||
# ACC system for SM with RHN (without hypercharge).
|
||||
|
||||
We define the ACC system for the Standard Model (without hypercharge) with right-handed neutrinos.
|
||||
|
||||
-/
|
||||
|
||||
universe v u
|
||||
|
@ -29,9 +28,7 @@ def SM (n : ℕ) : ACCSystem where
|
|||
| 1 => accSU2
|
||||
| 2 => accSU3
|
||||
numberQuadratic := 0
|
||||
quadraticACCs := by
|
||||
intro i
|
||||
exact Fin.elim0 i
|
||||
quadraticACCs := fun i ↦ Fin.elim0 i
|
||||
cubicACC := accCube
|
||||
|
||||
namespace SM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue