Mathlib Map

Theorems · Theorem · harmonic analysis

Polynomial.fourierCoeff_toAddCircle

∀ (p : Polynomial ℂ) (n : ℤ), fourierCoeff (⇑(Polynomial.toAddCircle p)) n = if 0 ≤ n then p.coeff n.natAbs else 0

The nth Fourier coefficient of a polynomial is the coefficient of X ^ n, or zero if n < 0.

Defined in
Mathlib.Analysis.Polynomial.Fourier
Cited by
3 results in Mathlib
Foundations
Depth 272 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites30

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

Cited by3

Results whose statement or proof uses this declaration.