Theorems · Theorem · harmonic analysis
Real.tsum_eq_tsum_fourier_of_rpow_decay_of_summable
∀ {f : ℝ → ℂ},
Continuous f →
∀ {b : ℝ},
1 < b →
(f =O[Filter.cocompact ℝ] fun x => |x| ^ (-b)) →
(Summable fun n => FourierTransform.fourier f ↑n) →
∀ (x : ℝ), ∑' (n : ℤ), f (x + ↑n) = ∑' (n : ℤ), FourierTransform.fourier f ↑n * (fourier n) ↑xPoisson's summation formula, assuming that f decays as
|x| ^ (-b) for some 1 < b and its Fourier transform is summable.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Realstatement and proof · cited by 25,697
- Complexstatement and proof · cited by 5,565
- Continuousstatement and proof · cited by 2,592
- ContinuousMapstatement · cited by 2,491
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- absstatement and proof · cited by 1,814
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- zero_lt_oneproof · cited by 598
- Asymptotics.IsBigOstatement and proof · cited by 506
- AddSubgroup.zmultiplesstatement · cited by 493
Cited by1
Results whose statement or proof uses this declaration.
- Real.tsum_eq_tsum_fourier_of_rpow_decayproof · cited by 2