All proofs
Project-declaredLean 4.31.0 · mathlib@fabf563a7c95

Serre D slash equivariant

serre_D_slash_equivariant

Plain-language statement

Serre derivative is equivariant under the slash action. More precisely, if F is invariant under the slash action of weight k, then serre_D k F is invariant under the slash action of weight k + 2.

Exact Lean statement

theorem serre_D_slash_equivariant (k : ℤ) (F : ℍ → ℂ) (hF : MDiff F) :
    ∀ γ : SL(2, ℤ), serre_D k F ∣[k + 2] γ = serre_D k (F ∣[k] γ)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem serre_D_slash_equivariant (k : ) (F : ℍ  ℂ) (hF : MDiff F) :     γ : SL(2, ), serre_D k F ∣[k + 2] γ = serre_D k (F ∣[k] γ) := by  intro γ  have hD := D_slash k F hF γ  have hE₂ := E₂_slash_transform γ  have hmul := ModularForm.mul_slash_SL2 (2 : ) k γ E₂ F  ext z  simp only [serre_D_apply]  have hLHS : (serre_D (↑k) F ∣[k + 2] γ) z =      (D F ∣[k + 2] γ) z - ↑k * 12⁻¹ * ((E₂ ∣[(2 : )] γ) z * (F ∣[k] γ) z) := by    have h := congrFun hmul z    simp only [Pi.mul_apply, show (2 : ) + k = k + 2 from by omega] at h    simp only [ModularForm.SL_slash_apply, serre_D_apply, Pi.mul_apply] at h     rw [ h]; ring  rw [hLHS]  have hE₂z := congrFun hE₂ z  simp only [Pi.sub_apply, Pi.smul_apply, smul_eq_mul] at hE₂z  rw [hE₂z]  have hDz := congrFun hD z  simp only [Pi.sub_apply] at hDz  rw [hDz]  simp only [show D₂ γ z = (2 * ↑π * I * ↑↑(γ 1 0)) / denom γ ↑z from rfl,    riemannZeta_two]  have hpi_ne : (↑π : ℂ)  0 := Complex.ofReal_ne_zero.mpr Real.pi_ne_zero  have hdenom_ne : denom γ ↑z  0 := UpperHalfPlane.denom_ne_zero γ z  field_simp [hdenom_ne, hpi_ne]  ring_nf  simp only [I_sq]  ring
Project
Sphere Packing in Dimension 8
License
Apache-2.0
Commit
acfc6204e65a
Source
SpherePacking/ModularForms/Derivative.lean:674-702

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