Theorems · Theorem · measure theory
MeasureTheory.Measure.infinitePi_map_pi
∀ {ι : Type u_1} {X : ι → Type u_2} {mX : (i : ι) → MeasurableSpace (X i)} (μ : (i : ι) → MeasureTheory.Measure (X i))
[hμ : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] {Y : ι → Type u_3} [inst : (i : ι) → MeasurableSpace (Y i)]
{f : (i : ι) → X i → Y i},
(∀ (i : ι), Measurable (f i)) →
MeasureTheory.Measure.map (fun x i => f i (x i)) (MeasureTheory.Measure.infinitePi μ) =
MeasureTheory.Measure.infinitePi fun i => MeasureTheory.Measure.map (f i) (μ i)- Defined in
- Mathlib.Probability.ProductMeasure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- Finset.prodproof · cited by 2,356
- Set.extproof · cited by 2,266
- Measurablestatement and proof · cited by 1,499
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun_infinitePiproof · cited by 3
- ProbabilityTheory.iIndepFun_uncurry_infinitePiproof · cited by 1