**Motivations:**
- Make C2 verification robust when completion documents provide counts instead of full residual lists
- Prepare the verifier to support additional completion transitions with the same artefact structure
**Root causes:**
- m=15→m=16 completion doc may omit residual list and only state |R_16^comp| = 2*|both| = 2202
**Correctifs:**
- Parse and validate declared |R_{m+1}^comp| size when present
- Add generic transition discovery output in verification JSON
**Evolutions:**
- Regenerate versioned C2 verification artefacts and run report
**Pages affectées:**
- applications/collatz/collatz_k_scripts/collatz_verify_c2_projective.py
- docs/artefacts/collatz/c2_projective/verification_c2_projective.json
- docs/artefacts/collatz/c2_projective/verification_c2_projective.md
- docs/collatz_run_report_2026-03-09_c2_projective.md
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"inputs": {
|
|
"noyau_both_base_4096_md": "applications/collatz/collatz_k_scripts/noyau_both_base_4096.md",
|
|
"completion_m14_to_m15_md": "applications/collatz/collatz_k_scripts/complétion_minorée_m14_vers_m15.md",
|
|
"completion_m15_to_m16_md": "applications/collatz/collatz_k_scripts/complétion_minorée_m15_vers_m16.md"
|
|
},
|
|
"B12": {
|
|
"count": 192,
|
|
"min": 27,
|
|
"max": 4095
|
|
},
|
|
"transitions": [
|
|
{
|
|
"source": "completion_m14_to_m15",
|
|
"palier_parent": 14,
|
|
"palier_child": 15,
|
|
"both_parent_count": 593,
|
|
"computed_children_count": 1186,
|
|
"listed_residual_count": 1186,
|
|
"children_equals_listed_residual": true,
|
|
"projection_mod_4096_equals_b12": true
|
|
},
|
|
{
|
|
"source": "completion_m15_to_m16",
|
|
"palier_parent": 15,
|
|
"palier_child": 16,
|
|
"both_parent_count": 1101,
|
|
"computed_children_count": 2202,
|
|
"listed_residual_count": 2202,
|
|
"children_equals_listed_residual": null,
|
|
"projection_mod_4096_equals_b12": true
|
|
}
|
|
],
|
|
"checks": {
|
|
"m14_to_m15": {
|
|
"palier_parent": 14,
|
|
"palier_child": 15,
|
|
"both_parent_count": 593,
|
|
"computed_children_count": 1186,
|
|
"listed_residual_count": 1186,
|
|
"children_equals_listed_residual": true,
|
|
"projection_mod_4096_equals_b12": true
|
|
},
|
|
"m15_to_m16": {
|
|
"palier_parent": 15,
|
|
"palier_child": 16,
|
|
"both_parent_count": 1101,
|
|
"computed_children_count": 2202,
|
|
"listed_residual_count": 2202,
|
|
"children_equals_listed_residual": null,
|
|
"projection_mod_4096_equals_b12": true
|
|
}
|
|
},
|
|
"ok": {
|
|
"m14_to_m15_children_equals_listed_residual": true,
|
|
"m14_projection_equals_b12": true,
|
|
"m15_projection_equals_b12": true
|
|
}
|
|
}
|