Commit 2024-06-08 03:30 480278c4
View on Github →refactor(GroupTheory/Coset): Replace Fintype.card
with Nat.card
(#13431)
A lot of the group theory library still needs to be switched over from Fintype.card
to Nat.card
. This PR switches over GroupTheory/Coset.lean
. I had to add a little noise to a few other files, but these will get cleaned up once those files are switched over later.