Theorems · Theorem · order theory
Filter.liminf_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.liminf_le_iff._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) Filter.liminf_le_iff._auto_3 →
(Filter.liminf u f ≤ x ↔ ∀ y > x, ∃ᶠ (a : α) in f, u a < y)- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 5 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.
Cites7
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
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Filter.Frequentlystatement · cited by 414
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.liminfstatement · cited by 198
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- Filter.le_limsup_iffproof · cited by 10
Cited by5
Results whose statement or proof uses this declaration.
- EReal.liminf_add_leproof · cited by 2
- liminf_mul_leproof · cited by 0
- EReal.liminf_mul_leproof · cited by 0
- ENNReal.liminf_mul_leproof · cited by 0
- liminf_add_leproof · cited by 0