Release notes: 2026-05-25 — proof-db-physics-axioms¶
Status: Ready for review
Repo: li-langverse/lic
Branch: feat/proof-db-physics-axioms
PH / REQ: Doc / 2f classical physics baseline (P-physics, G-physics)
Summary (one sentence)¶
Seeds the proof database classical physics vertical with seven P-AX-* axioms, three P-LM-* lemmas (two proved scalar stubs in Discharge.lean, one open modeling_gap), tier-2 bench cross-refs, and tier-0 li_tests smokes.
Agent continuation (required)¶
- Read: proof-database.md, proof-database/README.md, provability-gaps.md (G-physics, G-proof-db)
- Run:
python3 scripts/proof-db/proof-db.py verify-slice(when present);cd docs/semantics && lake buildforDischarge.leanphysics lemmas; tier-0md_energy_single_step.li,three_body_invariants.li - Then: close P-AX-MECH-002 / P-AX-DIM- via
contracts_verify+ real kernelensures; keep modeling_gap* on extern tier-2 until specs export - Blocked on: universal tier-2 VC emit from
lic build— not required for this doc/TOML seed PR
Changed (specific)¶
| Area | What | Evidence |
|---|---|---|
| Catalog | docs/verification/proof-database/entries/physics-{mechanics,conservation,dimensions,lemmas}.toml | 7 axioms + 3 lemmas; pin a9542bfc |
| Index | docs/verification/proof-database.md, proof-database/README.md | proof_gap vs modeling_gap taxonomy |
| Lean | docs/semantics/Discharge.lean — kinetic_energy_def_consistent, linear_momentum_linear_stub, force_equals_mass_accel_stub, dimensional_homogeneity_placeholder | lake build in semantics job |
| Gaps | provability-gaps.md — G-physics, G-proof-db register rows | links entries/physics-*.toml |
| Roadmap | proof-corpus-roadmap.md — P-physics backlog row | — |
Not changed (scope fence)¶
- New
proof-db/manifest or check scripts — not added in this doc/TOML slice (pre-existingproof-db/physics/specimens unchanged) vc_emit_lean.cpp/ AutoVC names for tier-2 physics drivers — not wiredli-tests/manifest.toml— no new suite rowtrusted.lean— no new runtime axioms
Breaking changes¶
None.
Security¶
N/A — documentation, TOML catalog, and Lean discharge stubs only.
Performance¶
N/A — tier-2 bench refs are cross-links only; no harness threshold changes.
Downstream¶
N/A.
CHANGELOG entry (paste into Unreleased)¶
- P-physics proof database:
docs/verification/proof-database/entries/physics-*.toml(P-AX-*,P-LM-*); tier-2 bench refs; scalar lemmas inDischarge.lean—docs/release-notes/2026-05-25-proof-db-physics-axioms.md.