What is verified
Lean checks the statements and proofs in the linked files. The release includes tests for singleton samples, sharp bounds, zero variance, and zero-probability outcomes. The axiom audit permits only Lean’s standard foundational axioms.
These are formalizations of established results. The probability statements cover arbitrary finite distributions. They do not assert the unrestricted measure-theoretic versions.
The September 5, 2026 search found no matching theorem in the inspected mathlib and StatLean revisions or the recorded public code searches. This is a scoped search result; worldwide priority is not established. Read the prior-art report.
Lean 4 · Finite statistics
Samuelson’s inequality
For every observation in a nonempty finite real sample, and . The proof includes the square-root form and the one-observation case.
A sharp limit on how far one observation can lie from the mean. No distributional assumption is required. Variance uses the population divisor n.
Samuelson · How Deviant Can You Be? · 1968
Lean declaration
FrontierTheorems.Samuelson.sq_deviation_le
Lean 4 · Finite statistics
Hammersley–Chapman–Robbins bound
For probability masses on any finite sample space, whenever , and positive . The estimator satisfies and . Zero-mass summands are zero.
A lower bound on an unbiased estimator’s variance without likelihood derivatives. The accompanying expectation-shift theorem also covers zero divergence. This is the finite two-point bound.
Chapman & Robbins · Minimum Variance Estimation Without Regularity Assumptions · 1951
Lean declaration
FrontierTheorems.HCR.lower_bound
Lean 4 · Finite statistics
Pearson’s skewness–kurtosis inequality
For any finite probability distribution, and . The polynomial statement includes zero variance. For , the proof also gives .
A constraint on possible combinations of skewness and kurtosis. It applies to weighted data and finite distribution models. Kurtosis here is the fourth standardized moment, not excess kurtosis.
Pearson · Mathematical Contributions to the Theory of Evolution XIX · 1916
Lean declaration
FrontierTheorems.Pearson.central_moment_inequality
Reproduce the checks
Install elan, download and extract the project, then run:
cd mathfrontier-lean-v1.0.0
lake exe cache get
./scripts/verify.shThe release pins Lean 4.30.0-rc2 and mathlib commit 5450b53e5ddc. The archive includes the dependency manifest, examples, verification script, and license.
Build and axiom audit · Download checksums · GitHub build history
Original code and documentation are available under the MIT license. Mathlib and cited papers retain their own licenses.