Skip to content

Repository files navigation

Logo for Axiom Math

Parity of the Partition Function in Quadratic Progressions

These files accompany the paper [TODO].

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

Input files

Output files

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

Verification

One can verify that each problem.lean and solution.lean are compatible using verify.py, which calls Axle's verify_proof:

python3 verify.py
okay=True (passed)

This is expected to complete very quickly, as the results are cached by Axle. To bypass this, pass --no-cache to the call, which will force Axle to recompute everything, at the cost of a slower time:

python3 verify.py --no-cache
okay=True (passed)

The files have been verified locally via the Comparator.

License

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages