Commit 2024-06-25 12:23 9a2e9d33
View on Github →refactor: Improve lemmas about sets of intermediate size (#14062)
The lemmas around here are a mess. Rename Finset.exists_smaller_set
to Finset.exists_subset_card_eq
, Finset.exists_intermediate_set
to Finset.exists_subsuperset_card_eq
, and add the missing third Finset.exists_superset_card_eq
. Same for Set
.