Commit 2024-01-16 19:40 e8248a26
View on Github →feat(Probability): simple kernel lemmas (#9350)
- Lemmas about compositions and products of kernels.
- New definition:
prodMkRight
, similar toprodMkLeft
: takesκ : kernel α β
and turn it into akernel (α × γ) β
. From the PFR project.