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.

1 topic

101 results

Clear filters
Project-declaredLean 4.31.0

H₂ imag axis pos

H₂_imag_axis_pos

Plain-language statement

H₂(it) > 0 for all t > 0. Blueprint: Lemma 6.43 - H₂ is positive on the imaginary axis. Proof strategy: Each term exp(-π(n+1/2)²t) > 0, so Θ₂(it) > 0, hence H₂ = Θ₂^4 > 0.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

H₄ imag axis pos

H₄_imag_axis_pos

Plain-language statement

H₄(it) > 0 for all t > 0. Blueprint: Corollary 6.43 - H₄ is positive on the imaginary axis. Proof strategy: Use the modular S-transformation relating H₄ and H₂. From H₄_S_action: (H₄ ∣[2] S) = -H₂ From ResToImagAxis.SlashActionS: relates values at t and 1/t. This gives H₂(i/t) = t² * H₄(it), so H₄(it) > 0 follows from H₂(i/t) > 0.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Is Big O at Im Infty of fourier shift

isBigO_atImInfty_of_fourier_shift

Plain-language statement

If F has a Fourier expansion ∑_{m≥0} a_m exp(2πi(m+n₀)z) with n₀ > 0, and the coefficients are absolutely summable at height im z = c, then F = O(exp(-2π n₀ · im z)) at atImInfty. The key bound is: for im z ≥ c, ‖F(z)‖ ≤ (∑_m ‖a_m‖ · exp(-2π c m)) · exp(-2π n₀ · im z)

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record