Theorems · Theorem · order theory
Filter.le_limsup_iff
∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLinearOrder β] {f : Filter α} {u : α → β} {x : β},
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) f u) Filter.le_limsup_iff._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u) Filter.le_limsup_iff._auto_3 →
(x ≤ Filter.limsup u f ↔ ∀ y < x, ∃ᶠ (a : α) in f, y < u a)- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- le_of_ltproof · cited by 1,175
- LT.lt.trans_leproof · cited by 678
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Filter.Frequentlystatement and proof · cited by 414
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.limsupstatement and proof · cited by 226
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- not_le_of_gtproof · cited by 97
- Filter.Frequently.monoproof · cited by 64
- Filter.le_limsup_of_frequently_leproof · cited by 10
- Filter.frequently_lt_of_lt_limsupproof · cited by 10
Cited by10
Results whose statement or proof uses this declaration.
- Filter.liminf_le_iffproof · cited by 5
- EReal.limsup_const_mul_of_nonneg_of_ne_topproof · cited by 3
- EReal.le_limsup_addproof · cited by 2
- Filter.liminf_le_limsup_of_frequently_leproof · cited by 2
- NNReal.toReal_limsupproof · cited by 1
- ENNReal.ofNNReal_limsupproof · cited by 1
- le_limsup_addproof · cited by 0
- le_limsup_mulproof · cited by 0
- EReal.le_limsup_mulproof · cited by 0
- ENNReal.le_limsup_mulproof · cited by 0