Theorems · Theorem · order theory
Filter.liminf_le_limsup_of_frequently_le
∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLinearOrder β] {f : Filter α} {u v : α → β},
(∃ᶠ (x : α) in f, u x ≤ v x) →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) Filter.liminf_le_limsup_of_frequently_le._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f v) Filter.liminf_le_limsup_of_frequently_le._auto_3 →
Filter.liminf u f ≤ Filter.limsup v f- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Bot.botproof · cited by 4,720
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- le_reflproof · cited by 2,061
- Filter.NeBotproof · cited by 853
- 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.liminfstatement and proof · cited by 198
Cited by2
Results whose statement or proof uses this declaration.
- LinearGrowth.linearGrowthInf_le_linearGrowthSup_of_frequently_leproof · cited by 1
- ExpGrowth.expGrowthInf_le_expGrowthSup_of_frequently_leproof · cited by 0