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 199 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

199 results

Clear filters
Project-declaredLean 4.31.0

Neg DE₂ qexp

negDE₂_qexp

Plain-language statement

Q-expansion identity: negDE₂ = 24 * ∑ n * σ₁(n) * q^n From Ramanujan's formula: D E₂ = (E₂² - E₄)/12, so -D E₂ = (E₄ - E₂²)/12. And the derivative of E₂ = 1 - 24∑ σ₁(n) q^n gives -D E₂ = 24 ∑ n σ₁(n) q^n. See blueprint equation at line 136 of modform-ineq.tex. Proof outline: 1. E₂_sigma_qexp: E₂ = 1 - 24 * ∑ σ₁(n) * q^n 2. D_qexp_tsum_pnat: D(∑ a(n) * q^n...

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Norm tsum log Deriv expo le

norm_tsum_logDeriv_expo_le

Plain-language statement

Bound on the q-series ∑ n·qⁿ/(1-qⁿ) that appears in E₂. For ‖q‖ < 1, we have ‖∑ₙ₌₁ n·qⁿ/(1-qⁿ)‖ ≤ ‖q‖/(1-‖q‖)³. The key estimates are: - |1-qⁿ| ≥ 1-|q|ⁿ ≥ 1-|q| for n ≥ 1 - |n·qⁿ/(1-qⁿ)| ≤ n·|q|ⁿ/(1-|q|) - ∑ n·rⁿ = r/(1-r)², so ∑ n·rⁿ/(1-r) = r/(1-r)³

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Norm tsum log Deriv expo le of norm le

norm_tsum_logDeriv_expo_le_of_norm_le

Plain-language statement

Monotone version of norm_tsum_logDeriv_expo_le: if ‖q‖ ≤ r < 1, then ‖∑ n·qⁿ/(1-qⁿ)‖ ≤ r/(1-r)³. Useful when we have a uniform bound on ‖q‖.

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Partial Fourier Sum L2 norm

partialFourierSumL2_norm

Plain-language statement

For an L2L^2 function on a circle of period TT, the squared L2L^2 norm of its NNth partial Fourier sum equals the sum of the squared magnitudes of its Fourier coefficients from N-N through NN:

SNf22=n=NNf^(n)2.\lVert S_Nf\rVert_2^2=\sum_{n=-N}^{N}|\widehat f(n)|^2.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record