Theorems · Theorem · order theory
liminf_min
∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLinearOrder β] {f : Filter α} {u v : α → β},
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≥ x2) f u) liminf_min._auto_1 →
autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≥ x2) f v) liminf_min._auto_3 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) liminf_min._auto_5 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f v) liminf_min._auto_7 →
Filter.liminf (fun a => min (u a) (v a)) f = min (Filter.liminf u f) (Filter.liminf v f)- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.IsBoundedUnderstatement and proof · cited by 247
- Filter.liminfstatement · cited by 198
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- limsup_maxproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- LinearGrowth.linearGrowthInf_infproof · cited by 1
- ExpGrowth.expGrowthInf_infproof · cited by 1