Commit 2025-02-20 13:00 49411456
View on Github →chore(Data/Finset): don't import algebra when defining Finset.card
(#21866)
This PR aims to define Finset.card
and Fintype.card
without importing anything from the algebra library. In addition to the changes of #21840, we modify a few proofs and move a few lemmas so that Data.Finset.Card
doesn't need to know about monoids.