[Merged by Bors] - doc: add docstrings for reversed range telescoping lemmas#39605
[Merged by Bors] - doc: add docstrings for reversed range telescoping lemmas#39605Qinghev wants to merge 1 commit into
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 9cdd822a92Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
joneugster
left a comment
There was a problem hiding this comment.
Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by joneugster. |
|
bors merge |
|
Already running a review |
|
oops, misclick. bors merge |
This PR adds docstrings for two existing `Finset` telescoping lemmas and their additive versions generated by `to_additive`: * `Finset.prod_range_div'` / `Finset.sum_range_sub'` * `Finset.eq_prod_range_div` / `Finset.eq_sum_range_sub` It is documentation-only: no declarations or imports are changed. CI has passed. AI assistance: Codex was used to help inspect the public PR/CI status and update this PR description.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
|
Pull request successfully merged into master. Build succeeded: |
This PR adds docstrings for two existing
Finsettelescoping lemmas and their additive versions generated byto_additive:Finset.prod_range_div'/Finset.sum_range_sub'Finset.eq_prod_range_div/Finset.eq_sum_range_subIt is documentation-only: no declarations or imports are changed.
CI has passed.
AI assistance: Codex was used to help inspect the public PR/CI status and update this PR description.