Theorems · Theorem · measure theory
MeasureTheory.Measure.pi_prod_map_IocProdIoc
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} (μ : (n : ℕ) → MeasureTheory.Measure (X n))
[hμ : ∀ (n : ℕ), MeasureTheory.IsProbabilityMeasure (μ n)] {a b c : ℕ},
a ≤ b →
b ≤ c →
MeasureTheory.Measure.map (IocProdIoc a b c)
((MeasureTheory.Measure.pi fun i => μ ↑i).prod (MeasureTheory.Measure.pi fun i => μ ↑i)) =
MeasureTheory.Measure.pi fun i => μ ↑iLet μ : (i : Ioc a c) → Measure (X i) be a family of measures. Up to an equivalence,
(⨂ i : Ioc a b, μ i) ⊗ (⨂ i : Ioc b c, μ i) = ⨂ i : Ioc a c, μ i, where ⊗ denotes the
product of measures.
- Defined in
- Mathlib.Probability.ProductMeasure
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
- MeasurableSetproof · cited by 3,075
- Finset.prodproof · cited by 2,356
- le_rflproof · cited by 1,558
- MeasureTheory.Measure.mapstatement · cited by 858
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.partialTraj_const_restrict₂proof · cited by 1