Mathlib Map

Theorems · Theorem · harmonic analysis

Real.tsum_eq_tsum_fourier

∀ {f : C(ℝ, ℂ)},
  (∀ (K : TopologicalSpace.Compacts ℝ),
      Summable fun n => ‖ContinuousMap.restrict (↑K) (f.comp (ContinuousMap.addRight ↑n))‖) →
    (Summable fun n => FourierTransform.fourier ⇑f ↑n) →
      ∀ (x : ℝ), ∑' (n : ℤ), f (x + ↑n) = ∑' (n : ℤ), FourierTransform.fourier ⇑f ↑n * (fourier n) ↑x

Poisson's summation formula, most general form.

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

Around this declaration

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

Cites38

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.