chore: add missing additive deprecation aliases for #37793#38616
chore: add missing additive deprecation aliases for #37793#38616kbuzzard wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
…ity#37793 leanprover-community#37793 renamed many `_finset_prod` declarations to `_finsetProd` (and similarly for `_finset_sum` → `_finsetSum`) and added deprecation aliases for the old names. However, many of these declarations are tagged with `@[to_additive]`, which means the additive counterparts were also renamed but no deprecation aliases were added for them. This PR adds the missing aliases so that downstream code using the old additive names (e.g. `tendsto_finset_sum`, `alternatingSum_eq_finset_sum`) does not break. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
PR summary 6770747912Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
Hmm, apparently I should be following the pattern at #38550 but I'm out of credits for now. Will come back to this in about 10 hours. |
See #mathlib4 > #37793 and `to_additive` @ 💬 . Generated by Claude code but manually reviewed by me.