All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

F₁ is Big O exp at Im Infty

F₁_isBigO_exp_atImInfty

Plain-language statement

F₁ has exponential decay at infinity (it's essentially D E₄ which decays).

Exact Lean statement

lemma F₁_isBigO_exp_atImInfty :
    F₁ =O[atImInfty] fun τ ↦ Real.exp (-(2 * π) * τ.im)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma F₁_isBigO_exp_atImInfty :    F₁ =O[atImInfty] fun τ  Real.exp (-(2 * π) * τ.im) := by  have heq : F₁ = (E₂ - 1) * E₄.toFun + (E₄.toFun - 1) - (E₆.toFun - 1) := by unfold F₁; ring  have hprod : (fun z  (E₂ z - 1) * E₄ z) =O[atImInfty] fun z  Real.exp (-(2 * π) * z.im) := by    simpa using E₂_sub_one_isBigO_exp.mul E₄_isBoundedAtImInfty  rw [heq]  exact (hprod.add (sub_one_isBigO_exp_atImInfty E₄ E₄_tendsto_one_atImInfty)).sub    (sub_one_isBigO_exp_atImInfty E₆ E₆_tendsto_one_atImInfty)
Project
Sphere Packing in Dimension 8
License
Apache-2.0
Commit
acfc6204e65a
Source
SpherePacking/ModularForms/FG.lean:1110-1117

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.31.0

Anti Der Pos

antiDerPos

Plain-language statement

If FF is a modular form where F(it)F(it) is positive for sufficiently large tt (i.e. constant term is positive) and the derivative is positive, then FF is also positive.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Anti Serre Der Pos

antiSerreDerPos

Plain-language statement

Let F:HCF : \mathbb{H} \to \mathbb{C} be a holomorphic function where F(it)F(it) is real for all t>0t > 0. Assume that Serre derivative kF\partial_k F is positive on the imaginary axis. If F(it)F(it) is positive for sufficiently large tt, then F(it)F(it) is positive for all t>0t > 0.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record