refactor: lint
This commit is contained in:
parent
6433259bc4
commit
70f617096b
16 changed files with 103 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue