Commit 2022-03-02 12:52 f191f521
View on Github →chore(algebra/big_operators): generalize map_prod to monoid_hom_class (#12354)
This PR generalizes the following lemmas to (add_)monoid_hom_class:
map_prod,map_summap_multiset_prod,map_multiset_summap_list_prod,map_list_summap_finsupp_prod,map_finsupp_sumI haven't removed any of the existing specialized, namespaced versions of these lemmas yet, but I have marked them asprotectedand added a docstring saying to use the generic version instead.