chore: Test stats workflow
This commit is contained in:
parent
bff1468718
commit
ad5c329e26
7 changed files with 39 additions and 0 deletions
|
@ -120,6 +120,7 @@ noncomputable
|
|||
def asBasis : Basis (Fin n) ℚ ((PureU1 n.succ).LinSols) where
|
||||
repr := coordinateMap
|
||||
|
||||
/-- The module over `ℚ` defined by linear solutions to the pure `U(1)` ACCs is finite. -/
|
||||
instance : Module.Finite ℚ ((PureU1 n.succ).LinSols) :=
|
||||
Module.Finite.of_basis asBasis
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ namespace PureU1
|
|||
@[simp]
|
||||
def PermGroup (n : ℕ) := Equiv.Perm (Fin n)
|
||||
|
||||
/-- The type `PermGroup n` inherits the instance of a group from `Equiv.Perm`. -/
|
||||
instance {n : ℕ} : Group (PermGroup n) := Equiv.Perm.permGroup
|
||||
|
||||
section Charges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue