Commit b352e95
Loop-Locksmith
refactor(coq): rename inv6_hybrid_qk_gain → inv6_hybrid_qk_gain_from_axiom
Documents the circular nature of the "main theorem" in-source. The
proof body is `exact (hybrid_gain_phi_bound k)` — restating the
Section 1 axiom of the same name. The new suffix and the inline
HONEST DISCLOSURE block ensure reviewers cannot mistake this for a
derived result.
Also annotates the `inv6_theorems_certified` export to clarify that
the certification holds *modulo* the three Section 1 axioms, not
absolutely. No `Admitted.` is added; admitted_budget=5/5 LOCKED is
preserved, but the postulated facts are now traceable both in-source
and in the assertions catalog.
Phase-5 #441 closure remains a follow-up PR that replaces
`Axiom hybrid_gain_phi_bound` with a `sqrt_le_compat` derivation per
the strategy in the issue body. Until that lands, status=wip in
`assertions/igla_assertions.json::INV-6-HybridQkGain`.
Part-of: #441
Part-of: #446
Agent: Loop-Locksmith1 parent 50b8dc7 commit b352e95
1 file changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
95 | 108 | | |
96 | 109 | | |
97 | 110 | | |
| |||
175 | 188 | | |
176 | 189 | | |
177 | 190 | | |
178 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
179 | 199 | | |
180 | 200 | | |
181 | 201 | | |
| |||
0 commit comments