Theorems · Theorem · measure theory
MeasureTheory.Integrable.fin_nat_prod
∀ {𝕜 : Type u_1} [inst : NormedCommRing 𝕜] {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 → 𝕜},
(∀ (i : Fin n), MeasureTheory.Integrable (f i) (μ i)) →
MeasureTheory.Integrable (fun x => ∏ i, f i (x i)) (MeasureTheory.Measure.pi μ)On a finite product space in n variables, for a natural number n, a product of integrable
functions depending on each coordinate is integrable.
- Defined in
- Mathlib.MeasureTheory.Integral.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Top.topproof · cited by 9,680
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Finset.prod_congrproof · cited by 646
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- MeasureTheory.Measure.prodproof · cited by 353
- MeasureTheory.MeasurePreservingproof · cited by 259
- Fin.succAboveproof · cited by 249
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.fintype_prod_depproof · cited by 1