Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.setIntegral_congr_ae

∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
  {f g : X → E} {s : Set X} {μ : MeasureTheory.Measure X},
  MeasurableSet s → (∀ᵐ (x : X) ∂μ, x ∈ s → f x = g x) → ∫ (x : X) in s, f x ∂μ = ∫ (x : X) in s, g x ∂μ
Defined in
Mathlib.MeasureTheory.Integral.Bochner.Set
Cited by
22 results in Mathlib
Foundations
Depth 253 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.setIntegral_congr_fun · cited by 35MeasureTheory.setIntegral…MeasureTheory.setIntegral_condExp · cited by 13MeasureTheory.setIntegral…MeasureTheory.condExp_ae_eq_restrict_of_measurableSpace_eq_on · cited by 6MeasureTheory.condExp_ae_…MeasureTheory.setIntegral_indicatorConstLp · cited by 4MeasureTheory.setIntegral…MeasureTheory.integral_condExpL2_eq · cited by 3MeasureTheory.integral_co…intervalIntegral.integral_congr_ae' · cited by 2intervalIntegral.integral…MeasureTheory.condExp_ae_eq_restrict_zero · cited by 2MeasureTheory.condExp_ae_…MeasureTheory.lintegral_nnnorm_condExpL2_le · cited by 2MeasureTheory.lintegral_n…MeasureTheory.Integrable.tendsto_ae_condExp · cited by 2Integrable.tendsto_ae_con…ContinuousLinearMap.setIntegral_compLp · cited by 1ContinuousLinearMap.setIn…ProbabilityTheory.setIntegral_stieltjesOfMeasurableRat_rat · cited by 1ProbabilityTheory.setInte…MeasureTheory.setIntegral_condExpInd · cited by 1MeasureTheory.setIntegral…MeasureTheory.setIntegral_condExpIndSMul · cited by 1MeasureTheory.setIntegral…MeasureTheory.setIntegral_condExpL1 · cited by 1MeasureTheory.setIntegral…MeasureTheory.condExpL2_const_inner · cited by 1MeasureTheory.condExpL2_c…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureFilter.Eventually · cited by 3134Filter.EventuallyMeasurableSet · cited by 3075MeasurableSetMeasureTheory.ae · cited by 2352MeasureTheory.aeMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictMeasureTheory.integral_congr_ae · cited by 110MeasureTheory.integral_co…MeasureTheory.ae_restrict_iff' · cited by 71MeasureTheory.ae_restrict…MeasureTheory.setIntegral_con…CITED BYCITES

Cites13

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

Cited by22

Results whose statement or proof uses this declaration.