This repository contains artifacts generated by AxiomProver related to the paper arXiv:TODO.
input/kaprekar-input.tex: problem statement as TeXinput/task.md: task specification (referring to TeX statement)input/.environment: specifies Lean version to use
Kaprekar4/problem.lean: translation of the problem statement into Lean 4.28.0Kaprekar4/solution.leansolution in Lean 4.28.0
One can verify that the problem.lean and solution.lean are compatible
using the axle verify-proof command:
cd Kaprekar4
axle verify-proof --environment lean-4.28.0 problem.lean solution.lean | jq ".okay"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.
This repository uses the MIT License. See LICENSE for details.