Theorems · Theorem · general topology
ENNReal.limsup_toReal_eq
∀ {ι : Type u_4} {f : Filter ι} {u : ι → ENNReal} [f.NeBot] {b : ENNReal},
b ≠ ⊤ → (∀ᶠ (i : ι) in f, u i ≤ b) → Filter.limsup (fun i => (u i).toReal) f = (Filter.limsup u f).toRealIf u : ι → ℝ≥0∞ is bounded, then we have liminf (toReal ∘ u) = toReal (liminf u).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 135 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Filter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- ENNReal.toRealstatement and proof · cited by 859
- Filter.NeBotstatement and proof · cited by 853
- Filter.Eventually.of_forallproof · cited by 526
- Continuous.continuousAtproof · cited by 297
- Filter.limsupstatement and proof · cited by 226
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.