Zulip Chat Archive
Stream: new members
Topic: Fourier Transform for Schwartz function
T H (Jul 10 2024 at 15:13):
Hi. This is the first time using Zulip. If somethingβs wrong please teach me how I should do.
I want to show that Fourier Transform π sends Schwartz functions (rapidly decreasing functions) to Schwartz functions. I consider only the simple π (given in docs#Real.fourierIntegral) and π’(E ; β) for Schwartz space.
Given required smoothness and decay conditions, how can I express βπ Ο β π’β in Lean? As far as I know, since π’ is defined as a type, βπ Ο : π’β canβt be a conclusion of theorem like
theorem FT_of_s_is_s (x : π’(E, β)) : π x : π’ := by
β smoothness and decay condition
I indeed want to show it having type π’, not just stating explicit conditions in the theorem, because Iβll use it to define π for tempered distribution. Any help will be appreciated.
Ruben Van de Velde (Jul 10 2024 at 15:32):
I recall some things in that direction happening recently... Let me look
Ruben Van de Velde (Jul 10 2024 at 15:34):
There we are: #12144 and docs#SchwartzMap.fourierTransformCLM
T H (Jul 10 2024 at 15:44):
Thanks! I didnβt noticed that file because I used packages downloaded with MIL before. Iβll read the proof.
Last updated: May 02 2025 at 03:31 UTC