Skip to content
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

[Merged by Bors] - feat(algebra/big_operators): split products and sums over fin (a+b) #13291

Closed
wants to merge 9 commits into from

Conversation

joelriou
Copy link
Collaborator


This PR adds a lemma prod_split which decomposes products and sums over fin (a+b), and a lemma prod_trunc/sum_trunc which shows that a sum over fin n when n=a+b equals the sum of the first a elements when the b last terms vanish.

Open in Gitpod

@joelriou joelriou added the awaiting-review The author would like community review of the PR label Apr 10, 2022
@joelriou joelriou added maybe-later and removed awaiting-review The author would like community review of the PR labels Apr 10, 2022
@joelriou joelriou added awaiting-review The author would like community review of the PR and removed maybe-later labels Apr 18, 2022
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+

src/algebra/big_operators/basic.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Apr 21, 2022

✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Apr 21, 2022
Co-authored-by: Johan Commelin <johan@commelin.net>
@joelriou
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Apr 21, 2022
…13291)




Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@bors
Copy link

bors bot commented Apr 22, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(algebra/big_operators): split products and sums over fin (a+b) [Merged by Bors] - feat(algebra/big_operators): split products and sums over fin (a+b) Apr 22, 2022
@bors bors bot closed this Apr 22, 2022
@bors bors bot deleted the prod_split branch April 22, 2022 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants