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
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
Anti Der Pos
antiDerPos
Plain-language statement
If is a modular form where is positive for sufficiently large (i.e. constant term is positive) and the derivative is positive, then is also positive.
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
Anti Serre Der Pos
antiSerreDerPos
Plain-language statement
Let be a holomorphic function where is real for all . Assume that Serre derivative is positive on the imaginary axis. If is positive for sufficiently large , then is positive for all .
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.
Closed Ball center subset upper Half Plane
closedBall_center_subset_upperHalfPlane
Plain-language statement
Closed ball centered at z with radius z.im/2 is contained in the upper half plane.
Source project: Sphere Packing in Dimension 8
Person-level attribution pending.