All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

E₂E₄ sub E₆ div q tendsto

E₂E₄_sub_E₆_div_q_tendsto

Plain-language statement

(E₂E₄ - E₆) / q → 720 as im(z) → ∞.

Exact Lean statement

theorem E₂E₄_sub_E₆_div_q_tendsto :
    Tendsto (fun z : ℍ ↦ (E₂ z * E₄ z - E₆ z) / cexp (2 * π * I * z))
      atImInfty (nhds 720)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem E₂E₄_sub_E₆_div_q_tendsto :    Tendsto (fun z : ℍ  (E₂ z * E₄ z - E₆ z) / cexp (2 * π * I * z))      atImInfty (nhds 720) := by  have h_eq :  z : ℍ,      (E₂ z * E₄ z - E₆ z) / cexp (2 * π * Complex.I * z) =        720 * (∑' n : +, ↑n * ↑(ArithmeticFunction.sigma 3 n) *          cexp (2 * π * Complex.I * (n - 1) * z)) := by    intro z    rw [E₂_mul_E₄_sub_E₆ z, mul_div_assoc,  tsum_div_const]    congr 1    apply tsum_congr    intro n    rw [mul_div_assoc,  Complex.exp_sub]    congr 2    ring  simp_rw [h_eq, sigma3_qexp_reindex_pnat_nat]  set a :  := fun m => ↑(m + 1) * ↑(ArithmeticFunction.sigma 3 (m + 1)) with ha  have ha0 : a 0 = 1 := by simp [ha, ArithmeticFunction.sigma_one]  have hbound :  m, ‖a m‖  ((m + 1 : ) : ) ^ 5 := fun m => by    simp only [ha, norm_mul, Complex.norm_natCast]    calc (↑(m + 1) : ) * ↑(ArithmeticFunction.sigma 3 (m + 1))         (↑(m + 1) : ) * (↑(m + 1) : ) ^ 4 :=          mul_le_mul_of_nonneg_left (mod_cast ArithmeticFunction.sigma_le_pow_succ 3 (m + 1))            (Nat.cast_nonneg _)      _ = _ := by ring  have h_eq2 :  z : ℍ,      ∑' m : , ↑(m + 1) * ↑(ArithmeticFunction.sigma 3 (m + 1)) *        cexp (2 * π * Complex.I * m * z) =      ∑' m : , a m * cexp (2 * π * Complex.I * z * m) := by    intro z    apply tsum_congr    intro m    simp only [ha]    ring_nf  simp_rw [h_eq2]  simpa [ha0] using (qexp_tendsto_of_poly_bound hbound).const_mul (720 : ℂ)
Project
Sphere Packing in Dimension 8
License
Apache-2.0
Commit
acfc6204e65a
Source
SpherePacking/ModularForms/FG.lean:698-733

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