algo/applications
ncantu 523fa25fef collatz: formalize universal D/F clauses and report all C2 transitions
**Motivations:**
- Convert observed witnesses into universal clause statements usable in well-founded induction
- Ensure c2_projective run report reflects every discovered transition

**Root causes:**
- H4/H5 universality bridge was implicit
- c2_projective run report only displayed legacy checks (m14→m16)

**Correctifs:**
- Add explicit universal D/F clause forms, thresholds, and induction closure schema
- Extend c2_projective metrics rendering to iterate over verification JSON transitions

**Evolutions:**
- None

**Pages affectées:**
- applications/collatz/collatz_k_scripts/plan_lemmes_manquants_et_programme_de_preuve.md
- applications/collatz/collatz_k_scripts/collatz_generate_run_report.py
- docs/collatz_run_report_2026-03-09_c2_projective.md
2026-03-09 02:09:04 +01:00
..