Theorems · Theorem · measure theory
MeasureTheory.integral_comp_eval
∀ {ι : Type u_2} [inst : Fintype ι] {X : ι → Type u_3} {mX : (i : ι) → MeasurableSpace (X i)}
{μ : (i : ι) → MeasureTheory.Measure (X i)} {E : Type u_4} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace ℝ E]
[∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] {i : ι} {f : X i → E},
MeasureTheory.AEStronglyMeasurable f (μ i) →
∫ (x : (i : ι) → X i), f (x i) ∂MeasureTheory.Measure.pi μ = ∫ (x : X i), f x ∂μ i- Defined in
- Mathlib.MeasureTheory.Integral.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Fintypestatement and proof · cited by 7,736
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Measurable.aemeasurableproof · cited by 304
- MeasureTheory.Measure.pistatement and proof · cited by 130
- measurable_pi_applyproof · cited by 77
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_evalproof · cited by 1