Theorems · Theorem · harmonic analysis
fourierCoeffOn_of_hasDeriv_right
∀ {a b : ℝ} (hab : a < b) {f f' : ℝ → ℂ} {n : ℤ},
n ≠ 0 →
ContinuousOn f (Set.uIcc a b) →
(∀ x ∈ Set.Ioo (min a b) (max a b), HasDerivWithinAt f (f' x) (Set.Ioi x) x) →
IntervalIntegrable f' MeasureTheory.volume a b →
fourierCoeffOn hab f n =
1 / (-2 * ↑Real.pi * Complex.I * ↑n) *
((fourier (-n)) ↑a * (f b - f a) - (↑b - ↑a) * fourierCoeffOn hab f' n)Express Fourier coefficients of f on an interval in terms of those of its derivative.
- Defined in
- Mathlib.Analysis.Fourier.AddCircle
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
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
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measureproof · cited by 10,939
- Complexstatement and proof · cited by 5,565
- mul_oneproof · cited by 3,885
- Factproof · cited by 2,726
- Nat.cast_oneproof · cited by 2,501
- ContinuousMapstatement · cited by 2,491
- HasQuotient.Quotientproof · cited by 2,301
Cited by1
Results whose statement or proof uses this declaration.
- fourierCoeffOn_of_hasDerivAt_Iooproof · cited by 1