Continuous functions are dense in L1#1015
Merged
zstone1 merged 8 commits intomath-comp:masterfrom Aug 31, 2023
Merged
Conversation
Member
I have yet to use the lemma in a complete application to be sure but so far it looks ok. |
affeldt-aist
approved these changes
Aug 29, 2023
CohenCyril
reviewed
Aug 30, 2023
IshiguroYoshihiro
pushed a commit
to IshiguroYoshihiro/analysis
that referenced
this pull request
Sep 7, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Sep 21, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Sep 22, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Sep 25, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Sep 25, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- 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
The last piece of track B for #965.
The proof starts with an integrable function
fgviaapproximation_sfun_integrablegis continuous.h.The proof could be factored out into more reusable components. However, having the topology for L1 is pretty important to make that work. Then we can circumvent most of the the boiler plate with
But without the Lp spaces defined, there's no great way to do this. I'm happy with things as they are now, mostly because I want to keep pushing towards FTC.
@affeldt-aist Is this phrasing of density ok? It's pretty easy to convert to one about
(forall eps, exists N, ...)by applyingcvg_ballPandfine_fcvgif that's easier for you.Things done/to do
CHANGELOG_UNRELEASED.mdCompatibility 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.