Theorems · Theorem · measure theory
MeasureTheory.integral_union_eq_left_of_ae_aux
∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
{f : X → E} {s t : Set X} {μ : MeasureTheory.Measure X},
(∀ᵐ (x : X) ∂μ.restrict t, f x = 0) →
MeasureTheory.StronglyMeasurable f →
MeasureTheory.IntegrableOn f (s ∪ t) μ → ∫ (x : X) in s ∪ t, f x ∂μ = ∫ (x : X) in s, f x ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.preimageproof · cited by 4,946
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetproof · cited by 3,075
- zero_addproof · cited by 2,366
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_union_eq_left_of_aeproof · cited by 2