Documentation
Atlas
.
NumberTheoryI
.
code
.
GammaFunction
Search
return to top
source
Imports
Init
Mathlib.Analysis.SpecialFunctions.Gaussian.FourierTransform
Imported by
gaussian_fourier_self
source
theorem
gaussian_fourier_self
:
(
FourierTransform.fourier
fun (
x
:
ℝ
) =>
Complex.exp
(
-
↑
Real.pi
*
↑
x
^
2
)
)
=
fun (
y
:
ℝ
) =>
Complex.exp
(
-
↑
Real.pi
*
↑
y
^
2
)