Theorems · Theorem · order theory
Filter.eventually_lt_add_pos_of_limsup_le
∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLinearOrder α] [inst_1 : Preorder β]
[inst_2 : AddZeroClass α] [AddLeftStrictMono α] {x ε : α} {u : β → α},
Filter.IsBoundedUnder LE.le Filter.atTop u →
Filter.limsup u Filter.atTop ≤ x → 0 < ε → ∀ᶠ (b : β) in Filter.atTop, u b < x + εIf Filter.limsup u atTop ≤ x, then for all ε > 0, eventually we have u b < x + ε.
- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Preorderstatement and proof · cited by 7,952
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- AddZeroClassstatement and proof · cited by 1,237
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- lt_of_le_of_ltproof · cited by 432
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.limsupstatement and proof · cited by 226
- AddLeftStrictMonostatement and proof · cited by 203
- lt_add_of_pos_rightproof · cited by 51
- Filter.eventually_lt_of_limsup_ltproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- Filter.exists_lt_of_limsup_leproof · cited by 1