refactor: lint

This commit is contained in:
jstoobysmith 2025-02-03 11:42:56 +00:00
parent 6433259bc4
commit 70f617096b
16 changed files with 103 additions and 87 deletions

View file

@ -76,7 +76,7 @@ lemma sum_of_vectors {n : } (f : Fin k → (PureU1 n).LinSols) (j : Fin n) :
sum_of_anomaly_free_linear (fun i => f i) j
TODO "The definition of `coordinateMap` here may be improved by replacing
`Finsupp.equivFunOnFinite` with `Finsupp.linearEquivFunOnFinite`. Investigate this."
`Finsupp.equivFunOnFinite` with `Finsupp.linearEquivFunOnFinite`. Investigate this."
/-- The coordinate map for the basis. -/
noncomputable
def coordinateMap : (PureU1 n.succ).LinSols ≃ₗ[] Fin n →₀ where