Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Operation tables contain actual beta-coded entries and compare represented signed values, not encodings. The strict sum window is i<l and the separately certified endpoint i=l is unused. Rectangular Fubini and full finite signed Möbius inversion are separate, now-admitted families.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∀ c. ∀ ab. ∀ bc. ∀ out. SignedAdd(a,b,ab) → SignedAdd(b,c,bc) → SignedAdd(a,bc,out) → SignedAdd(ab,c,out)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 34 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
01Fix variables and assumptionsL1–9
02Establish hwL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply signed add total.
- L10
have hw : ∃ w. SignedAdd(ab,c,w)Definitions: SignedAdd(ab,c,w)Original native command in the exact edition - L11
specialize signed_add_total (ab) - L12
specialize signed_add_total (c) - L13
apply signed_add_total
03Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
cases hw
04Establish heqL15–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply signed add functional.
- L15
have heq : x = out - L16
specialize signed_add_functional (a) - L17
specialize signed_add_functional (bc) - L18
specialize signed_add_functional (x) - L19
specialize signed_add_functional (out) - L20
apply signed_add_functional - L21
specialize signed_add_associative (a) - L22
specialize signed_add_associative (b) - L23
specialize signed_add_associative (c) - L24
specialize signed_add_associative (ab)
05Use earlier factsL25–31
06Calculate and transport equalitiesL32–33
07Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hw_witness
Original defined command ledger · 34 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro ab - 0005
intro bc - 0006
intro out - 0007
intro hab - 0008
intro hbc - 0009
intro hout - 0010
have hw : ∃ w. SignedAdd(ab,c,w) - 0011
specialize signed_add_total (ab) - 0012
specialize signed_add_total (c) - 0013
apply signed_add_total - 0014
cases hw - 0015
have heq : x = out - 0016
specialize signed_add_functional (a) - 0017
specialize signed_add_functional (bc) - 0018
specialize signed_add_functional (x) - 0019
specialize signed_add_functional (out) - 0020
apply signed_add_functional - 0021
specialize signed_add_associative (a) - 0022
specialize signed_add_associative (b) - 0023
specialize signed_add_associative (c) - 0024
specialize signed_add_associative (ab) - 0025
specialize signed_add_associative (bc) - 0026
specialize signed_add_associative (x) - 0027
apply signed_add_associative - 0028
exact hab - 0029
exact hw_witness - 0030
exact hbc - 0031
exact hout - 0032
rewrite heq at hw_witness - 0033
rewrite heq at hw_witness - 0034
exact hw_witness