88inductive FermionSector : Type 89 | leptons | upQuarks | downQuarks 90 deriving DecidableEq, Repr 91 92/-- Base rung for each sector. 93 94These are derived from the charge structure Z: 95- Leptons: base = 2 96- Up quarks: base = 4 97- Down quarks: base = 4 98-/
used by (13)
From the project-wide theorem graph. These declarations reference this one in their body.