Zulip Chat Archive
Stream: maths
Topic: Multi-variable Fourier analysis
David Loeffler (Nov 13 2024 at 21:11):
I see that @Junyan Xu posted on #18477 (relaxing a hypothesis in the Poisson summation formula), shortly before it got merged, asking about generalisations to the multi-variable case; but the PR got merged and closed before anyone had time to reply. So I'd like to continue the discussion here.
Is anyone currently working on multi-variable Fourier analysis (either Fourier series or Fourier transforms or both)? And, what versions of these theories would people in this community like to see formalised in the future?
FWIW, I have a (rather old) git branch somewhere which generalises the theorems about Fourier series from Analysis/Fourier/AddCircle.lean
from functions on to functions on . I didn't attempt to PR it yet, because I wasn't 100% convinced it was the right approach – should one work with and deduce results about general finite-dimensional spaces from this, or maybe for some vector of positive reals , or should one rather work from the start with , where V is a finite-diml' real vector space and a full-rank lattice in V? Anyway, this is the sort of question I think it would be good to discuss.
Michael Stoll (Nov 13 2024 at 21:19):
I would say we want the general lattice version eventually. Whether it is easier to get there via products of circles or directly is perhaps a more technical question.
Junyan Xu (Nov 13 2024 at 21:27):
I think I've seen this thread (Poisson summation on lattices) a while ago, but had forgotten about it when I posted; this new thread could probably be merged with it.
D-dimensional Fourier analysis is another relevant thread
Kevin Buzzard (Nov 13 2024 at 21:32):
;-)
Thomas Browning (Nov 14 2024 at 01:43):
Eventually, this will all be covered by the Pontryagin dual, but that's still a long way off.
David Loeffler (Nov 14 2024 at 06:49):
@Thomas Browning What are the general statement about Pontryagin duality you are aiming for which would imply the main theorems of Fourier analysis for and ?
In my head Pontryagin duality is the statement that for an LCA group . But that doesn't tell us much for . I guess you are referring to some statement beyond that – maybe that the Fourier transform is a bijection between suitable function spaces on and , perhaps for L^2 functions, or Schwartz functions?
How would you recover e.g. Poisson summation from this general theory?
Thomas Browning (Nov 14 2024 at 13:47):
My memory is that if you have a short exact sequence of locally compact Hausdorff abelian topological groups
with compatible Haar measures
then you get a Poisson summation formula
The proof is the same as the usual one: Apply the Fourier inversion theorem to
Thomas Browning (Nov 14 2024 at 13:51):
Here's an old note of mine that I dug up:
PoissonSummation.pdf
Thomas Browning (Nov 14 2024 at 14:10):
David Loeffler said:
Thomas Browning What are the general statement about Pontryagin duality you are aiming for which would imply the main theorems of Fourier analysis for and ?
It's more that all of the main theorems of Fourier analysis generalize to the Pontryagin dual (the Fourier inversion theorem, the Poisson summation formula, Plancherel's theorem).
Antoine Chambert-Loir (Nov 19 2024 at 22:06):
All of the above is fine, except that in concrete cases, one wishes to have a specific model of the Pontryagin dual. For example in the case of the exact sequence that leads to the general version of Poisson, one often wishes to view has the orthogonal of in . Analogously, characters of are usually seen as some sublattice of (those for which the duality pairing with all elements of is integral).
Antoine Chambert-Loir (Nov 19 2024 at 22:07):
It is probably useful to have some “duality” typeclass here.
Last updated: May 02 2025 at 03:31 UTC