Theorems · Theorem · measure theory
MeasureTheory.integral_prod
- 1000+ list: Fubini's theorem
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [MeasureTheory.SFinite ν]
[inst_4 : NormedSpace ℝ E] [MeasureTheory.SFinite μ] (f : α × β → E),
MeasureTheory.Integrable f (μ.prod ν) → ∫ (z : α × β), f z ∂μ.prod ν = ∫ (x : α), ∫ (y : β), f (x, y) ∂ν ∂μFubini's Theorem: For integrable functions on α × β,
the Bochner integral of f is equal to the iterated Bochner integral.
integrable_prod_iff can be useful to show that the function in question in integrable.
MeasureTheory.Integrable.integral_prod_right is useful to show that the inner integral
of the right-hand side is integrable.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites51
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Set.preimageproof · cited by 4,946
- Filter.Eventuallyproof · cited by 3,134
- MeasurableSetproof · cited by 3,075
Cited by9
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_convproof · cited by 3
- MeasureTheory.integral_prod_smulproof · cited by 2
- MeasureTheory.integral_prod_symmproof · cited by 2
- MeasureTheory.setIntegral_prodproof · cited by 2
- MeasureTheory.integral_prod_bilinproof · cited by 1
- MeasureTheory.integral_integralproof · cited by 1
- integral_bilinear_hasLineDerivAt_right_eq_neg_left_of_integrable_aux1proof · cited by 1
- MeasureTheory.integral_continuousLinearMap_prod'proof · cited by 1
- MeasureTheory.integral_mconvproof · cited by 0