Commit 2021-02-26 10:06 ff5fa529
View on Github →chore(data/finsupp/basic): add coe_{neg,sub,smul} lemmas to match coe_{zero,add,fn_sum} (#6350) This also:
- merges together smul_apply'andsmul_apply, since the latter is just a special case of the former.
- changes the implicitness of arguments to all of the finsupp.*_applylemmas so that all the variables and none of the types are explicit The whitespace style here matches howcoe_addis spaced.