Mathlib Map

Theorems · Theorem · measure theory

generateFrom_prod_eq

∀ {α : Type u_3} {β : Type u_4} {C : Set (Set α)} {D : Set (Set β)},
  IsCountablySpanning C →
    IsCountablySpanning D →
      Prod.instMeasurableSpace = MeasurableSpace.generateFrom (Set.image2 (fun x1 x2 => x1 ×ˢ x2) C D)

The product of generated σ-algebras is the one generated by rectangles, if both generating sets are countably spanning.

Defined in
Mathlib.MeasureTheory.MeasurableSpace.Prod
Cited by
1 results in Mathlib
Foundations
Depth 71 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.

Cited by1

Results whose statement or proof uses this declaration.