Documentation

LeanPool.PhaseRetrieval.DimdPoly.Internal.Hermite.MissingMathlib

MissingMathlib #

theorem HermiteLEAN.squareBlock_card ( : ) :
(squareBlock ).card = 2 * + 1

Square blocks have the expected odd cardinality.

theorem HermiteLEAN.annulus_distance_lower_bound (j : ) (x : ) :
posPart (|j - x| - 1) min |j - x| |↑(j + 1) - x|

A convenient interval-distance lower bound for annulus arguments.

theorem HermiteLEAN.polynomial_times_gaussian_le_gaussian {a : } (ha : 0 < a) (k : ) :
∃ (C : ), 0 < C ∀ (x : ), 0 x → (1 + x ^ k) * Real.exp (-a * x ^ 2) C * Real.exp (-(a / 2) * x ^ 2)

A reusable Gaussian absorption lemma.