Theorems · Theorem · general topology
Filter.isCoboundedUnder_ge_of_eventually_le
∀ {α : Type u_1} {ι : Type u_4} [inst : Preorder α] (l : Filter ι) [l.NeBot] {f : ι → α} {x : α},
(∀ᶠ (i : ι) in l, f i ≤ x) → Filter.IsCoboundedUnder (fun x1 x2 => x2 ≤ x1) l f- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PreorderFilter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.NeBotstatement and proof · cited by 853
- Filter.IsCoboundedUnderstatement · cited by 102
- Filter.IsBoundedUnder.isCoboundedUnder_geproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Filter.isCoboundedUnder_ge_of_leproof · cited by 1