Commit 2024-11-13 19:26 be1dcd60
View on Github →chore(LinearAlgebra/Finsupp): split Finsupp.lean into many smaller files (#18869)
This PR splits up and reorganizes LinearAlgebra/Finsupp.lean
into smaller files. The following new files replace the previous Finsupp.lean
:
Countable.lean
: countability of a vector space spanned by a countable family of vectorsFinsupp/Defs.lean
: for theLinearMap
-ifications of basicFinsupp
functions such assingle
Finsupp/LSum.lean
: for theLinearMap
-ifications ofFinsupp.sum
and related resultsFinsupp/LinearCombination.lean
: definesFinsupp.linearCombination
Finsupp/Pi.lean
: results involving the module structure on⍺ -> β
Finsupp/Span.lean
: results involvingSubmodule.span
Finsupp/SumProd.lean
: results involving theSum
/Prod
/Sigma
typesFinsupp/Supported.lean
: definesFinsupp.supported
Also renameFinsuppVectorSpace.lean
intoFinsupp/VectorSpace.lean
.