Commit 2025-05-08 16:18 3c616a3f
View on Github →refactor: mixin class for norm_smul
with strict equality (#24003)
Define a typeclass for normed modules where the norm is exactly multiplicative (not just sub-multiplicative like IsBoundedSMul
, or just over fields like NormedSpace
).
This is a subset of #23787, leaving out the changes to NormedSpace
.