Mathlib Map

Theorems · Theorem · measure theory

generateFrom_eq_pi

∀ {ι : Type u_1} {α : ι → Type u_2} [Finite ι] [h : (i : ι) → MeasurableSpace (α i)] {C : (i : ι) → Set (Set (α i))},
  (∀ (i : ι), MeasurableSpace.generateFrom (C i) = h i) →
    (∀ (i : ι), IsCountablySpanning (C i)) →
      MeasurableSpace.generateFrom (Set.univ.pi '' Set.univ.pi C) = MeasurableSpace.pi

If C and D generate the σ-algebras on α resp. β, then rectangles formed by C and D generate the σ-algebra on α × β.

Defined in
Mathlib.MeasureTheory.MeasurableSpace.Pi
Cited by
3 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FiniteMeasurableSpace

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.

Cited by3

Results whose statement or proof uses this declaration.