The exponential mode x ↦ exp(2π i n x) is continuous and 1-periodic on ℝ.
Evaluation formula for the character e_n.
Lemma 5.3.5 (Characters are an orthonormal system): for integers n, m,
the Fourier characters satisfy ⟪e_n, e_m⟫ = 1 when n = m and 0 otherwise,
and ‖e_n‖_2 = 1, where e_k is viewed in L² as fourierLp (T := 1) (p := 2) k.
Definition 5.3.2 (Trigonometric polynomials): a function
f ∈ C(ℝ/ℤ; ℂ) is a trigonometric polynomial if
f = ∑_{n=-N}^{N} c_n e_n for some integer bound N ≥ 0 and coefficients c_n ∈ ℂ.
Equations
- IsTrigonometricPolynomial f = ∃ (N : ℕ) (c : ℤ → ℂ), f = ∑ n ∈ Finset.Icc (-↑N) ↑N, c n • fourierCharacter n
Instances For
Corollary 5.3.6: for a trigonometric polynomial
f = ∑_{n=-N}^{N} c_n e_n, the Fourier coefficient at each n in the support interval is
c_n, the coefficients outside that interval vanish, and
‖f‖_2^2 = ∑_{n=-N}^{N} |c_n|^2.
Definition 5.3.7 (Fourier transform): for f ∈ C(ℝ/ℤ; ℂ), its Fourier transform is the
function ℤ → ℂ sending n to the n-th Fourier coefficient
∫ x in (0 : ℝ)..1, f x * exp (-2π i n x).
Equations
Instances For
For f ∈ C(ℝ/ℤ; ℂ), the Fourier series term family is
n ↦ \hat f(n) e_n.
Equations
Instances For
Definition 5.3.8 (Fourier inversion, Fourier series, and Plancherel formula):
for f ∈ C(ℝ/ℤ; ℂ), the Fourier series is the formal family n ↦ \hat f(n) e_n; if f
is a trigonometric polynomial, then f equals a finite sum of these Fourier-series terms;
and in the same finite case one has the Parseval/Plancherel identity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bridge fourierTransform to the L² inner product with Fourier modes.
If f is a trigonometric polynomial, then f equals a finite sum of its Fourier-series
terms (Fourier inversion in the finite case).
If f is a trigonometric polynomial, then the finite Parseval/Plancherel identity holds:
the L² norm identity on AddCircle equals a finite sum of squared Fourier coefficients.