Proof library
Dedicated home for Li's proof corpus — separate from benchmark wall-clock ratios. Compare scientific catalog opinion (TOML / proof-db) vs Lean scan, then vote what you believe.
- Catalog —
proof_statusinlic/docs/verification/proof-database/ - Lean — static scan of theorem bodies in
licsemantics - Red row — catalog and Lean disagree
Compiler gaps: provability-gaps.md
G-* compiler gaps
Catalog
- axiomatic 10
- open 9
- proved 16
- discrepancy 1
Lean scan
- axiomatic 15
- unknown 6
- proved 11
- placeholder 4
| ID | Statement | Catalog | Lean | Gap | Your vote |
|---|---|---|---|---|---|
A-trusted-getelem source | typing_getElem trusted. | axiomatic | axiomatic | G-trust | Discuss on GitHub |
G-lean-autovc-strict source | No open Prop without _proved. li-tests/contracts_verify/discharge_trivial.li | open | unknown | G-lean | Discuss on GitHub |
M-AX-ORDER-ANTISYM source | Order: antisymmetry on Nat (≤). proof-db/math/axioms/peano_order.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-ORDER-TRICHOTOMY source | Order: trichotomy on Nat (<, =, >). proof-db/math/axioms/peano_order.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-PEANO-IND source | Peano: induction schema on Nat. proof-db/math/axioms/peano_order.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-PEANO-SUCC-INJ source | Peano: successor is injective on Nat. proof-db/math/axioms/peano_order.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-PEANO-ZERO-NOT-SUCC source | Peano: zero is not a successor. proof-db/math/axioms/peano_order.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-REAL-ADD-ASSOC source | ℝ field: addition associative. proof-db/math/axioms/reals_field.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-REAL-ADD-COMM source | ℝ field: addition commutative. proof-db/math/axioms/reals_field.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-REAL-MUL-DIST source | ℝ field: multiplication distributes over addition. proof-db/math/axioms/reals_field.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-AX-REAL-MUL-ONE source | ℝ field: multiplicative identity 1. proof-db/math/axioms/reals_field.li | axiomatic | axiomatic | G-math | Discuss on GitHub |
M-LM-ADD-ASSOC source | Real addition associative (discharged from M-AX-REAL-ADD-ASSOC). proof-db/math/axioms/reals_field.li | proved | proved | G-math | Discuss on GitHub |
M-LM-ADD-COMM source | Real addition commutative (discharged from M-AX-REAL-ADD-COMM). proof-db/math/axioms/reals_field.li | proved | proved | G-math | Discuss on GitHub |
M-LM-FLOAT-ADD-COMM source | Float add_commutative specimen vs ℝ axiom (catalog discrepancy). Specimen ensures float add comm; triage under backlog P-float — not a compiler wrongness verdict. proof-db/math/lemmas/add_commutative.li | discrepancy | axiomatic≠ | G-math | Discuss on GitHub |
M-LM-MUL-ONE source | Real multiply-by-one (discharged from M-AX-REAL-MUL-ONE). proof-db/math/axioms/reals_field.li | proved | proved | G-math | Discuss on GitHub |
M-LM-NAT-ADD-COMM source | Nat: addition commutative (Peano + order layer). proof-db/math/axioms/peano_order.li | proved | proved | G-math | Discuss on GitHub |
M-LM-NAT-ADD-ZERO source | Nat: n + 0 = n (Peano layer target). proof-db/math/axioms/peano_order.li | proved | proved | G-math | Discuss on GitHub |
P-AX-CONS-001 source | Energy drift within a bounded window over one MD step (tier-0 smoke + tier-2 MD). proof-db/physics/axioms/conservation.li | open | axiomatic≠ | G-physics | Discuss on GitHub |
P-AX-CONS-002 source | Linear/angular momentum invariants for N-body integration (tier-0 + tier-2). proof-db/physics/axioms/conservation.li | open | axiomatic≠ | G-physics | Discuss on GitHub |
P-AX-DIM-001 source | Dimensional homogeneity: only dimensionally consistent combinations are well-formed. | open | placeholder | G-physics | Discuss on GitHub |
P-AX-DIM-002 source | SI coherence: base quantities map to a consistent unit system (placeholder). | open | placeholder | G-physics | Discuss on GitHub |
P-AX-MECH-001 source | Newton I (inertia): isolated body with zero net force has constant velocity. proof-db/physics/axioms/newton_laws.li | open | axiomatic≠ | G-physics | Discuss on GitHub |
P-AX-MECH-002 source | Newton II: net force equals mass times acceleration (scalar stub). proof-db/physics/axioms/newton_laws.li | open | placeholder | G-physics | Discuss on GitHub |
P-AX-MECH-003 source | Newton III (action–reaction): interaction forces on a pair sum to zero. proof-db/physics/axioms/newton_laws.li | open | axiomatic≠ | G-physics | Discuss on GitHub |
P-LM-CONS-001 source | Closed-system energy and momentum invariants compose from MECH + CONS axioms (integrator window). proof-db/physics/lemmas/energy_drift_bound.li | open | unknown | G-physics | Discuss on GitHub |
P-LM-ENERGY-001 source | Kinetic energy T = ½ m v² consistent with scalar speed squared. | proved | proved | G-physics | Discuss on GitHub |
P-LM-MOM-001 source | Linear momentum p = m v for point mass. | proved | placeholder≠ | G-physics | Discuss on GitHub |
P-discharge-trivial source | Trivial discharge. li-tests/contracts_verify/discharge_trivial.li | proved | unknown | G-lean | Discuss on GitHub |
P-float-sqrt-open-bound source | sqrt_open_bound. li-tests/contracts_verify/sqrt_open_bound.li | proved | unknown | G-math | Discuss on GitHub |
P-linalg-dot4-int-closed source | Fixed 4-term int dot closed witness. li-tests/contracts_verify/linalg_dot4_int_closed.li | proved | unknown | G-math | Discuss on GitHub |
P-linalg-dot4-int-loop-open source | Loop dot4 int closed. li-tests/contracts_verify/linalg_dot4_int_loop_open.li | proved | unknown | G-math | Discuss on GitHub |
std_add_comm source | ∀ a b ∈ ℤ, a + b = b + a | proved | proved | — | Discuss on GitHub |
std_dot4_bilinear_right source | ⟨a,b+c⟩ = ⟨a,b⟩+⟨a,c⟩ | proved | proved | — | Discuss on GitHub |
std_dot4_comm source | ⟨a,b⟩ = ⟨b,a⟩ | proved | proved | — | Discuss on GitHub |
std_mul_assoc source | ∀ a b c ∈ ℤ, (a·b)·c = a·(b·c) | proved | proved | — | Discuss on GitHub |
std_triangle_ineq_scalar source | ∀ a b, |a+b| ≤ |a|+|b| | proved | proved | G-hw | Discuss on GitHub |