Commit 2024-06-06 06:18 e3892bc4
View on Github →Refactor(Algebra/Group/Subgroup/Finite): Replace Fintype.card
with Nat.card
(#13432)
A lot of the group theory library still needs to be switched over from Fintype.card
to Nat.card
. This PR switches over Algebra/Group/Subgroup/Finite.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.