All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

Delta imag axis real

Delta_imag_axis_real

Project documentation

Δ transforms under S as: Δ(-1/z) = z¹² · Δ(z) -/ lemma Δ_S_transform (z : ℍ) : Δ (ModularGroup.S • z) = z ^ (12 : ℕ) * Δ z := by have h := Discriminant_S_invariant simp only [funext_iff] at h specialize h z rw [SL_slash_apply] at h simp only [ModularGroup.denom_S, zpow_neg] at h field_simp [ne_zero z] at h rw [h, mul_comm] theorem Delta_boundedfactor : Te...

Exact Lean statement

lemma Delta_imag_axis_real : ResToImagAxis.Real Δ

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma Delta_imag_axis_real : ResToImagAxis.Real Δ := by  intro t ht  simp [ResToImagAxis, ht, Δ]  set g :  := fun n => (1 - cexp (2 * π * Complex.I * (n + 1) * (Complex.I * t))) ^ 24  have hArg (n : ) :      2 * (π : ℂ) * Complex.I * (n + 1) * (Complex.I * t) = -(2 * (π : ℂ) * (n + 1) * t) := by    calc      2 * (π : ℂ) * Complex.I * (n + 1) * (Complex.I * t)        = 2 * (π : ℂ) * (Complex.I * Complex.I) * (n + 1) * t := by ring      _ = -(2 * (π : ℂ) * (n + 1) * t) := by simp  have him_g :  n, (g n).im = 0 := fun n => by    have : (cexp (-(2 * (π : ℂ) * ((n + 1) : ℂ) * t))).im = 0 := by      simpa [mul_comm, mul_left_comm, mul_assoc] using (cexp_aux4 t n)    have : ((1 - cexp (2 * (π : ℂ) * Complex.I * (n + 1) * (Complex.I * t))) : ℂ).im = 0 := by      simpa [Complex.sub_im, hArg n] using this    simpa [g] using Complex.im_pow_eq_zero_of_im_eq_zero this 24  let z : ℍ := Complex.I * t, by simp [ht]  have hmul : Multipliable g := by    have hz : (z : ℂ) = Complex.I * t := rfl    simpa [g, hz] using      (Multipliable.pow (by simpa using MultipliableEtaProductExpansion z) 24)  have htprod_im : (∏' n : , g n).im = 0 :=    Complex.im_tprod_eq_zero_of_im_eq_zero g hmul him_g  have him_pref : (cexp (2 * π * Complex.I * (Complex.I * t))).im = 0 := by    have : (cexp (-(2 * (π : ℂ) * t))).im = 0 := by simpa using cexp_aux5 t    simpa [by simpa using hArg 0] using this  simp [g, him_pref, htprod_im]
Project
Sphere Packing in Dimension 8
License
Apache-2.0
Commit
acfc6204e65a
Source
SpherePacking/ModularForms/Delta.lean:237-263

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