Merged
Conversation
affeldt-aist
reviewed
Jul 8, 2023
affeldt-aist
reviewed
Jul 8, 2023
affeldt-aist
reviewed
Jul 8, 2023
affeldt-aist
reviewed
Jul 8, 2023
Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com>
Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com>
Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com>
Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com>
affeldt-aist
approved these changes
Jul 27, 2023
Member
affeldt-aist
left a comment
There was a problem hiding this comment.
I re-read the scripts and could find a number of shortcuts that I have committed.
What about using notations such as:
Local Notation "'2/3" := (PosNum twothirds_pos).
in continuous_bounded_extension?
That could make intermediate goals a bit shorter and more readable.
(Yet, inside this proof the problem is not here ^_^.)
Contributor
Author
|
Turns out |
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Jul 29, 2023
* tietze lemma done * nearly done with tietze * cauchy with admits * cauchy part done * tietze continuity done * tietze bounded * proof of tietze is done * linting and changelog * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * handling interval shifting inside tietze * simplifying a bit calculations * shorten proofs, nitpicking * positive 3 notation --------- Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> Co-authored-by: Reynald Affeldt <reynald.affeldt@aist.go.jp>
proux01
pushed a commit
that referenced
this pull request
Jul 31, 2023
* tietze lemma done * nearly done with tietze * cauchy with admits * cauchy part done * tietze continuity done * tietze bounded * proof of tietze is done * linting and changelog * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * handling interval shifting inside tietze * simplifying a bit calculations * shorten proofs, nitpicking * positive 3 notation --------- Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> 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
* tietze lemma done * nearly done with tietze * cauchy with admits * cauchy part done * tietze continuity done * tietze bounded * proof of tietze is done * linting and changelog * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * Update theories/numfun.v Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> * handling interval shifting inside tietze * simplifying a bit calculations * shorten proofs, nitpicking * positive 3 notation --------- Co-authored-by: affeldt-aist <33154536+affeldt-aist@users.noreply.github.com> 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
In the apparently never-ending results needed for fundamental theorem, here's Tietze's Extension theorem. We're continuing along #965 to show that continuous functions are dense in L1.
A few things to note:
Xis normal. Here, we assume it has urysohn extensions. Urysohn's lemma (Urysohn's Lemma #900) is the proof that these are equivalent. We could directly show that pseudometric spaces have urysohn extensions, once we get that far if we had to. Or we can merge in the urysohns' lemma PR, move to HB, and just do it that way.fwithx/(1+|x|)and applying the bounded version. We don't need it right now, so we can deal with that later.posnumstuff automating away several days of work!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.