Theorems · Theorem · order theory
Filter.le_liminf_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_liminf_iff._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) Filter.le_liminf_iff._auto_3 →
(x ≤ Filter.liminf u f ↔ ∀ y < x, ∀ᶠ (a : α) in f, y < u a)- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 19 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
- Filter.Eventuallystatement · cited by 3,134
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.liminfstatement · cited by 198
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- Filter.limsup_le_iffproof · cited by 11
Cited by9
Results whose statement or proof uses this declaration.
- EReal.le_liminf_addproof · cited by 4
- Filter.liminf_le_limsup_of_frequently_leproof · cited by 2
- IsPiSystem.tendsto_probabilityMeasure_of_tendsto_of_memproof · cited by 2
- NNReal.toReal_liminfproof · cited by 1
- ENNReal.ofNNReal_liminfproof · cited by 1
- le_liminf_addproof · cited by 0
- le_liminf_mulproof · cited by 0
- EReal.le_liminf_mulproof · cited by 0
- ENNReal.le_liminf_mulproof · cited by 0