Theorems · Theorem · measure theory
MeasureTheory.Measure.eq_infinitePi
∀ {ι : Type u_1} {X : ι → Type u_2} {mX : (i : ι) → MeasurableSpace (X i)} (μ : (i : ι) → MeasureTheory.Measure (X i))
[hμ : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] {ν : MeasureTheory.Measure ((i : ι) → X i)},
(∀ (s : Finset ι) (t : (i : ι) → Set (X i)),
(∀ (i : ι), MeasurableSet (t i)) → ν ((↑s).pi t) = ∏ i ∈ s, (μ i) (t i)) →
ν = MeasureTheory.Measure.infinitePi μTo prove that a measure is equal to the product measure it is enough to check that it it gives the same measure to measurable boxes.
- Defined in
- Mathlib.Probability.ProductMeasure
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 281 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · 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
- ENNRealstatement and proof · cited by 9,879
- SetLike.coestatement and proof · cited by 8,199
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
- MeasurableSetstatement and proof · cited by 3,075
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidproof · cited by 2,264
Cited by6
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iIndepFun.map_fun_eq_infinitePi_map₀proof · cited by 3
- MeasureTheory.Measure.infinitePi_diracproof · cited by 2
- MeasureTheory.Measure.infinitePi_map_piproof · cited by 2
- MeasureTheory.Measure.infinitePi_map_piCurry_symmproof · cited by 2
- MeasureTheory.Measure.infinitePi_map_piCongrLeftproof · cited by 1
- MeasureTheory.Measure.infinitePi_map_restrict'proof · cited by 1