Theorems · Theorem · measure theory
MeasureTheory.integral_fintype_prod_eq_prod
∀ {𝕜 : Type u_1} {ι : Type u_2} [inst : Fintype ι] [inst_1 : RCLike 𝕜] {E : ι → Type u_3} (f : (i : ι) → E i → 𝕜)
{mE : (i : ι) → MeasurableSpace (E i)} {μ : (i : ι) → MeasureTheory.Measure (E i)}
[∀ (i : ι), MeasureTheory.SigmaFinite (μ i)],
∫ (x : (i : ι) → E i), ∏ i, f i (x i) ∂MeasureTheory.Measure.pi μ = ∏ i, ∫ (x : E i), f i x ∂μ iA version of Fubini's theorem with the variables indexed by a general finite type.
- Defined in
- Mathlib.MeasureTheory.Integral.Pi
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Equivproof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- RCLikestatement and proof · cited by 2,829
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidproof · cited by 2,264
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.charFun_stdGaussianproof · cited by 2
- MeasureTheory.integral_fintype_prod_volume_eq_prodproof · cited by 2
- ProbabilityTheory.iIndepFun.integral_fun_prod_compproof · cited by 2
- MeasureTheory.integral_fintype_prod_eq_powproof · cited by 1