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 1,531 to 1,536 of 2,569 results.

Project-declaredLean 4.32.0

Lebesgue differentiation

lebesgue_differentiation

Mathematical statement

For every bounded, finitely supported function ff, almost every point xx admits a sequence of balls B(ci,ri)B(c_i,r_i) that all contain xx, whose radii tend to 00 from above, and whose averages converge to f(x)f(x):

\dashintB(ci,ri)f(y)dyf(x).\dashint_{B(c_i,r_i)} f(y)\,dy\longrightarrow f(x).

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Lex'Order prop

Lex'Order.Lex'Order_prop

Project documentation

Existence theorem packaging the lexicographic construction. It produces a LinearOrder (Finset α) with two convenient properties: 1. Subset-monotonicity: A ⊆ B implies A ≤ B. 2. Singleton compatibility: comparing singleton finsets recovers the original order on α. API note: returning the order via ∃ lo allows users to avoid a global instance and...

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Limiting fourier variant

limiting_fourier_variant

Mathematical statement

A boundary Fourier identity for a Dirichlet series with a simple pole. Suppose f0f\ge0, the Dirichlet series L(f,s)L(f,s) differs from A/(s1)A/(s-1) by a function GG that extends continuously to Res1\operatorname{Re}s\ge1, and ψ\psi is a compactly supported C2C^2 test function with nonnegative real Fourier transform. For x>0x>0, n1f(n)nψ^ ⁣(12πlognx)Alogxψ^ ⁣(u2π)du=RG(1+it)ψ(t)xitdt.\sum_{n\ge1}\frac{f(n)}{n}\widehat\psi\!\left(\frac{1}{2\pi}\log\frac{n}{x}\right)-A\int_{-\log x}^{\infty}\widehat\psi\!\left(\frac{u}{2\pi}\right)du=\int_{\mathbb R}G(1+it)\psi(t)x^{it}\,dt.

analytic number theoryprime numbersasymptotics

Source project: Prime Number Theorem and More

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Limsup le of eventually monotone of tendsto on dense

limsup_le_of_eventually_monotone_of_tendsto_on_dense

Mathematical statement

Convergence on a dense set of a collection of monotone function controls the limsup at a point if f is right continuous at a. We prove this under the assumption that α has both a bottom element and a top element. The bottom element is needed because otherwise limsup evaluated at the bottome element may give a junk value to break the inequality.

probabilitystochastic processesmeasure theory

Source project: Brownian motion

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Dist eq min Wt Codewords

LinearCode.dist_eq_minWtCodewords

Mathematical statement

The min distance of a linear code equals the minimum of the weights of non-zero codewords.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Eq span rows

LinearCode.eq_span_rows

Mathematical statement

A linear code is equal to the submodule spanned by the rows of the matrix whose rows form a basis of the code.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record