Commit 2022-08-19 19:30 f9c30004
View on Github →refactor(data/finsupp/basic): split data/finsupp/basic
into three parts (#15699)
This PR splits the ~2900 lines of data/finsupp/basic
into more manageable parts:
- the most basic material (~1000 lines) moves to
data/finsupp/defs
- lemmas about
finsupp.sum
andfinsupp.prod
move toalgebra/big_operators/finsupp
- the remaining less-used definitions and lemmas remain in
data/finsupp/basic
(~1600 lines)