Commit 2020-09-28 05:25 d77ac51c
View on Github →chore(data/fintype/card): review API (#4287) API changes:
finset.filter_mem_eq_inter
now takes[Π i, decidable (i ∈ t)]
; this way it works better withclassical
;- add
finset.mem_compl
andfinset.coe_compl
; - [DRY] drop
finset.prod_range_eq_prod_fin
andfinset.sum_range_eq_sum_fin
: usefin.prod_univ_eq_prod_range
andfin.sum_univ_eq_sum_range
instead; - rename
finset.prod_equiv
toequiv.prod_comp
to enable dot notation; - add
fintype.prod_dite
: a specialized version offinset.prod_dite
. Also golf a proof inanalysis/normed_space/multilinear