Commit 2023-11-13 17:59 f5eb981b
View on Github →fix(Mathlib/Algebra/Lie/DirectSum): remove unused R argument from lemmas (#8388)
This made them not actually work as a simp lemma.
Also extracts a common result that can be used to prove single_add for DFinsupp and Finsupp, and a new Finsupp.single_mul lemma.