Theorems · Theorem · measure theory
MeasureTheory.integral_fin_nat_prod_eq_prod
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {n : ℕ} {E : Fin n → Type u_3} {mE : (i : Fin n) → MeasurableSpace (E i)}
{μ : (i : Fin n) → MeasureTheory.Measure (E i)} [∀ (i : Fin n), MeasureTheory.SigmaFinite (μ i)]
(f : (i : Fin n) → E i → 𝕜),
∫ (x : (i : Fin n) → E i), ∏ i, f i (x i) ∂MeasureTheory.Measure.pi μ = ∏ i, ∫ (x : E i), f i x ∂μ iA version of Fubini's theorem in n variables, for a natural number n.
- Defined in
- Mathlib.MeasureTheory.Integral.Pi
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finset.univstatement and proof · cited by 3,473
- RCLikestatement and proof · cited by 2,829
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.integralstatement and proof · cited by 1,779
- one_smulproof · cited by 1,374
- ENNReal.toRealproof · cited by 859
- Finset.prod_congrproof · cited by 646
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_fintype_prod_eq_prodproof · cited by 4
- MeasureTheory.integral_fin_nat_prod_volume_eq_prodproof · cited by 0