feat(Data/Finsupp): add computational lemmas for cons and single#35329
feat(Data/Finsupp): add computational lemmas for cons and single#35329BryceT233 wants to merge 11 commits intoleanprover-community:masterfrom
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. 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 b301d257a1Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
LGTM! Thanks! |
…mmunity#36506) This PR adds various computational lemmas related to operations of finitely supported functions. Alongside leanprover-community#35329, theses lemmas provide the necessary helpers to construct various equivalences for `MvPowerSeries`.
This PR introduces
cons_injective2,cons_eq_single_zero_iffandcons_eq_single_succ_iff, which are helper lemmas designed to facilitate calculations (or simplification) of equalities involvingFinsupp.consandFinsupp.single.Co-authored-by: Wenrong Zou [email protected]