Commit 2024-01-04 18:16 561e9afe
View on Github →feat(Order/Filter) : add 2 constructors (#9200) Add two constructors to create filters from a property on sets:
Filter.comkif the property is stable under finite unions and set shrinking.Filter.ofCountableUnionif the property is stable under countable unions and set shrinkingFilter.comkis the key ingredient inIsCompact.induction_onbut may be convenient to have as individual building block. AFiltergenerated byFilter.ofCountableUnionis aCountableInterFilter, which is given by the instanceFilter.countableInter_ofCountableUnion.
Other changes
- Use
Filter.comkforFilter.cofinite,Bornology.ofBoundedandMeasureTheory.Measure.cofinite. - Use
Filter.ofCountableUnionforMeasureTheory.Measure.ae. - Use
{_ : Bornology _}instead of[Bornology _]in some lemmas so thatrw/simpwork with non-instance bornologies.