Skip to content

epfl-lara/AutoformalizedProjects

Repository files navigation

Paper-Level Autoformalizations

Lean 4 formalization projects produced with the LeanFlow workflow. The main branch is reserved for projects that are ready to present publicly: each listed project builds and has no project-local sorry, admit, custom axiom, or unsafe in its Lean files.

Work-in-progress formalizations are kept on separate draft pull requests instead of living on main.

Repository Metadata

Completed Projects

PythagoreanPolynomialParametrization

CramerWoldTheorem

  • Lake target: CramerWoldTheorem
  • Source: Russell Lyons and Kevin Zumbrun, A Calculus Proof of the Cramer-Wold Theorem
  • Status: proof-complete source-backed formalization of the half-space theorem, average-distance reconstruction, odd-dimensional inversion, and even-to-odd reduction.

Work in Progress

The unfinished formalizations are maintained as draft PR branches:

Checks

Run all completed project builds:

./scripts/check-projects.sh

Or build an individual project from its directory:

cd PythagoreanPolynomialParametrization
lake build Pyth

cd ../CramerWoldTheorem
lake build CramerWoldTheorem

About

Fully autonomous Lean formalizations of mathematical papers generated by the LeanFlow agent harness.

Topics

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Contributors