Commit 2024-02-14 09:39 1c8f2465
View on Github →feat(Analysis/Asymptotics/Asymptotics): generalize smul lemmas to normed rings (#9811)
Using BoundedSMul
instead of NormedSpace
makes these true more generally. The old proofs do not generalize, so are replaced with copies of the mul
proofs.
The const_smul_self
lemmas match the existing const_mul_self
ones.
shake
then reports that the imports can be reduced.