Documentation

Frourio.Analysis.Windows

Step 5: STMT Gaussian windows and width control (design-level).

We introduce a Gaussian window and record decay/overlap bounds as Prop-level signatures to be supplied in later phases. This keeps downstream APIs stable without committing to full analytic proofs here.

noncomputable def Frourio.gaussianFun (α t : ) :

Continuous Gaussian profile (real-valued).

Equations
Instances For

    L² window (placeholder): the actual Lp element will be provided when we install the precise isometry context.

    Equations
    Instances For

      Decay statement for the Gaussian profile (signature). Intended: ‖gaussianFun α t‖ ≤ exp(−c α t²) with a suitable constant c>0.

      Equations
      Instances For
        def Frourio.overlap_bound (α Δτ : ) :

        Overlap bound between shifted Gaussian peaks at lattice spacing Δτ (signature). Intended: for k ≠ 0, ‖g( k Δτ )‖ ≲ exp(−c α (Δτ)² k²) for some c>0.

        Equations
        Instances For
          theorem Frourio.gaussian_decay_of_nonneg {α : } ( : 0 α) :

          Concrete decay bound holds for any nonnegative α with an explicit constant.