All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

H₂ S action

H₂_S_action

Plain-language statement

Use jacobiTheta₂_functional_equation

Exact Lean statement

lemma H₂_S_action : (H₂ ∣[(2 : ℤ)] S) = -H₄

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma H₂_S_action : (H₂ ∣[(2 : )] S) = -H₄ := by  ext x, hx  have hx' : x  0 := by simp [Complex.ext_iff, hx.ne.symm]  calc  _ = cexp (-π * I / x) * jacobiTheta₂ (-1 / (2 * x)) (-1 / x) ^ 4 * x ^ (-2 : ) := by    rw [modular_slash_S_apply, H₂, Θ₂_as_jacobiTheta₂]    simp only [inv_neg, mul_neg, mul_pow,  Complex.exp_nat_mul, Nat.cast_ofNat, Int.reduceNeg,      _root_.zpow_neg, neg_mul, mul_eq_mul_right_iff, inv_eq_zero]    rw [mul_comm 4, div_mul_cancel₀ _ (by norm_num)]    left    congr 3    · rw [ div_eq_mul_inv, neg_div]    · rw [ one_div, neg_div, div_div, mul_comm, neg_div]    · rw [ one_div, neg_div]  _ = cexp (-π * I / x) * x ^ (-2 : )        * (1 / (I / x) ^ ((1 : ℂ) / 2) * cexp (π * I / (4 * x)) * jacobiTheta₂ (1 / 2) x) ^ 4 := by    rw [mul_right_comm, jacobiTheta₂_functional_equation]    congr 4    · ring_nf    · congr 1      rw [neg_mul, neg_div, one_div, neg_div, div_neg, neg_mul, neg_div, neg_neg]      ring_nf      simp [sq,  mul_assoc, inv_mul_cancel_right₀ hx']    · ring_nf; simp [hx']    · ring_nf; simp [inv_inv]  _ = cexp (-π * I / x) * x ^ (-2 : )        * ((1 / (I / x) ^ ((1 : ℂ) / 2)) ^ 4 * cexp (π * I / (4 * x)) ^ 4          * jacobiTheta₂ (1 / 2) x ^ 4) := by    simp [mul_pow]  _ = cexp (-π * I / x) * x ^ (-2 : )        * ((1 / (I / x) ^ (2 : ℂ)) * cexp (π * I / (4 * x)) ^ 4 * jacobiTheta₂ (1 / 2) x ^ 4) := by    congr 3    simp only [div_pow, one_pow,  cpow_mul_nat]    ring_nf  _ = cexp (-π * I / x) * (x ^ (-2 : ) * (-x ^ (2 : )))        * cexp (π * I / (4 * x)) ^ 4 * jacobiTheta₂ (1 / 2) x ^ 4 := by    repeat rw [ mul_assoc]    congr 4    rw [cpow_ofNat, div_pow, one_div_div, I_sq, div_neg, div_one]    rfl  _ = -cexp (-π * I / x) * cexp (π * I / x) * jacobiTheta₂ (1 / 2) x ^ 4 := by    rw [mul_neg,  zpow_add₀ hx', neg_add_cancel, mul_neg, zpow_zero, mul_one]    congr 2    rw [ Complex.exp_nat_mul]    ring_nf  _ = -jacobiTheta₂ (1 / 2) x ^ 4 := by    rw [neg_mul,  Complex.exp_add, neg_mul (π : ℂ), neg_div, neg_add_cancel, Complex.exp_zero,      neg_one_mul]  _ = -H₄ x, hx := by    simp [H₄, Θ₄_as_jacobiTheta₂]
Project
Sphere Packing in Dimension 8
License
Apache-2.0
Commit
acfc6204e65a
Source
SpherePacking/ModularForms/JacobiTheta/Basic.lean:99-148

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