Commit 2021-01-10 14:47 b0c35d12
View on Github →chore(order/filter/basic): a few simp
lemmas (#5685)
Changes in order/filter/basic
- add
filter.inter_mem_sets_iff
; - rename
filter.Inter_mem_sets
tofilter.bInter_mem_sets
, make it aniff
[simp]
lemma; - add a version
filter.bInter_finset_mem_sets
with a protected aliasfinset.Inter_mem_sets
; - rename
filter.sInter_mem_sets_of_finite
tofilter.sInter_mem_sets
, make it aniff
[simp]
lemma; - rename
filter.Inter_mem_sets_of_fintype
tofilter.Inter_mem_sets
, make it aniff
[simp]
lemma - add
eventually
versions of the*Inter_mem_sets
lemmas.
New @[mono]
attributes
set.union_subset_union
andset.inter_subset_inter
instead ofmonotone_union
andmonotone_inter
;mono*
failed to make a progress withs ∩ t ⊆ s' ∩ t'
goal.set.image2_subset
closure_mono