Skip to content

AxiomMath/andrews_dhar_problem

Repository files navigation

Logo for Axiom Math

Bijection

The formal proofs provided in this work were developed and verified using Lean 4.28.0. Compatibility with earlier or later versions is not guaranteed due to the evolving nature of the Lean 4 compiler and its core libraries.

Repository structure

This repository collects several formalization runs, each in its own subdirectory (thm1, thm2_split1, thm2_split2, thm2_split3, thm2_split4):

Input files

For each run, input/<run>/ contains:

  • task.md: natural-language description of the problem.
  • Thm*WithProof.tex: the LaTeX statement and proof that the formalization follows.
  • requirement.md: additional requirements/constraints for the run (present for the thm2_split* runs; thm1 does not have one).

The following inputs are shared across all runs:

Output files

For each run, Bijection/<run>/ contains:

  • problem.lean: translation of the problem statement into Lean.
  • solution.lean: formal solution in Lean.

License

This repository uses the MIT License. See LICENSE for details.

Repository maintainers

Releases

No releases published

Packages

 
 
 

Contributors