**Motivations:** - Instrument the C3 “final lock” as a citeable deterministic artefact - Provide a reproducible check over Lift(B12) at palier 2^13 using D8/Fusion witnesses **Root causes:** - C3 lacked a machine-checkable artefact aligned with the run-report standard **Correctifs:** - Add a deterministic verifier that checks fusion witnesses (m<n and U(m)=U^t(n)) and aggregates N* where computable **Evolutions:** - Version C3 verification artefacts under docs/artefacts - Add run report profile c3_local_descent (sha256 + metrics) - Document the new profile and reference the artefacts in the proof plan **Pages affectées:** - applications/collatz/collatz_k_scripts/collatz_verify_c3_local_descent.py - docs/artefacts/collatz/c3_local_descent/verification_c3_local_descent.json - docs/artefacts/collatz/c3_local_descent/verification_c3_local_descent.md - applications/collatz/collatz_k_scripts/collatz_generate_run_report.py - docs/collatz_run_report_2026-03-09_c3_local_descent.md - docs/collatz_run_report_format.md - docs/features/collatz_run_report_generator.md - docs/features/collatz_c3_local_descent_verification.md - applications/collatz/collatz_k_scripts/plan_lemmes_manquants_et_programme_de_preuve.md
scripts collatz registre K
Objet
Scripts Python nécessaires pour reproduire les calculs et audits produits jusqu’ici:
- génération des paquets D_k (au moins la branche "après fusion" pour D16 et D17)
- génération et audit des clauses de fusion (F)
- production systématique des listes exhaustives en Markdown (bloc CSV)
Entrées
Les scripts attendent les fichiers:
- audit_60_etats_B12_mod4096_horizon7.json
- complétion_minorée_m15_vers_m16.md
- candidats_D10_palier2p17.md
Exécution
Pipeline directe:
python collatz_k_pipeline.py
--audit60 /chemin/audit_60_etats_B12_mod4096_horizon7.json
--m15m16 /chemin/complétion_minorée_m15_vers_m16.md
--d10 /chemin/candidats_D10_palier2p17.md
--out /chemin/sorties
Orchestrateur:
python reproduce_all_audits.py --root /chemin/fichiers_source --out /chemin/sorties