Commit 2021-12-18 18:09 2c4e66f7
View on Github →split(data/finset/*): Split data.finset.card and data.finset.fin off data.finset.basic (#10796)
This moves stuff from data.finset.basic in two new files:
- Stuff about finset.cardgoes intodata.finset.card
- Stuff about finset.fin_rangeandfinset.attach_fingoes intodata.finset.fin. I expect this file to be shortlived as I'm planning on killingfin_range. I reordered lemmas thematically and it appeared that there were two pairs of duplicated lemmas:
- finset.one_lt_card,- finset.one_lt_card_iff. They differ only for binder order.
- finset.card_union_eq,- finset.card_disjoint_union. They are literally the same. All are used so I will clean up in a later PR. I'm crediting:
- Microsoft Corporation, Leonardo, Jeremy for 8dbee5b1ca9680a22ffe90751654f51d6852d7f0
- Chris Hughes for #231
- Scott for #3319