-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(LpSpace): move results about the L^p norm earlier #20541
base: master
Are you sure you want to change the base?
Conversation
`MeasureTheory.Function.LpSpace` is supposed to be the L^p space, but contains a bunch of results about the L^p norm as well. Move those results to `MeasureTheory.Function.LpSeminorm.Basic` and `MeasureTheory.Function.LpSeminorm.CompareExp`. Also rename lemmas about nesting of L^p norms. From LeanAPAP Moves: * `Memℒp.memℒp_of_exponent_le_of_measure_support_ne_top` -> ` Memℒp.mono_exponent_of_measure_support_ne_top` * `Memℒp.memℒp_of_exponent_le` -> ` Memℒp.mono_exponent`
PR summary d7f05f2544Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit> The doc-module for Increase in tech debt: (relative, absolute) = (1.00, 0.02)
Current commit d7f05f2544 You can run this locally as
|
According to the declarations diff automated message, you deleted a bunch of stuff. Can you please restore them? |
Those are all the deprecated lemmas dating back from July. I thought it would be pointless moving them around, so I deleted them. |
That's barely 6 months. Let's not delete yet (and when we do, we should do it in a dedicated PR). Please also move the deprecated lemmas. |
Here, I've restored the deprecated aliases, but not moved them. I don't want to increase the diff with them, since they are already past the point where they can be deleted (namely one stable release). |
MeasureTheory.Function.LpSpace
is supposed to be about the L^p space itself, but contains a bunch of results about the L^p norm as well. Move those results toMeasureTheory.Function.LpSeminorm.Basic
andMeasureTheory.Function.LpSeminorm.CompareExp
. Also rename lemmas about nesting of L^p norms.From LeanAPAP
Moves:
Memℒp.memℒp_of_exponent_le_of_measure_support_ne_top
->Memℒp.mono_exponent_of_measure_support_ne_top
Memℒp.memℒp_of_exponent_le
->Memℒp.mono_exponent