Documentation

LeanPool.PhaseRetrieval.DimdPoly.Internal.Hermite1Dimd.ImportedAnalyticInputs

ImportedAnalyticInputs #

oneDimLift: one Dim Lift.

Equations
Instances For

    ImportedAnalyticInputs #

    Statement-only scaffold for the one-variable and abstract analytic inputs. Scaffolding notes: ScaffoldingNotes/Imported/analytic_inputs.md.

    Imported one-variable basis orthonormality at fixed true-Hermite level.

    theorem Hermite1DimdLEAN.oneVariableFiniteParseval (k : ) (G : FiniteHermiteSum 1) :
    hermiteNormSq (fun (x : Fin 1) => k) G = nG.support, G.coeff n ^ 2

    Imported one-variable Parseval statement for finite coefficient families.

    theorem Hermite1DimdLEAN.oneVariableLocalization (k : ) :
    ∃ (C : ) (c : ), 0 < C 0 < c ∀ (n j : ), 1 nannulusMass (fun (x : Fin 1) => j) (oneDimLift (oneDimPhi k n)) C * Real.exp (-c * max (|j - n| - ↑(k + 4)) 0 ^ 2)

    Imported one-variable localization estimate for n ≥ 1.

    Imported positive-frequency circle estimate with frozen constant 144.

    theorem Hermite1DimdLEAN.highFrequencyBandEstimate (N L : ) (c : Fin L) (hgap : 1343 * L ^ 2 N ^ 2) (hP : HasBandlimitedSupport (bandLimitedPolynomial N L c) N L) :

    Imported high-frequency band estimate with frozen constants 32 and 1343.

    theorem Hermite1DimdLEAN.localizationIncludingZero (k : ) :
    ∃ (C : ) (c : ), 0 < C 0 < c ∀ (n j : ), annulusMass (fun (x : Fin 1) => j) (oneDimLift (oneDimPhi k n)) C * Real.exp (-c * max (|j - n| - ↑(k + 4)) 0 ^ 2)

    Project-owned upgrade of localization that now includes the zero mode.

    theorem Hermite1DimdLEAN.scaledPositiveFrequencyCircleEstimate (a : ) (E : Finset ) (P : Circle) (hpos : nE, 0 < n) (hP : HasPositiveFrequencySupport P E) :
    circleL2NormSq P 144 * E.card * circleL2NormSq fun (t : Circle) => rho a (P t)

    Scalar-rescaled positive-frequency estimate for an arbitrary background a.

    theorem Hermite1DimdLEAN.scaledHighFrequencyBandEstimate (a : ) (N L : ) (P : Circle) (hgap : 1343 * L ^ 2 N ^ 2) (hP : HasBandlimitedSupport P N L) :
    circleL2NormSq P 32 * circleL2NormSq fun (t : Circle) => rho a (P t)

    Scalar-rescaled high-frequency estimate for an arbitrary background a.

    theorem Hermite1DimdLEAN.oneVariableAngularFactorization (k n : ) :
    ∃ (radial : Polynomial ), ∀ (r t : ), oneDimPhi k n (r * Complex.exp (Complex.I * t)) = Complex.exp (Complex.I * ((n - k) * t)) * Polynomial.eval₂ (algebraMap ) (↑r) radial
    theorem Hermite1DimdLEAN.tensorGaussianFactorization (d : ) (F G : Fin d) (hFG : ∀ (q : Fin d), MeasureTheory.Integrable (fun (z : CSpace 1) => F q (z 0) * (starRingEnd ) (G q (z 0))) (gaussianMeasure 1)) :
    MeasureTheory.Integrable (fun (z : CSpace d) => q : Fin d, F q (z q) * (starRingEnd ) (G q (z q))) (gaussianMeasure d) (gaussianInner (fun (z : CSpace d) => q : Fin d, F q (z q)) fun (z : CSpace d) => q : Fin d, G q (z q)) = q : Fin d, gaussianInner (fun (z : CSpace 1) => F q (z 0)) fun (z : CSpace 1) => G q (z 0)

    Tensor-product factorization over the Gaussian product measure.