Commit 2020-04-30 14:07 8fa8f175
View on Github →refactor(tsum): use ∑' instead of ∑ as notation (#2571) As discussed in: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/big.20ops/near/195821357 This is the result of
git grep -l '∑' | grep -v "mean_ineq" | xargs sed -i "s/∑/∑'/g"
after manually cleaning some occurences of ∑
in TeX strings. Probably ∑
has now also been changed in a lot of comments and docstrings, but my reasoning is that if the string "tsum" occurs in the file, then it doesn't do harm to write ∑'
instead of ∑
in the comments as well.