Commit 2020-01-26 13:49 ab155ef9
View on Github →refactor(*): refactor sum_smul/smul_sum (#1910)
- refactor(*): refactor sum_smul/smul_sumAPI changes:
- Define both versions for list,multiset, andfinset`;
- new finset.smul_sumis the oldfinset.smul_sumor `root.sum_smul.symm``
- new finset.sum_smulis the oldfinset.smul_sum'
- new smul_smuldoesn't need aTypeargument
- some lemmas are generalized to a semimoduleor adistrib_mul_action
- Fix compile