Mathlib Map

Theorems · Theorem · measure theory

MeasurableSpace.comap_prodMap

∀ {α : Type u_3} {β : Type u_4} {γ : Type u_5} {δ : Type u_6} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
  (X : γ → α) (Y : δ → β),
  MeasurableSpace.comap (Prod.map X Y) (mα.prod mβ) = (MeasurableSpace.comap X mα).prod (MeasurableSpace.comap Y mβ)

The comap of Prod.map is the product of the comaps.

Defined in
Mathlib.MeasureTheory.MeasurableSpace.Prod
Cited by
1 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites5

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.