Commit 2025-05-06 16:26 01d39ae1
View on Github →feat(LpSeminorm/Basic): generalise further lemmas to enorms (#24356) Continuation of #24355. In passing, we slightly tweak some typeclass assumptions:
- a few lemmas (which accidentally had stronger than necessary assumptions) get weaker assumptions,
- a few other lemmas have hypotheses strengthened from
[ENorm E] [TopologicalSpace E]
to[TopologicalSpace E] [ContinuousENorm E]
. I believe this to be inconsequential, as I know no example where this distinction would matter.