Theorems · Theorem · general topology
Filter.IsCobounded.frequently_ge
∀ {α : Type u_1} {f : Filter α} [inst : LinearOrder α] [f.NeBot],
Filter.IsCobounded (fun x1 x2 => x1 ≤ x2) f → ∃ l, ∃ᶠ (x : α) in f, l ≤ xFor nontrivial filters in linear orders, coboundedness for ≤ implies frequent boundedness
from below.
- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderFilter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
- LT.lt.leproof · cited by 2,189
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.NeBotstatement and proof · cited by 853
- Filter.Frequentlystatement · cited by 414
- not_leproof · cited by 328
- IsBotproof · cited by 77
- not_lt_of_geproof · cited by 52
- Filter.IsCoboundedstatement and proof · cited by 42
Cited by3
Results whose statement or proof uses this declaration.
- Filter.IsCoboundedUnder.frequently_geproof · cited by 1
- Antitone.isCoboundedUnder_ge_of_isCoboundedproof · cited by 1
- Monotone.isCoboundedUnder_le_of_isCoboundedproof · cited by 0