Theorems · Theorem · measure theory
MeasureTheory.lintegral_union
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal} {A B : Set α},
MeasurableSet B → Disjoint A B → ∫⁻ (a : α) in A ∪ B, f a ∂μ = ∫⁻ (a : α) in A, f a ∂μ + ∫⁻ (a : α) in B, f a ∂μ- Cited by
- 5 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- Disjointstatement and proof · cited by 2,201
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.lintegral_add_measureproof · cited by 13
- MeasureTheory.Measure.restrict_unionproof · cited by 4
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_image_eq_lintegral_deriv_mul_of_monotoneOnproof · cited by 3
- lintegral_Iic_eq_lintegral_Iio_add_Iccproof · cited by 1
- Manifold.pathELength_addproof · cited by 1
- MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul_of_measurableproof · cited by 1
- MeasureTheory.lintegral_insertproof · cited by 0