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 to prodMkLeft: takes κ : kernel α β and turn it into a kernel (α × γ) β. From the PFR project.

Estimated changes