Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Sets are complete characteristic-bit codes with actual finite cardinality witnesses. The proof constructs translations and the sumset; no finite-choice oracle, supplied cardinality conclusion, or unproved polynomial-method premise is used.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∀ c. ∀ d. Lt(a,b) → Le(c,d) → Lt(a + c,b + d)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 20 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.
Named ingredients (1)
01Fix variables and assumptionsL1–6
02Establish htL7–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite add le add.
- L7
have ht : Le(S a + c,b + d)Definitions: Le(S a + c,b + d)Original native command in the exact edition - L8
specialize finite_add_le_add S a - L9
specialize finite_add_le_add b - L10
specialize finite_add_le_add c - L11
specialize finite_add_le_add d - L12
apply finite_add_le_add - L13
exact hab - L14
exact hcd
Original defined command ledger · 20 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro hab - 0006
intro hcd - 0007
have ht : Le(S a + c,b + d) - 0008
specialize finite_add_le_add S a - 0009
specialize finite_add_le_add b - 0010
specialize finite_add_le_add c - 0011
specialize finite_add_le_add d - 0012
apply finite_add_le_add - 0013
exact hab - 0014
exact hcd - 0015
have he : (S a)+c=S(a+c) - 0016
specialize add_succ_left a - 0017
specialize add_succ_left c - 0018
apply add_succ_left - 0019
rewrite he at ht - 0020
exact ht