Theorems · Theorem · order theory
Filter.limsup_le_iff
∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLinearOrder β] {f : Filter α} {u : α → β} {x : β},
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) f u) Filter.limsup_le_iff._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u) Filter.limsup_le_iff._auto_3 →
(Filter.limsup u f ≤ x ↔ ∀ y > x, ∀ᶠ (a : α) in f, u a < y)- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 11 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.
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
- Filter.Eventuallystatement and proof · cited by 3,134
- le_of_ltproof · cited by 1,175
- LE.le.trans_ltproof · cited by 795
- Filter.Eventually.monoproof · cited by 646
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- 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.eventually_lt_of_limsup_ltproof · cited by 21
- Filter.limsup_le_of_leproof · cited by 11
Cited by11
Results whose statement or proof uses this declaration.
- Filter.le_liminf_iffproof · cited by 9
- EReal.limsup_add_leproof · cited by 4
- limsup_maxproof · cited by 3
- EReal.limsup_const_mul_of_nonneg_of_ne_topproof · cited by 3
- ENNReal.ofReal_limsupproof · cited by 2
- limsup_finset_sup'proof · cited by 2
- limsup_mul_leproof · cited by 1
- ENNReal.toReal_limsupproof · cited by 1
- limsup_add_leproof · cited by 0
- ENNReal.limsup_mul_le'proof · cited by 0
- EReal.limsup_mul_leproof · cited by 0