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
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
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.