Zulip Chat Archive

Stream: PrimeNumberTheorem+

Topic: Fourier inversion


Sébastien Gouëzel (Feb 21 2024 at 15:19):

I haven't followed the details of the project, but I have seen that you have some Fourier theory somewhere. I don't know if you will need it, but I have just PRed the Fourier inversion formula to mathlib (in inner product spaces, which includes the particular case of the line), in #10810. Don't hold your breath, though, because it will take some time before it gets in (I will need to cut it into smaller PRs for easier reviews).

Patrick Massot (Feb 21 2024 at 16:34):

@Sébastien Gouëzel please don’t forget to edit the overview and undergrad yaml files in this PR.

David Loeffler (Feb 23 2024 at 06:41):

Hi Sebastian, this is splendid! if there is anything I can do to help in the reviewing process please ping me. Can Mathlib's results on Fourier series also be sharpened this way (i.e. getting pointwise convergence at continuity points without assuming global continuity of the function as we presently do)?

Sébastien Gouëzel (Feb 23 2024 at 07:12):

If you want to help with the review, you can definitely review the PRs yourself: anyone can review PRs, not only the official maintainers, and this is very much appreciated! In fact, you would probably be the ideal reviewer for #10833, since it's based on a file you have authored.

David Loeffler (Feb 23 2024 at 07:43):

Sure, I'll take a look at it!


Last updated: May 02 2025 at 03:31 UTC