-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minor generalizations, renaming #985
Merged
affeldt-aist
merged 4 commits into
math-comp:master
from
affeldt-aist:sequences_20230719
Jul 28, 2023
Merged
minor generalizations, renaming #985
affeldt-aist
merged 4 commits into
math-comp:master
from
affeldt-aist:sequences_20230719
Jul 28, 2023
Conversation
This file contains 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
affeldt-aist
added
the
TODO: MC2 port
This PR must be ported to mathcomp 2 now that the. Remove this label when the port is done.
label
Jul 19, 2023
CohenCyril
reviewed
Jul 19, 2023
affeldt-aist
force-pushed
the
sequences_20230719
branch
from
July 20, 2023 09:29
59045db
to
e688979
Compare
affeldt-aist
force-pushed
the
sequences_20230719
branch
from
July 26, 2023 23:50
e688979
to
ae26694
Compare
We can maybe merge this one once the CI agrees. |
3 tasks
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Jul 29, 2023
* decomposing eseries_cond into bits Co-authored-by: Cyril Cohen <cohen@crans.org>
proux01
pushed a commit
that referenced
this pull request
Jul 31, 2023
* decomposing eseries_cond into bits Co-authored-by: Cyril Cohen <cohen@crans.org>
proux01
removed
the
TODO: MC2 port
This PR must be ported to mathcomp 2 now that the. Remove this label when the port is done.
label
Jul 31, 2023
IshiguroYoshihiro
pushed a commit
to IshiguroYoshihiro/analysis
that referenced
this pull request
Sep 7, 2023
* decomposing eseries_cond into bits Co-authored-by: Cyril Cohen <cohen@crans.org>
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
This is a follow-up of PR #974 : renaming an
rM
suffix toZl
and generalizing the conclusion of some statements in
sequences.v
from
\sum_(i <oo)
to\sum_(N <= i <oo)
(needed for Vitali's theorem PR #984 )fixes #982
Things done/to do
CHANGELOG_UNRELEASED.md
- [ ] added corresponding documentation in the headersCompatibility with MathComp 2.0
TODO: HB port
to make sure someone ports this PR tothe
hierarchy-builder
branch or I already opened an issue or PR (please cross reference).Automatic note to reviewers
Read this Checklist and put a milestone if possible.