Commit 2020-01-26 13:49 ab155ef9
View on Github →refactor(*): refactor sum_smul
/smul_sum
(#1910)
- refactor(*): refactor
sum_smul
/smul_sum
API changes: - Define both versions for
list,
multiset, and
finset`; - new
finset.smul_sum
is the oldfinset.smul_sum
or `root.sum_smul.symm`` - new
finset.sum_smul
is the oldfinset.smul_sum'
- new
smul_smul
doesn't need aType
argument - some lemmas are generalized to a
semimodule
or adistrib_mul_action
- Fix compile