feat(Analysis/Convolution): add convolution_symm, convolution, (3 more lemmas)#41557
feat(Analysis/Convolution): add convolution_symm, convolution, (3 more lemmas)#41557lakesare wants to merge 9 commits into
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
|
carleson |
PR summary 34cae80a46Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
WIP |
…grand_le_eLpNorm_mul_eLpNorm`
Upstreaming from Carleson: /Carleson/ToMathlib/Analysis/Convolution.lean
Changes from the Carleson version
gtof'(to reuse the existing section variable)Lwas implicit, now became explicit (to comply with existing section variables)[SigmaFinite μ]to[SFinite μ](because it's a weaker requirement /Mathlib/MeasureTheory/Measure/Typeclasses/SFinite.lean#L191)theorems, however this is specifically a helper lemma, so I left it as alemma(TODO - correct decision?)convolutionExists_of_memLp_memLpandenorm_convolution_le_eLpNorm_mul_eLpNorm. -/", because I think such comments are not in mathlib (TODO - correct decision?)Lwas implicit, now became explicit (same as above)[SigmaFinite μ]to[SFinite μ](same as above)Lwas implicit, now became explicit (same as above)[SigmaFinite μ]to[SFinite μ](same as above)(hf : AEStronglyMeasurable f μ)and(hg : AEStronglyMeasurable g μ)were removed, because we can derive those hypotheses fromhfp.aestronglyMeasurableandhgq.aestronglyMeasurablerespectively (which we did during refactoring)Lwas implicit, now became explicit (same as above)[SigmaFinite μ]to[SFinite μ](same as above)TODOs
(hpq : p.HolderConjugate q)an instance implicit instead