该仓库包含 OpenAI《数学与理论计算机科学的十项进展》中十个重要结果的 Lean 4 形式化证明,涵盖球堆积、非 sofic 群、拉姆齐数等主题。

Stars

31

7 天增长

暂无数据

Fork 数

3

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-08-01

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它将多项近期重大进展(其中一些解决了长期猜想)转化为可由机器检查的 Lean 证明,让形式化验证社区更容易接触这些成果。

适合谁使用

  • 对形式化证明验证感兴趣的数学家
  • 从事复杂度、编码和量子博弈研究的理论计算机科学家
  • Lean/mathlib 用户及形式化证明开发者
  • 数学或计算机科学专业的研究生

典型使用场景

  • 验证或探索重要定理的机器检查证明
  • 在新的 Lean 项目中复用这些形式化引理和构造
  • 学习如何在 Lean 中编码高级数学与理论计算机科学结果
  • 在大型多样化形式化项目上检验证明助手的能力

项目优势

  • 在单一仓库中涵盖了数学与理论计算机科学领域的十个不同高级结果
  • 模块化结构:每个结果有独立 Lean 文件,可通过 Lake 单独构建
  • 使用 Lean 4.32.0、mathlib 和缓存命令,搭建环境可复现
  • 提供使用 Comparator 进行独立证明检查的说明

使用前须知

  • 需要 Lean 生态(elan、Lake、mathlib)且最好熟悉 Lean 工具链才能构建或检查
  • README 仅列举结果,未提供详细数学解释或教程
  • 形式化代码绑定 Lean 4.32.0,未来版本或库变动可能需要进行适配

README 快速开始

Ten Advances in Mathematics and Theoretical Computer Science

This repository contains Lean 4 formalizations of the results presented in Ten advances in mathematics and theoretical computer science by OpenAI.

The results

  1. High-dimensional sphere packing: Improved asymptotic upper bounds on sphere-packing density, reaching the Cohn–Elkies threshold. (SpherePacking.lean)
  2. Binary and spherical codes: Exponentially stronger upper bounds for binary codes at every minimum distance, together with corresponding bounds for spherical codes. (MetricCodes.lean)
  3. Non-sofic groups: A construction of a non-sofic group, resolving whether every group admits finite permutation approximations. (NonSoficGroup.lean)
  4. Connes’s rigidity conjecture: A counterexample to the conjecture that certain groups are determined by their group von Neumann algebras. (ConnesRigidity.lean, ConnesRigidity/)
  5. Arithmetic circuit complexity: New lower bounds for computing the permanent with arithmetic circuits and formulas, including an $n^4 / \log n$ formula lower bound. (Permanent.lean)
  6. Quantum parallel repetition: Exponential parallel repetition for arbitrary finite, two-player quantum games. (QuantumParallelRepetition.lean)
  7. Closest vector problem: Polynomial-factor hardness of approximation for the closest vector problem, with related consequences for decoding and lattice problems. (GapCVP.lean)
  8. Ehrhart’s volume conjecture: The sharp maximum volume in every dimension for a convex body whose centroid is its only interior lattice point. (EhrhartVolumeInequality.lean)
  9. Multicolor Ramsey numbers: A superexponential lower bound for multicolor triangle Ramsey numbers, resolving Erdős problem 183. (MulticolorTriangleRamsey.lean)
  10. Extremal number conjectures: Counterexamples to the compactness and degenerac

项目描述

Lean certificates accompanying proofs in mathematics and theoretical computer science

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

AxiomMath
AxiomMath GitHub avatar

IMO2026

AxiomProver is an autonomous multi-agent ensemble theorem prover for Lean 4 that achieved a perfect score at IMO 2026 by solving all six problems.

Lean
99