Documentation

SpherePacking.ForMathlib.Fourier

Fourier Series #

The purpose of this file is to include some results on Fourier series.

def HasFourierSeries {U : Set } (f : U) (c : ) :

Predicate for a function f : U → ℂ to have c : ℕ → ℂ as its fourier series, ie for all x ∈ U, ∑' n, c n * exp (π * I * n * x) = f x. Note we write this using HasSum to assert that the sum exists and is equal to f x.

Equations
Instances For
    def Has2PiFourierSeries {U : Set } (f : U) (c : ) :

    Predicate for a function f : U → ℂ to have c : ℕ → ℂ as its -fourier series, ie for all x ∈ U, ∑' n, c n * exp (2 * π * I * n * x) = f x. Note we write this using HasSum to assert that the sum exists and is equal to f x.

    Equations
    Instances For
      theorem hasFourierSeries_iff_has2PiFourierSeries {U : Set } (f : U) (c : ) :