feat(LinearAlgebra/ConvexSpace): StdSimplex bind operation - #38758
feat(LinearAlgebra/ConvexSpace): StdSimplex bind operation#38758TBUGTB wants to merge 4 commits into
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 5b5173e00fImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
-awaiting-author |
|
Can you resolve the conversations when you applied a suggestion please? This makes the page easier to read. |
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
|
Please instead use |
|
bors r- |
|
Canceled. Address comments or fix if necessary, and then someone with permission can run |
|
This PR/issue depends on:
|
|
This pull request has conflicts, please merge |
|
Sorry, I thought #37592 would be merged within a few days... At any rate, I am claiming that |
|
okay, thanks for letting me know |
Define the monadic bind operation for StdSimplex and add basic API lemmas. This operation is needed for formalising the Komlós lemma used in the construction of Stochastic Integrals (cf. this PR in the brownian-motion project).