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 basicFinsuppfunctions such assingleFinsupp/LSum.lean: for theLinearMap-ifications ofFinsupp.sumand related resultsFinsupp/LinearCombination.lean: definesFinsupp.linearCombinationFinsupp/Pi.lean: results involving the module structure on⍺ -> βFinsupp/Span.lean: results involvingSubmodule.spanFinsupp/SumProd.lean: results involving theSum/Prod/SigmatypesFinsupp/Supported.lean: definesFinsupp.supportedAlso renameFinsuppVectorSpace.leanintoFinsupp/VectorSpace.lean.