Theorems · Theorem · general topology
Filter.IsCobounded.of_frequently_le
∀ {α : Type u_1} {f : Filter α} [inst : LinearOrder α] {l : α},
(∃ᶠ (x : α) in f, x ≤ l) → Filter.IsCobounded (fun x1 x2 => x2 ≤ x1) fIn linear orders, frequent boundedness from above implies coboundedness for ≥.
- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Frequentlystatement and proof · cited by 414
- LE.le.trans'proof · cited by 140
- IsTopproof · cited by 77
- Filter.Frequently.and_eventuallyproof · cited by 49
- Filter.IsCoboundedstatement · cited by 42
- Filter.Frequently.existsproof · cited by 32
- isTop_or_exists_gtproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Filter.IsCoboundedUnder.of_frequently_leproof · cited by 3
- Antitone.isCoboundedUnder_ge_of_isCoboundedproof · cited by 1
- Monotone.isCoboundedUnder_ge_of_isCoboundedproof · cited by 0