Commit 2021-04-15 15:46 adfeb249
View on Github →refactor(algebra/big_operators/order): use to_additive (#7173)
- Replace many lemmas about
finset.sumwith lemmas aboutfinset.prod+@[to_additive]; - Avoid
s \ tinfinset.sum_lt_sum_of_subset. - Use
M,Ninstead ofα,βfor types with algebraic structures.