Theorems · Theorem · measure theory
MeasureTheory.Measure.pi_eq_generateFrom
∀ {ι : Type u_1} {α : ι → Type u_3} [inst : Fintype ι] [inst_1 : (i : ι) → MeasurableSpace (α i)]
{μ : (i : ι) → MeasureTheory.Measure (α i)} {C : (i : ι) → Set (Set (α i))},
(∀ (i : ι), MeasurableSpace.generateFrom (C i) = inst_1 i) →
(∀ (i : ι), IsPiSystem (C i)) →
∀ (h3C : (i : ι) → (μ i).FiniteSpanningSetsIn (C i)) {μν : MeasureTheory.Measure ((i : ι) → α i)},
(∀ (s : (i : ι) → Set (α i)), (∀ (i : ι), s i ∈ C i) → μν (Set.univ.pi s) = ∏ i, (μ i) (s i)) →
MeasureTheory.Measure.pi μ = μνA measure on a finite 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.Constructions.Pi
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 227 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeMeasurableSpace
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Fintypestatement and proof · cited by 7,736
- Set.imageproof · cited by 5,609
- Set.univstatement and proof · cited by 3,945
- Finset.univstatement and proof · cited by 3,473
- MeasurableSetproof · cited by 3,075
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.SigmaFiniteproof · cited by 526
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.pi_eqproof · cited by 19
- MeasureTheory.hausdorffMeasure_pi_realproof · cited by 3