[Merged by Bors] - feat: Define ENorm notation class#20121
[Merged by Bors] - feat: Define ENorm notation class#20121fpvandoorn wants to merge 4 commits intomasterfrom
Conversation
PR summary 02cceee8bcImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 88 | 1 | disabled deprecation lints |
| 63 | 1 | large files |
Current commit 02cceee8bc
Reference commit a38db992d0
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
* This PR only defines the notation class and two instances, but doesn't use it yet. * There is an existing unused definition of `ENorm`. Since I might use it in the future, I kept it around, but renamed it (and the file) `ENormedSpace`. I did not modify anything, and didn't add deprecations since it is unused and the main definition now has a different meaning.
|
Pull request successfully merged into master. Build succeeded: |
Extracted from #21375: these lemmas only change the assumption on the co-domain, but not any hypothesis. This continues the work started in #20121, #20122 and #21306: those PRs generalised the definitions resp. made lemma statements use the enorm. This PR starts generalising the lemmas using those definitions. This work is part of (and a necessary pre-requisite for) the Carleson project.
Extracted from #21375: these lemmas only change the assumption on the co-domain, but not any hypothesis. This continues the work started in #20121, #20122 and #21306: those PRs generalised the definitions resp. made lemma statements use the enorm. This PR starts generalising the lemmas using those definitions. This work is part of (and a necessary pre-requisite for) the Carleson project.
| noncomputable section | ||
|
|
||
| attribute [local instance] Classical.propDecidable | ||
| set_option linter.deprecated false |
There was a problem hiding this comment.
@fpvandoorn, why did you add this? I've removed it again in #24001 and everything seems fine.
There was a problem hiding this comment.
Oh, probably because I was considering deprecating the whole file. Thanks for the fix.
ENorm. Since I might use it in the future, I kept it around, but renamed it (and the file)ENormedSpace. I did not modify anything, and didn't add deprecations since it is unused and the main definition now has a different meaning.Zulip thread