Theorems · Theorem · measure theory
MeasureTheory.StronglyMeasurable.setToFun_prod_right
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{T : Set α → E →L[ℝ] F} {C : ℝ} {β : Type u_7} {mβ : MeasurableSpace β} [MeasureTheory.SFinite μ]
(hT : MeasureTheory.DominatedFinMeasAdditive μ T C),
(∀ (s : Set (β × α)), MeasurableSet s → MeasureTheory.StronglyMeasurable fun x => T (Prod.mk x ⁻¹' s)) →
∀ ⦃f : β → α → E⦄,
MeasureTheory.StronglyMeasurable (Function.uncurry f) →
MeasureTheory.StronglyMeasurable fun x => MeasureTheory.setToFun μ T hT (f x)The setToFun operation is measurable. This shows that the integrand of (the right-hand-side
of) Fubini's theorem is measurable. This version has f in curried form.
- Defined in
- Mathlib.MeasureTheory.Integral.SetToL1
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 245 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- 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.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.StronglyMeasurable.integral_prod_rightproof · cited by 1