Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.compProd_restrict

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
  {mγ : MeasurableSpace γ} {κ : ProbabilityTheory.Kernel α β} [ProbabilityTheory.IsSFiniteKernel κ]
  {η : ProbabilityTheory.Kernel (α × β) γ} [ProbabilityTheory.IsSFiniteKernel η] {s : Set β} {t : Set γ}
  (hs : MeasurableSet s) (ht : MeasurableSet t), (κ.restrict hs).compProd (η.restrict ht) = (κ.compProd η).restrict ⋯
Defined in
Mathlib.Probability.Kernel.Composition.CompProd
Cited by
4 results in Mathlib
Foundations
Depth 227 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ProbabilityTheory.IsSFiniteKernelProbabilityTheory.IsSFiniteKernel

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 by4

Results whose statement or proof uses this declaration.