Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.parallelComp_apply

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
  {mγ : MeasurableSpace γ} {mδ : MeasurableSpace δ} (κ : ProbabilityTheory.Kernel α β)
  [ProbabilityTheory.IsSFiniteKernel κ] (η : ProbabilityTheory.Kernel γ δ) [ProbabilityTheory.IsSFiniteKernel η]
  (x : α × γ), (κ.parallelComp η) x = (κ x.1).prod (η x.2)
Defined in
Mathlib.Probability.Kernel.Composition.ParallelComp
Cited by
18 results in Mathlib
Foundations
Depth 222 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.

ProbabilityTheory.Kernel.compProd_apply · cited by 31Kernel.compProd_applyProbabilityTheory.Kernel.prod_apply' · cited by 6Kernel.prod_apply'ProbabilityTheory.Kernel.parallelComp_id_left_comp_parallelComp · cited by 5Kernel.parallelComp_id_le…ProbabilityTheory.Kernel.swap_parallelComp · cited by 4Kernel.swap_parallelCompProbabilityTheory.Kernel.lintegral_prod · cited by 3Kernel.lintegral_prodProbabilityTheory.Kernel.fst_prod · cited by 2Kernel.fst_prodProbabilityTheory.Kernel.parallelComp_apply' · cited by 2Kernel.parallelComp_apply'MeasureTheory.Measure.prod_comp_right · cited by 1Measure.prod_comp_rightProbabilityTheory.Kernel.parallelComp_sum_left · cited by 1Kernel.parallelComp_sum_l…ProbabilityTheory.Kernel.parallelComp_sum_right · cited by 1Kernel.parallelComp_sum_r…ProbabilityTheory.Kernel.parallelComp_zero_left · cited by 1Kernel.parallelComp_zero_…ProbabilityTheory.Kernel.parallelComp_zero_right · cited by 1Kernel.parallelComp_zero_…ProbabilityTheory.Kernel.deterministic_parallelComp_deterministic · cited by 1Kernel.deterministic_para…ProbabilityTheory.Kernel.lintegral_parallelComp · cited by 0Kernel.lintegral_parallel…ProbabilityTheory.Kernel.lintegral_parallelComp_symm · cited by 0Kernel.lintegral_parallel…DFunLike.coe · cited by 62936DFunLike.coeMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelMeasureTheory.Measure.prod · cited by 353Measure.prodProbabilityTheory.IsSFiniteKernel · cited by 248ProbabilityTheory.IsSFini…ProbabilityTheory.Kernel.parallelComp · cited by 49Kernel.parallelCompProbabilityTheory.Kernel.parallelComp_def · cited by 3Kernel.parallelComp_defProbabilityTheory.Kernel.coe_mk · cited by 1Kernel.coe_mkKernel.parallelComp_applyCITED BYCITES

Cites9

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

Cited by18

Results whose statement or proof uses this declaration.