Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 101 research declarations. Search 10,000 more complete Mathlib declarations.

All topics

101 results

Clear filters
Project-declaredLean 4.31.0

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

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Deriv moebius

deriv_moebius

Plain-language statement

Derivative of the Möbius transformation: d/dz[(az+b)/(cz+d)] = 1/(cz+d)². Uses det(γ) = 1: a(cz+d) - c(az+b) = ad - bc = 1.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Deriv res To Imag Axis eq

deriv_resToImagAxis_eq

Plain-language statement

Chain rule for restriction to imaginary axis: d/dt F(it) = -2π * (D F)(it). This connects the real derivative along the imaginary axis to the normalized derivative D. The key computation is: - The imaginary axis is parametrized by g(t) = I * t - By chain rule: d/dt F(it) = (dF/dz)(it) · (d/dt)(it) = F'(it) · I - Since D = (2πi)⁻¹ · d/dz, we have F' = 2π...

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record