Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_indicator

∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
  {f : X → E} {s : Set X} {μ : MeasureTheory.Measure X},
  MeasurableSet s → ∫ (x : X), s.indicator f x ∂μ = ∫ (x : X) in s, f x ∂μ

For a function f and a measurable set s, the integral of indicator s f over the whole space is equal to ∫ x in s, f x ∂μ defined as ∫ x, f x ∂(μ.restrict s).

Defined in
Mathlib.MeasureTheory.Integral.Bochner.Set
Cited by
38 results in Mathlib
Foundations
Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

MeasureTheory.integral_prod · cited by 9MeasureTheory.integral_pr…MeasureTheory.condExp_restrict_ae_eq_restrict · cited by 8MeasureTheory.condExp_res…MeasureTheory.AECover.integral_tendsto_of_countably_generated · cited by 7AECover.integral_tendsto_…MeasureTheory.integral_indicator_const · cited by 7MeasureTheory.integral_in…MeasureTheory.condExp_ae_eq_restrict_of_measurableSpace_eq_on · cited by 6MeasureTheory.condExp_ae_…MeasureTheory.integral_comp_mul_left_Ioi · cited by 5MeasureTheory.integral_co…ProbabilityTheory.integral_compProd · cited by 4ProbabilityTheory.integra…integral_withDensity_eq_integral_smul · cited by 4integral_withDensity_eq_i…MeasureTheory.Submartingale.expected_stoppedValue_mono · cited by 3Submartingale.expected_st…MeasureTheory.setIntegral_indicator · cited by 3MeasureTheory.setIntegral…ae_eq_zero_of_integral_contMDiff_smul_eq_zero · cited by 3ae_eq_zero_of_integral_co…isCompact_setOfPred_finiteMeasure_mass_le_compl_isCompact_le · cited by 2isCompact_setOfPred_finit…MeasureTheory.posConvolution_eq_convolution_indicator · cited by 2MeasureTheory.posConvolut…MeasureTheory.L2.inner_indicatorConstLp_eq_setIntegral_inner · cited by 2L2.inner_indicatorConstLp…ProbabilityTheory.moment_truncation_eq_intervalIntegral_of_nonneg · cited by 2ProbabilityTheory.moment_…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasurableSet · cited by 3075MeasurableSetadd_zero · cited by 2707add_zeroMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictSet.indicator · cited by 723Set.indicatorMeasureTheory.IntegrableOn · cited by 548MeasureTheory.IntegrableOnMeasureTheory.integral_congr_ae · cited by 110MeasureTheory.integral_co…MeasureTheory.integral_zero · cited by 59MeasureTheory.integral_ze…MeasureTheory.integral_undef · cited by 58MeasureTheory.integral_un…MeasureTheory.integral_indica…CITED BYCITES

Cites20

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

Cited by38

Results whose statement or proof uses this declaration.