Theorems · Theorem · measure theory
MeasurableSpace.comap_prodMk
∀ {α : Type u_3} {β : Type u_4} {γ : Type u_5} {mβ : MeasurableSpace β} {mγ : MeasurableSpace γ} (X : α → β)
(Y : α → γ),
MeasurableSpace.comap (fun ω => (X ω, Y ω)) (mβ.prod mγ) = MeasurableSpace.comap X mβ ⊔ MeasurableSpace.comap Y mγThe comap of a product is the supremum of the comaps.
- Cited by
- 0 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 by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.