feat: prove Bochner's theorem via Gaussian smoothing#1
Merged
Conversation
Structure the proof of Bochner's theorem (continuous PD function with φ(0)=1 is a characteristic function) using Gaussian smoothing and Prokhorov's theorem. The main theorem is fully proved from two sorry'd helper lemmas: - exists_probMeasure_of_pd_integrable (Fourier inversion for PD L¹) - isTight_of_charFun_pointwise_tendsto (generalized tightness) Also adds norm_le_one for PD functions in PositiveDefinite.lean.
Keep Unit B's proved Schur product and strengthened definition, retain Unit D's norm_le_one (still sorry'd) in sorry audit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bochnertheorem inBochner.leanfrom two well-isolated sorry'd helpersintegrable_charFun_gaussianVar(Gaussian charfun integrability)norm_le_onefor positive definite functions inPositiveDefinite.leanSorry audit (Bochner.lean)
exists_probMeasure_of_pd_integrable— PD + L¹ + normalized implies characteristic function (requires Parseval)isTight_of_charFun_pointwise_tendsto— generalized tightness from charfun convergence to continuous limitTest plan
lake buildsucceeds