Commit 5e3a6f7
Loop-Locksmith
fix(coq): rwrite → rewrite typo in INV6_HybridQkGain.v line 62
`rwrite` is not a valid Coq tactic; this single-character typo prevented
`inv_phi_in_unit` from parsing, which silently failed every downstream
theorem (`inv_phi_pos`, `hybrid_gain_positive`, `inv6_supports_asha_stability`,
`inv6_all_certified`). The file claimed "all admits closed" but did not
actually compile.
Surfaced by R5 review on PR #490
(#490 (comment)).
Part-of: #441
Part-of: #446
Agent: Loop-Locksmith1 parent 26a6c0e commit 5e3a6f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments