mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
docs(semantics): clarify remaining proof-boundary work in AGENTS.md
Body: - ko_preserves_hyperbola_approx: document the new explicit premise (onHyperbolaApprox (forwardStep s Δu) Q16_16.epsilon at line 69) - aciPreservedByMlgruStep: document the new explicit premise (hBlendACI at lines 545-548) - both retain their TODO(lean-port) tags for the arithmetic lemmas (sqrt error bound / triangle inequality + mul monotonicity) Build: 3313 jobs, 0 errors (lake build Compiler)
This commit is contained in:
parent
e028758f9c
commit
55d2cf897b
1 changed files with 7 additions and 7 deletions
|
|
@ -197,13 +197,13 @@ after narrowly compiling the file under a scratch target.
|
|||
- `goldenContractionEnergyDecrease` is discharged. Remaining follow-up is a
|
||||
separate premise-discharge lemma showing when the Burgers golden-contraction
|
||||
step satisfies `h_pt` and `h_u'_nonneg`.
|
||||
- `HyperbolicStateSurface.ko_preserves_hyperbola_approx` now makes the
|
||||
forward-step approximation bound explicit. Remaining follow-up:
|
||||
`TODO(lean-port)` discharge that premise from a formal `Q16_16.sqrt` error
|
||||
bound.
|
||||
- `SSMS.aciPreservedByMlgruStep` now makes the blended hidden-state ACI bound
|
||||
explicit. Remaining follow-up: discharge that premise from Q16_16 triangle,
|
||||
multiplication monotonicity, and saturation associativity lemmas.
|
||||
- `HyperbolicStateSurface.ko_preserves_hyperbola_approx`: former sorry replaced
|
||||
by explicit premise `onHyperbolaApprox (forwardStep s Δu) Q16_16.epsilon` (line 69).
|
||||
Remaining: `TODO(lean-port)` discharge that premise from a formal `Q16_16.sqrt`
|
||||
error-bound lemma.
|
||||
- `SSMS.aciPreservedByMlgruStep`: former sorry replaced by explicit premise
|
||||
`hBlendACI` (lines 545–548). Remaining: `TODO(lean-port)` discharge from Q16_16
|
||||
triangle inequality, multiplication monotonicity, and saturation associativity.
|
||||
|
||||
## Key API Notes (Lean 4.30 / this workspace)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue