Commit 2024-09-17 02:57 ab21cb1b

View on Github →

feat: define Filter.absorbing (#15215) Also prove that a set is von Neumann bounded iff Filter.absorbing 𝕜 S ≤ 𝓝 0. These lemmas make it easy to simplify IsVonNBounded 𝕜 S, provided that we have 𝓝 0 = ⨅ (a1 a2 ... ak), 𝓟 (f a1 a2 ... ak), even if the family of sets in the RHS is not directed, so Filter.HasBasis is false.

Estimated changes