This catalog is intentionally research-level (no IMO/Putnam/etc.). It mainly focuses on theorem statements for proven results in the literature that are not currently available as a finished Lean/Mathlib theorem, with the benchmark surface intended to stay on mathematically established results rather than unsolved conjectures.
Each checked item corresponds to a single Lean stub at FormalQualBench/<Name>/Main.lean
containing only the necessary definitions/imports + a main statement with a by sorry proof.
- Mathlib
proof_wanteddeclarations (known results with missing proofs in Lean) - Famous results whose statements can be expressed using existing Mathlib definitions (even if the proof is far out of reach)
- Borsuk–Ulam theorem (
FormalQualBench/BorsukUlamTheorem/Main.lean)
- Banach–Stone theorem (
FormalQualBench/BanachStoneTheorem/Main.lean)
- Quantifier elimination for dense linear orders without endpoints (DLO) (
FormalQualBench/DLOQuantifierElimination/Main.lean)
- Paris-Harrington principle (strengthened finite Ramsey theorem) (
FormalQualBench/ParisHarringtonPrinciple/Main.lean)
- Maynard-Tao bounded prime gaps theorem (
FormalQualBench/MaynardTaoBoundedPrimeGaps/Main.lean) - Helfgott's ternary Goldbach theorem (
FormalQualBench/TernaryGoldbachTheorem/Main.lean)
- Jordan theorem: primitive groups containing a prime cycle contain
Aₙ(FormalQualBench/JordanCycleTheorem/Main.lean) - Jordan derangement theorem for finite transitive permutation groups (
FormalQualBench/JordanDerangementTheorem/Main.lean) - Burnside theorem for permutation groups of prime degree (
FormalQualBench/BurnsidePrimeDegreeTheorem/Main.lean)
- Quillen–Suslin theorem (Serre’s conjecture) (
FormalQualBench/QuillenSuslinTheorem/Main.lean)
- Artin’s solution to Hilbert’s 17th problem (
FormalQualBench/Hilbert17thProblem/Main.lean)
- Gleason-Kahane-Zelazko theorem (
FormalQualBench/GleasonKahaneZelazkoTheorem/Main.lean) - Runge’s theorem (polynomial approximation on compact sets) (
FormalQualBench/RungeTheorem/Main.lean)
- Tao's solution of the Erdős discrepancy problem (
FormalQualBench/ErdosDiscrepancyProblem/Main.lean) - Green-Tao theorem on arithmetic progressions in the primes (
FormalQualBench/GreenTaoTheorem/Main.lean)
- von Neumann double commutant theorem (
FormalQualBench/VonNeumannDoubleCommutantTheorem/Main.lean)
- Pontryagin duality via the canonical evaluation map (
FormalQualBench/PontryaginDuality/Main.lean)
- De Bruijn–Erdős theorem (compactness for graph coloring) (
FormalQualBench/DeBruijnErdos/Main.lean)
- Colorful Carathéodory theorem (
FormalQualBench/ColorfulCaratheodoryTheorem/Main.lean)
- Three-dimensional Kakeya theorem (
FormalQualBench/KakeyaTheorem3D/Main.lean)
- Schauder fixed point theorem (
FormalQualBench/SchauderFixedPointTheorem/Main.lean)
- Skolem-Mahler-Lech theorem (
FormalQualBench/SkolemMahlerLechTheorem/Main.lean)
- Almost-bounded values for the Collatz map (
FormalQualBench/CollatzMapAlmostBoundedValues/Main.lean)