Theorems · Theorem · measure theory
MeasureTheory.average_add_measure
∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
{μ : MeasureTheory.Measure α} [MeasureTheory.IsFiniteMeasure μ] {ν : MeasureTheory.Measure α}
[MeasureTheory.IsFiniteMeasure ν] {f : α → E},
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable f ν →
⨍ (x : α), f x ∂(μ + ν) =
(μ.real Set.univ / (μ.real Set.univ + ν.real Set.univ)) • ⨍ (x : α), f x ∂μ +
(ν.real Set.univ / (μ.real Set.univ + ν.real Set.univ)) • ⨍ (x : α), f x ∂ν- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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.univstatement and proof · cited by 3,945
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.realstatement and proof · cited by 530
- SemigroupAction.mul_smulproof · cited by 291
- MeasureTheory.measure_ne_topproof · cited by 171
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.average_unionproof · cited by 2