Theorems · Theorem · measure theory
MeasureTheory.Measure.prod_eq_generateFrom
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} {C : Set (Set α)} {D : Set (Set β)},
MeasurableSpace.generateFrom C = inst →
MeasurableSpace.generateFrom D = inst_1 →
IsPiSystem C →
IsPiSystem D →
∀ (h3C : μ.FiniteSpanningSetsIn C) (h3D : ν.FiniteSpanningSetsIn D) {μν : MeasureTheory.Measure (α × β)},
(∀ s ∈ C, ∀ t ∈ D, μν (s ×ˢ t) = μ s * ν t) → μ.prod ν = μνA measure on a product space equals the product measure if they are equal on rectangles with as sides sets that generate the corresponding σ-algebras.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.SigmaFiniteproof · cited by 526
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- Set.image2proof · cited by 311
- MeasurableSpace.generateFromstatement and proof · cited by 172
- IsPiSystemstatement and proof · cited by 88
- MeasureTheory.Measure.prod_prodproof · cited by 38
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.prod_eqproof · cited by 12
- MeasureTheory.Measure.measurePreserving_homeomorphUnitSphereProdproof · cited by 2
- MeasureTheory.Measure.prodAssoc_prodproof · cited by 1