Documentation

FormalConjecturesForMathlib.Analysis.Fourier.SpectralSets

Spectral sets #

This file defines the basic notions used in problems related to spectral sets and Fuglede's conjecture: translations, exponential characters, spectral pairs, spectral sets, and translational tilings in Euclidean space.

def translateSet {d : } (Ω : Set (Fin d)) (t : Fin d) :
Set (Fin d)

The translate of a set Ω by a vector t.

Equations
Instances For
    noncomputable def exponentialCharacter {d : } (ξ x : Fin d) :

    The exponential character x ↦ exp(2π i ⟪ξ, x⟫).

    Equations
    Instances For

      The exponential character is continuous.

      theorem norm_exponentialCharacter {d : } (ξ x : Fin d) :

      The exponential character has norm one.

      On a finite-measure set, every exponential character belongs to L^2.

      def spectralPair {d : } (Ω Λ : Set (Fin d)) :

      (Ω, Λ) is called a spectral pair if Λ is a spectrum for Ω, i.e. a set Λ of frequencies such that the associated exponential characters form an orthogonal basis of L^2(Ω).

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def isSpectral {d : } (Ω : Set (Fin d)) :

        A set is spectral if it belongs to a spectral pair.

        Equations
        Instances For
          def tilesByTranslation {d : } (Ω : Set (Fin d)) :

          A set Ω tiles ℝ^d by translation if there exists a set T of translation vectors such that the translates of Ω by T cover ℝ^d without overlap.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For