Commit 2024-01-10 10:28 b8dc3667
View on Github →chore: Relocate big operator lemmas (#9383)
A bunch of lemmas in Algebra.BigOperators.Ring
were not about rings. This PR moves them along with some lemmas from Data.Fintype.BigOperators
to their correct place.
I create a new file with the content from #6605 to avoid importing Fin
material in finset files as a result.
From LeanAPAP