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
0d8852bef7
commit
fba3e2193a
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
|
- `goldenContractionEnergyDecrease` is discharged. Remaining follow-up is a
|
||||||
separate premise-discharge lemma showing when the Burgers golden-contraction
|
separate premise-discharge lemma showing when the Burgers golden-contraction
|
||||||
step satisfies `h_pt` and `h_u'_nonneg`.
|
step satisfies `h_pt` and `h_u'_nonneg`.
|
||||||
- `HyperbolicStateSurface.ko_preserves_hyperbola_approx` now makes the
|
- `HyperbolicStateSurface.ko_preserves_hyperbola_approx`: former sorry replaced
|
||||||
forward-step approximation bound explicit. Remaining follow-up:
|
by explicit premise `onHyperbolaApprox (forwardStep s Δu) Q16_16.epsilon` (line 69).
|
||||||
`TODO(lean-port)` discharge that premise from a formal `Q16_16.sqrt` error
|
Remaining: `TODO(lean-port)` discharge that premise from a formal `Q16_16.sqrt`
|
||||||
bound.
|
error-bound lemma.
|
||||||
- `SSMS.aciPreservedByMlgruStep` now makes the blended hidden-state ACI bound
|
- `SSMS.aciPreservedByMlgruStep`: former sorry replaced by explicit premise
|
||||||
explicit. Remaining follow-up: discharge that premise from Q16_16 triangle,
|
`hBlendACI` (lines 545–548). Remaining: `TODO(lean-port)` discharge from Q16_16
|
||||||
multiplication monotonicity, and saturation associativity lemmas.
|
triangle inequality, multiplication monotonicity, and saturation associativity.
|
||||||
|
|
||||||
## Key API Notes (Lean 4.30 / this workspace)
|
## Key API Notes (Lean 4.30 / this workspace)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue