Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_toReal

∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal},
  AEMeasurable f μ → (∀ᵐ (x : α) ∂μ, f x < ⊤) → ∫ (a : α), (f a).toReal ∂μ = (∫⁻ (a : α), f a ∂μ).toReal
Defined in
Mathlib.MeasureTheory.Integral.Bochner.Basic
Cited by
15 results in Mathlib
Foundations
Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProbabilityTheory.variance_eq_integral · cited by 10ProbabilityTheory.varianc…MeasureTheory.integral_prod · cited by 9MeasureTheory.integral_pr…ProbabilityTheory.integral_compProd · cited by 4ProbabilityTheory.integra…MeasureTheory.lpNorm_eq_integral_norm_rpow_toReal · cited by 3MeasureTheory.lpNorm_eq_i…MeasureTheory.toReal_laverage · cited by 3MeasureTheory.toReal_lave…MeasureTheory.Measure.setIntegral_toReal_rnDeriv_eq_withDensity' · cited by 2Measure.setIntegral_toRea…ProbabilityTheory.condDistrib_ae_eq_condExp · cited by 2ProbabilityTheory.condDis…MeasureTheory.Integrable.summable_integral · cited by 2Integrable.summable_integ…MeasureTheory.Measure.setIntegral_toReal_rnDeriv_eq_withDensity · cited by 2Measure.setIntegral_toRea…ProbabilityTheory.setIntegral_preCDF_fst · cited by 2ProbabilityTheory.setInte…MeasureTheory.toReal_condLExp · cited by 2MeasureTheory.toReal_cond…ProbabilityTheory.Kernel.integral_comp · cited by 1Kernel.integral_compProbabilityTheory.Kernel.setIntegral_densityProcess_of_mem · cited by 1Kernel.setIntegral_densit…ConvexOn.apply_rnDeriv_ae_le_integral · cited by 1ConvexOn.apply_rnDeriv_ae…MeasureTheory.withDensityᵥ_toReal · cited by 1MeasureTheory.withDensity…Real · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealTop.top · cited by 9680Top.topFilter.Eventually · cited by 3134Filter.EventuallyMeasureTheory.ae · cited by 2352MeasureTheory.aeMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.lintegral · cited by 1152MeasureTheory.lintegralENNReal.toReal · cited by 859ENNReal.toRealAEMeasurable · cited by 840AEMeasurableFilter.Eventually.of_forall · cited by 526Eventually.of_forallMeasureTheory.lintegral_congr_ae · cited by 95MeasureTheory.lintegral_c…ENNReal.toReal_nonneg · cited by 86ENNReal.toReal_nonnegAEMeasurable.aestronglyMeasurable · cited by 57AEMeasurable.aestronglyMe…MeasureTheory.integral_toRealCITED BYCITES

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.