Skip to main content

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 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 859 to 864 of 2,569 results.

Project-declaredLean 4.31.0

Deriv moebius

deriv_moebius

Mathematical 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

Mathematical 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
Project-declaredLean 4.32.0

Deriv tanh

deriv_tanh

Mathematical statement

The derivative of tanh(x) is 1 - tanh(x)^2

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.24.0-rc1

Det muller lang concat

det_muller_lang_concat

Mathematical statement

The concatenation of a regular language and a deterministic Muller language is a deterministic Muller language.

automata theoryformal languagescomputer science

Source project: Automata Theory

Person-level attribution pending.

View proof record