Theorems · Theorem · measure theory
ENNReal.toReal_essSup
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal},
(∀ᵐ (a : α) ∂μ, f a ≠ ⊤) →
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) (MeasureTheory.ae μ) fun i => (f i).toReal) →
(essSup f μ).toReal = essSup (fun a => (f a).toReal) μ- Defined in
- Mathlib.MeasureTheory.Function.EssSup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- InfSet.sInfproof · cited by 935
- ENNReal.toRealstatement and proof · cited by 859
- Filter.mapproof · cited by 819
- Filter.IsBoundedUnderstatement and proof · cited by 247
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lpNorm_exponent_top_eq_essSupproof · cited by 1