Commit 2022-07-13 16:39 2084baf2
View on Github →feat(set_theory/ordinal/basic): mark type_fintype as simp (#15194)
This PR does the following:
- move
type_fintypealong with some other lemmas fromset_theory/ordinal/arithmetic.leantoset_theory/ordinal/basic.lean. - tag
type_fintypeassimp. - untag various lemmas as
simp, since they can now be proved by it.