Theorems · Theorem · measure theory
MeasureTheory.Measure.infinitePiNat_map_restrict
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} (μ : (n : ℕ) → MeasureTheory.Measure (X n))
[hμ : ∀ (n : ℕ), MeasureTheory.IsProbabilityMeasure (μ n)] (I : Finset ℕ),
MeasureTheory.Measure.map I.restrict (MeasureTheory.Measure.infinitePiNat μ) = MeasureTheory.Measure.pi fun i => μ ↑iRestricting the product measure to a product indexed by a finset yields the usual product measure.
- Defined in
- Mathlib.Probability.ProductMeasure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Measure.mapstatement · cited by 858
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- MeasureTheory.Measure.pistatement · cited by 130
- Finset.restrictstatement · cited by 60
- MeasureTheory.Measure.infinitePiNatstatement · cited by 5
- MeasureTheory.Measure.isProjectiveLimit_infinitePiNatproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.infinitePiNat_map_piCongrLeftproof · cited by 1
- MeasureTheory.Measure.piContent_eq_infinitePiNatproof · cited by 0