Documentation

LeanPool.Odlyzko.ExplicitFormula.RegularizedTartarTransform

Regularized Tartar Transform #

Supporting definitions and lemmas for the Odlyzko-bound formalization.

theorem NumberField.Odlyzko.mul_abs_le_half_mul_sq_add_sq_div {δ : } ( : 0 < δ) (a x : ) :
a * |x| δ / 2 * x ^ 2 + a ^ 2 / (2 * δ)
theorem NumberField.Odlyzko.exp_neg_mul_sq_add_mul_le {δ : } ( : 0 < δ) (a x : ) :
Real.exp (-δ * x ^ 2 + a * |x|) Real.exp (a ^ 2 / (2 * δ)) * Real.exp (-(δ / 2) * x ^ 2)