Theorems · Theorem · measure theory
MeasureTheory.StronglyMeasurable.integral_prod_right
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] [MeasureTheory.SFinite ν]
⦃f : α → β → E⦄,
MeasureTheory.StronglyMeasurable (Function.uncurry f) → MeasureTheory.StronglyMeasurable fun x => ∫ (y : β), f x y ∂νThe Bochner integral 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.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 252 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.
- Setproof · 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
- MeasurableSetproof · cited by 3,075
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.StronglyMeasurablestatement and proof · cited by 363
- ContinuousLinearMap.idproof · cited by 233
- Measurable.stronglyMeasurableproof · cited by 47
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.StronglyMeasurable.integral_prod_right'proof · cited by 3