feat(RingTheory): add nilpotence lemmas for zero sums - #42353
feat(RingTheory): add nilpotence lemmas for zero sums#42353sankalpsthakur wants to merge 4 commits 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 6ec4388c57Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
In a commutative semiring, adds:
sq_eq_sq_of_add_eq_zero: ifx + y = 0thenx^2 = y^2IsNilpotent.of_add_eq_zero_left: ifx + y = 0andyis nilpotent, so isxisNilpotent_iff_of_add_eq_zero: underx + y = 0,xis nilpotent iffyisMotivated by #10539.
Validation
Built locally:
lake build Mathlib.RingTheory.Nilpotent.Basic— succeeds.Closes #10539
AI/LLM disclosure
AI coding tools were used to help draft this change and PR description. I reviewed the complete change, understand the reasoning, and verified the build locally before submitting.