chore(Algebra/BigOperators): add to_additive for expectation and antidiagonal lemmas - #42763
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 dce2e44302Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
183455a to
a5f6746
Compare
a5f6746 to
0e040bb
Compare
0e040bb to
dce2e44
Compare
themathqueen
left a comment
There was a problem hiding this comment.
looks fine to me, thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by themathqueen. |
|
thank you! |
Add
@[to_additive]attributes to:Expect.expect_inv_indexNat.prod_antidiagonal_succNat.prod_antidiagonal_succ'Remove the duplicated additive proofs:
expect_neg_indexsum_antidiagonal_succsum_antidiagonal_succ'Used Aristotle AI to find the duplicates, and verify the change, and ChatGPT, AmazonQ to navigate VS Code, cli, running tests, making the PR, understanding the proof and so forth