ZeroProofML v0.6.0 Documentation Hub

This documentation set tracks the v0.6.0 Signed Common Meadow (SCM) stack implemented in this repository. Published docs track the latest main branch at the site root.

Structure

  • Files prefixed with 00_…06_… are the core “read in order” guides.
  • Higher-numbered files are reference, add-ons, and engineering notes.
  • docs/theory/ contains deeper algebraic notes (also numbered).
  • examples/archive_tr/ contains legacy Transreal-era scripts for historical reference.

Core Guides

Reproduce The Paper

Task Guides

Engineering Notes

Reference Material

Training Add-Ons

Optimization

Benchmarks & Examples

  • Updated scripts in examples/ demonstrate SCM operations, projective tuples, and coverage control.
  • 38_examples_inventory.md — current label map for every file under examples/.
  • 39_examples_tutorials.md — promoted walkthroughs for the quickstart, coverage-control, bundle-export, and FRU strict-check examples.
  • examples/fru_strict_check_demo.py shows a composed multi-stage rational head being flattened into one P/Q pair before strict_inference(...) checks the final denominator once.
  • Scientific benchmark runners live in zeroproofml/benchmarks/; performance microbenchmarks live in perf/.
  • Benchmarks overview: 18_benchmarks.md.
  • Experiments & reproduction: 21_experiments.md.
  • Benchmark artifact glossary: 40_benchmark_artifact_reference.md.

Archives

  • Transreal and wheel-mode scripts now live in examples/archive_tr/ for historical reference only.

How to Navigate

  • Start with Getting Started to verify your environment.
  • Move to SCM Foundations before implementing custom layers or losses.
  • Use the guides as a checklist when wiring projective heads or selecting gradient policies.