Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.map_integral
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} (f : MeasureTheory.SimpleFunc α E)
(g : E → F),
MeasureTheory.Integrable (⇑f) μ →
g 0 = 0 →
MeasureTheory.SimpleFunc.integral μ (MeasureTheory.SimpleFunc.map g f) = ∑ x ∈ f.range, μ.real (⇑f ⁻¹' {x}) • g xCalculate the integral of g ∘ f : α →ₛ F, where f is an integrable function from α to E
and g is a function from E to F. We require g 0 = 0 so that g ∘ f is integrable.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 213 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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · 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
- Finset.sumstatement · cited by 5,195
- Set.preimagestatement · cited by 4,946
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.Measure.realstatement · cited by 530
- MeasureTheory.SimpleFuncstatement and proof · cited by 411
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.L1.SimpleFunc.norm_eq_integralproof · cited by 2
- MeasureTheory.SimpleFunc.norm_setToSimpleFunc_le_integral_normproof · cited by 1
- MeasureTheory.SimpleFunc.integral_eq_lintegral'proof · cited by 1