Theorems · Theorem · harmonic analysis
fourierCoeff_eq_intervalIntegral
∀ {T : ℝ} [hT : Fact (0 < T)] {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E]
(f : AddCircle T → E) (n : ℤ) (a : ℝ), fourierCoeff f n = (1 / T) • ∫ (x : ℝ) in a..a + T, (fourier (-n)) ↑x • f ↑xThe Fourier coefficients of a function on AddCircle T can be computed as an integral
over [a, a + T], for any real a.
- Defined in
- Mathlib.Analysis.Fourier.AddCircle
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measureproof · cited by 10,939
- Complexstatement and proof · cited by 5,565
- Factstatement and proof · cited by 2,726
- ContinuousMapstatement · cited by 2,491
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralproof · cited by 1,779
- LT.lt.ne'proof · cited by 1,417
- one_smulproof · cited by 1,374
Cited by4
Results whose statement or proof uses this declaration.
- fourierCoeffOn_eq_integralproof · cited by 5
- Real.fourierCoeff_tsum_comp_addproof · cited by 1
- fourierCoeff_liftIco_eqproof · cited by 1
- fourierCoeff_liftIoc_eqproof · cited by 1