feat(Analysis/Distribution): define canonical maps between Schwartz/test functions, distributions/tempered distributions#37350
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. |
PR summary ea0501174bImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
aef3b81 to
6a04105
Compare
|
fixed the linter/comment errors, should be good to go |
Defines these canonical maps: (1) continuous linear map from$\mathcal D$ to $\mathcal S$ , and (2) induced (linear) restriction map from $\mathcal S'$ to $\mathcal D'$ , as assigned by @ADedecker.
Put in a separate file since Distribution.lean only imports TestFunction right now and I thought it was cleaner to do in a new bridge file with both the maps. Open to changing this though.
limitCLM, a variant ofmkCLMstarting from buncled CLMs on D^n_K #36445 (proved first map locally on fixed support spaces first by local seminorm estimates, then used limitCLM)TestFunction.ToComplexSchwartzMapsince distributions are defined on real-valued test functions but tempered distributions in mathlib are defined on complex-valued Schwartz functionsThe main important defs are$\mathcal D_K$ ), and
ContDiffMapSupportedIn.toSchwartzMapCLMwhich is the local fixed-support part, thenTestFunction.toSchwartzMapCLM(where the continuity uses limitCLM to glue the local continuous linear maps on eachTemperedDistribution.toDistributionLMwhich is the linear map from tempered distributions to ordinary distributions.Tested with
lake env lean Mathlib/Analysis/Distribution/TestFunctionSchwartz.lean