Mathlib Map

Theorems · Theorem · measure theory

measurable_from_prod_countable_left

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {m : MeasurableSpace α} {mβ : MeasurableSpace β} {mγ : MeasurableSpace γ}
  [Countable β] [MeasurableSingletonClass β] {f : α × β → γ}, (∀ (y : β), Measurable fun x => f (x, y)) → Measurable f

For the version where the first space in the product is countable, see measurable_from_prod_countable_right.

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

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.