More measure theory helpers#962
Merged
zstone1 merged 17 commits intomath-comp:masterfrom Jun 26, 2023
Merged
Conversation
affeldt-aist
approved these changes
Jun 26, 2023
Member
affeldt-aist
left a comment
There was a problem hiding this comment.
Except bigcup_itvT, only minor improvements.
- a similar lemma was already proved and used - move similar-looking lemmas to real_interval.v - tauto was failing on my side so I temporarily patched inner regularity
ccecb28 to
344ad76
Compare
This was referenced Jun 26, 2023
Merged
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Jun 28, 2023
* nitpicking * inner regularity proof * complete proof of egoroff * ae egoroff done * factorize bigcup_itvT - a similar lemma was already proved and used - move similar-looking lemmas to real_interval.v - tauto was failing on my side so I temporarily patched inner regularity --------- 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
* nitpicking * inner regularity proof * complete proof of egoroff * ae egoroff done * factorize bigcup_itvT - a similar lemma was already proved and used - move similar-looking lemmas to real_interval.v - tauto was failing on my side so I temporarily patched inner regularity --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Jul 8, 2023
* nitpicking * inner regularity proof * complete proof of egoroff * ae egoroff done * factorize bigcup_itvT - a similar lemma was already proved and used - move similar-looking lemmas to real_interval.v - tauto was failing on my side so I temporarily patched inner regularity --------- 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
* nitpicking * inner regularity proof * almost done with egoroff * complete proof of egoroff * ae egoroff done * moving lemmas around * linting * updating changelog * factorize bigcup_itvT - a similar lemma was already proved and used - move similar-looking lemmas to real_interval.v - tauto was failing on my side so I temporarily patched inner regularity * nitpicking * nitpicking * fixing rebase * trying to fix builds * more build fix * fix build again * simpler tactics to fix build * still trying to fix build --------- 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
Depends on #957. This contains a bunch of lemmas I need to prove Egorov's theorem. But I'm separating a bunch of general purpose results here to break up the review. The interesting results are
An = [n,oo]. Each is infinite, but the intersection is zero).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.