Outer regularity for Lebesgue measure#957
Merged
zstone1 merged 4 commits intomath-comp:masterfrom Jun 26, 2023
Merged
Conversation
Member
affeldt-aist
left a comment
There was a problem hiding this comment.
I made a first pass but I would like to look at it again.
affeldt-aist
approved these changes
Jun 26, 2023
Member
affeldt-aist
left a comment
There was a problem hiding this comment.
It looks indeed a bit longish, I have no immediate idea, but since related lemmas are in the pipeline, we will have the opportunity to look at it again in the near future.
This was referenced Jun 26, 2023
Merged
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Jun 28, 2023
* lebesgue outer regularity * adding changelog * nitpicking * nitpicking --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
to affeldt-aist/analysis
that referenced
this pull request
Jul 8, 2023
* lebesgue outer regularity * adding changelog * nitpicking * nitpicking --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Jul 8, 2023
* lebesgue outer regularity * adding changelog * nitpicking * nitpicking --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
IshiguroYoshihiro
pushed a commit
to IshiguroYoshihiro/analysis
that referenced
this pull request
Sep 7, 2023
* lebesgue outer regularity * adding changelog * nitpicking * nitpicking --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
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.
Motivation for this change
A standard result for the lebesgue measure, made slightly complicated by the fact we use "half" open intervals. We have to extend each half open
]a,b]from the ocitv covering by]a,b] --> ]a, b + (eps/2) / (2^n)[. Then use the epsilon trick. Nothing too exotic, just requires a little dedication.Things done/to do
CHANGELOG_UNRELEASED.md[] added corresponding documentation in the headersCompatibility with MathComp 2.0
TODO: HB portto make sure someone ports this PR tothe
hierarchy-builderbranch or I already opened an issue or PR (please cross reference).Automatic note to reviewers
Read this Checklist and put a milestone if possible.