mirror of
https://github.com/luxfi/magnetar.git
synced 2026-07-27 02:53:47 +00:00
high-assurance: declare unproven-assertion budget
Enforced by ~/work/lux/proofs/framework/check.sh. Caps the current trust surface so it cannot silently grow; the goal is to drive it down.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Unproven-assertion budget (max counts). Enforced by
|
||||
# ~/work/lux/proofs/framework/checks/axiom-budget.sh. FAILS on any drift above.
|
||||
# Goal: decrease, never raise. Current surface (2026-06), after deleting the
|
||||
# circular/vacuous strict-atom proofs. The remaining 4 sorry + 4 admit are in
|
||||
# SUPPORTING (non-load-bearing) lemmas, disclosed in PROOF-CLAIMS; the headline
|
||||
# threshold claim is now honestly "research-only", not "proven".
|
||||
SORRY=4
|
||||
ADMIT=4
|
||||
AXIOM=0
|
||||
VACUOUS=0
|
||||
Reference in New Issue
Block a user