Commit 2025-08-16 12:53 35529d04

View on Github →

feat: e-seminormed monoid (#27385) Most lemmas about these do not require the enorm to be positive definite (i.e., work fine if a nontrivial element has zero enorm), or can be rephrased easily. A handful of lemmas do require this condition. Add a new class ESeminormed(Add)(Comm)Monoid, which only asks that zero have enorm, and generalise most lemmas to this class. The motivating example behind this is eLpNorm, which is an enormed commutative (additive) monoid

Estimated changes

modified theorem enorm_mul_le'
modified theorem enorm_one'
modified theorem enorm_sum_le
modified theorem exists_enorm_lt'