Komlós Lemma - #399
Merged
Merged
Conversation
Closed
TBUGTB
marked this pull request as draft
March 26, 2026 10:52
TBUGTB
marked this pull request as ready for review
April 22, 2026 10:58
Contributor
Author
|
awaiting-review |
Contributor
Author
|
The PR might still deserve a bit of cleanup, but I think it's far enough along so that initial feedback would be meaningful. The main lemma AI disclaimer: some of the simple lemmas in |
Change \tilde{g}^{k+1} to \tilde{g}^k which allows for a more natural formalisation
* The lemma komlos_step contains the main construction for building the convex weights \lambda^{k,n}_m. The proof still contains sorrys but the main argument is formalised which makes me confident that the approach to formalising convex weights is going to work.
* The file ConvexWeights.lean contains auxiliary constructions related to convex weights, e.g. their (iterated) multiplication
only easy sorrys remaining
* add documentation * make some declarations private
Co-authored-by: Copilot <copilot@github.com>
RemyDegenne
reviewed
Apr 28, 2026
RemyDegenne
reviewed
Apr 28, 2026
Closed
1 task
RemyDegenne
reviewed
Apr 30, 2026
Co-authored-by: Rémy Degenne <remydegenne@gmail.com>
Makes the lemma reusable for the ENNReal version of the Komlós lemma
RemyDegenne
reviewed
May 1, 2026
rohitmanokaran
pushed a commit
to rohitmanokaran/brownian-motion
that referenced
this pull request
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work on #374. My plan is to focus on formalizing lemma 12.12 in the blueprint which is where most of the difficulty lies. The initial version of this PR is still very much WIP.
Closes #374