Mathlib Map

Theorems · Theorem · harmonic analysis

Real.fourierCoeff_tsum_comp_add

∀ {f : C(ℝ, ℂ)},
  (∀ (K : TopologicalSpace.Compacts ℝ),
      Summable fun n => ‖ContinuousMap.restrict (↑K) (f.comp (ContinuousMap.addRight ↑n))‖) →
    ∀ (m : ℤ), fourierCoeff ⋯.lift m = FourierTransform.fourier ⇑f ↑m

The key lemma for Poisson summation: the m-th Fourier coefficient of the periodic function ∑' n : ℤ, f (x + n) is the value at m of the Fourier transform of f.

Defined in
Mathlib.Analysis.Fourier.PoissonSummation
Cited by
1 results in Mathlib
Foundations
Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites82

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.