Documentation

Books.Analysis2_Tao_2022.Chapters.Chap05.section05

Helper for Theorem 5.5.1: the Fourier series of f viewed in has the expected coefficient formula and sums to toLp f.

Helper for Theorem 5.5.1: symmetric integer windows [-N, N] tend to atTop in Finset.

Helper for Theorem 5.5.1: symmetric Fourier partial sums converge to toLp f in .

Helper for Theorem 5.5.1: the norm of the Fourier approximation error tends to 0.

Theorem 5.5.1 (Fourier theorem): for every f ∈ C(ℝ/ℤ; ℂ), the symmetric Fourier partial sums ∑_{n=-N}^{N} \hat f(n) e_n converge to f in the metric, i.e. lim_{N→∞} ‖f - ∑_{n=-N}^{N} \hat f(n)e_n‖₂ = 0.

theorem helperForTheorem_5_5_3_summable_fourierCoeff (f : C(AddCircle 1, )) (habs : Summable fun (n : ) => fourierCoeff (⇑f) n) :
Summable fun (n : ) => fourierCoeff (⇑f) n

Helper for Theorem 5.5.3: absolute summability of Fourier coefficients implies summability of the coefficients themselves.

theorem helperForTheorem_5_5_3_tendsto_symmetricPartialSums (f : C(AddCircle 1, )) (hcoeff : Summable fun (n : ) => fourierCoeff (⇑f) n) :
Filter.Tendsto (fun (N : ) => nFinset.Icc (-N) N, fourierCoeff (⇑f) n fourier n) Filter.atTop (nhds f)

Helper for Theorem 5.5.3: summable Fourier coefficients force symmetric Fourier partial sums to converge to f in C(ℝ/ℤ; ℂ).

theorem helperForTheorem_5_5_3_normError_tendsto_zero (f : C(AddCircle 1, )) (hpartial : Filter.Tendsto (fun (N : ) => nFinset.Icc (-N) N, fourierCoeff (⇑f) n fourier n) Filter.atTop (nhds f)) :
Filter.Tendsto (fun (N : ) => f - nFinset.Icc (-N) N, fourierCoeff (⇑f) n fourier n) Filter.atTop (nhds 0)

Helper for Theorem 5.5.3: convergence of symmetric partial sums to f implies convergence of the sup-norm error to 0.

Theorem 5.5.3: let f ∈ C(ℝ/ℤ; ℂ). If ∑_{n∈ℤ} ‖\hat f(n)‖ converges, then the symmetric Fourier partial sums ∑_{n=-N}^{N} \hat f(n)e_n converge uniformly to f, i.e. lim_{N→∞} ‖f - ∑_{n=-N}^{N} \hat f(n)e_n‖∞ = 0 (with ‖·‖ the sup norm on C(ℝ/ℤ; ℂ)).

Helper for Theorem 5.5.4: Parseval's HasSum identity for toLp f, with Fourier coefficients rewritten in terms of the original continuous map f.

Helper for Theorem 5.5.4: for toLp f, the square of the norm equals the integral of the pointwise squared norm.

Helper for Theorem 5.5.4: the Parseval tsum identity for continuous maps on AddCircle 1.

Helper for Theorem 5.5.4: summability of squared Fourier coefficients for continuous maps on AddCircle 1.

Theorem 5.5.4 (Plancherel / Parseval): for any f ∈ C(ℝ/ℤ; ℂ), the series ∑_{n∈ℤ} |\hat f(n)|^2 converges and the norm identity ‖f‖₂^2 = ∑_{n=-∞}^{∞} |\hat f(n)|^2 holds.