Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2023-02-09 08:59 639b66d9

View on Github →

chore(topology/algebra/infinite_sum): correct argument explicitness (#18403) It is quite annoying to use the current const_smul and smul_const, because Lean often can't even infer the type of this implicit argument. There was one existing place in mathlib where this became really painful (the @ in the diff), and there are a couple more in one of my branches.

Estimated changes

modified theorem has_sum.const_smul
modified theorem has_sum.smul_const
modified theorem summable.const_smul
modified theorem summable.smul_const
modified theorem tsum_const_smul
modified theorem tsum_smul_const