Commit 2021-04-07 19:05 08aff2ca
View on Github →feat(algebra/big_operators/basic): edit finset.sum/prod_range_succ (#6676)
- Change the RHS of the statement of
sum_range_succfromf n + ∑ x in range n, f xto∑ x in range n, f x + f n - Change the RHS of the statement of
prod_range_succfromf n * ∑ x in range n, f xto∑ x in range n, f x * f nThe old versions of those lemmas are now calledsum_range_succ_commandprod_range_succ_comm, respectively. See this conversation on Zulip.