[Merged by Bors] - feat(Kernel/Category): Stoch is a Markov category#36779
[Merged by Bors] - feat(Kernel/Category): Stoch is a Markov category#36779gaetanserre wants to merge 48 commits intoleanprover-community:masterfrom
Conversation
PR summary 6e77ee2fdbImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Mathlib/CategoryTheory/CopyDiscardCategory/Widesubcategory.lean
Outdated
Show resolved
Hide resolved
|
This should also be reviewed by some expert in probability theory: maintainer delegate |
|
🚀 Pull request has been placed on the maintainer queue by joelriou. |
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Co-authored-by: Rémy Degenne <remydegenne@gmail.com>
|
Thanks! |
- Define `SFinKer`, the category of measurable spaces and s-finite kernels. Show that it is a copy-discard category. - Define `Stoch`, the category of measurable spaces and Markov kernels as a `WideSubcategory` of `SFinKer`. Show that it is a Markov category. It uses new typeclasses for `MorphismProperty` that are stables under specific morphisms of the original category. - Add some useful lemmas about parallel product of kernels.
|
Canceled. |
|
bors d+ |
|
✌️ gaetanserre can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
- Define `SFinKer`, the category of measurable spaces and s-finite kernels. Show that it is a copy-discard category. - Define `Stoch`, the category of measurable spaces and Markov kernels as a `WideSubcategory` of `SFinKer`. Show that it is a Markov category. It uses new typeclasses for `MorphismProperty` that are stables under specific morphisms of the original category. - Add some useful lemmas about parallel product of kernels.
|
Pull request successfully merged into master. Build succeeded: |
…ty#36779) - Define `SFinKer`, the category of measurable spaces and s-finite kernels. Show that it is a copy-discard category. - Define `Stoch`, the category of measurable spaces and Markov kernels as a `WideSubcategory` of `SFinKer`. Show that it is a Markov category. It uses new typeclasses for `MorphismProperty` that are stables under specific morphisms of the original category. - Add some useful lemmas about parallel product of kernels.
Define
SFinKer, the category of measurable spaces and s-finite kernels. Show that it is a copy-discard category.Define
Stoch, the category of measurable spaces and Markov kernels as aWideSubcategoryofSFinKer. Show that it is a Markov category. It uses new typeclasses forMorphismPropertythat are stables under specific morphisms of the original category.Add some useful lemmas about parallel product of kernels.