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.
- 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.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasurableSpace.comapstatement and proof · cited by 124
- MeasurableSpace.prodstatement · cited by 15
- MeasurableSpace.comap_compproof · cited by 10
- MeasurableSpace.comap_supproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasurableEmbedding.prodMapproof · cited by 4