Theorems · Theorem · real analysis
ENNReal.limsup_liminf_le_liminf_limsup
∀ {α : Type u_1} {β : Type u_2} [Countable β] {f : Filter α} [CountableInterFilter f] {g : Filter β}
(u : α → β → ENNReal),
Filter.limsup (fun a => Filter.liminf (fun b => u a b) g) f ≤
Filter.liminf (fun b => Filter.limsup (fun a => u a b) f) g- Defined in
- Mathlib.Order.Filter.ENNReal
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
- Filter.Eventually.monoproof · cited by 646
- Countablestatement and proof · cited by 633
- Filter.Eventually.of_forallproof · cited by 526
- Filter.limsupstatement and proof · cited by 226
- Filter.liminfstatement · cited by 198
- sInf_leproof · cited by 110
- CountableInterFilterstatement and proof · cited by 78
- Filter.isBounded_ge_of_botproof · cited by 55
- Filter.isCobounded_ge_of_topproof · cited by 38
Cited by1
Results whose statement or proof uses this declaration.
- ENNReal.essSup_liminf_leproof · cited by 1