Commit fdc2ae6
fix(proof-suite): wrap free Parameters in Sections for S3 + S5
S3_second_law.v: four Parameters (State, state_eq_dec, kernel, log2)
were global axioms outside any section. Wrapped in Section S3Proof.
and converted to Variable — coqc exit 0 confirmed.
S5_shannon_source_coding.v: three Parameters (Symbol, symbol_eq_dec,
log2) likewise outside any section. Wrapped in Section S5Proof. and
converted to Variable — coqc exit 0 confirmed.
S1/S2/E3/E5 already have Parameters inside named sections
(Mechanics/Electrostatics/BeamMechanics/Carriers) — exempt per
panic-attack ProofDrift Section Carrier rule.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c030966 commit fdc2ae6
2 files changed
Lines changed: 21 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
109 | | - | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | | - | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
288 | 293 | | |
289 | 294 | | |
290 | 295 | | |
| 296 | + | |
| 297 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
185 | 190 | | |
186 | 191 | | |
187 | 192 | | |
188 | | - | |
| 193 | + | |
189 | 194 | | |
190 | 195 | | |
191 | 196 | | |
| |||
415 | 420 | | |
416 | 421 | | |
417 | 422 | | |
| 423 | + | |
| 424 | + | |
0 commit comments