-
Notifications
You must be signed in to change notification settings - Fork 49
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
generalize indexing in lemmas for series #1397
Conversation
Two lemmas for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! No doubt it will be useful at some point. Just need a rebase for the changelog.
@t6s do you have more changes to commit? |
Not for now. |
Let's merge then! |
* generalize some lemmas for series --------- Co-authored-by: Reynald Affeldt <[email protected]>
Motivation for this change
There are several lemmas for series stated with zero-based indexing
0 <= k < n
andn <oo
.This PR generalizes them to
m <= k < n
andm <= n<oo
.Checklist
CHANGELOG_UNRELEASED.md
Reference: How to document
Reminder to reviewers