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.
Exact expanded first-order arithmetic statement
forall a b c. (exists mdr_gap_add_source. mdr_gap_add_source + S (a) = (b)) -> (exists mdr_gap_add_result. mdr_gap_add_result + S (c + a) = (c + b))Constructive proof overview
Generated structural guide
Strict natural order is preserved by a common left summand, by explicit successor transport.
The unchanged tactic script uses 1 declared prerequisite and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
add_le_add_left Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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–4
02Establish heqL5–6
03Establish hsumL7–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
Original exact command ledger · 14 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hab - 0005
have heq : c + S a = S (c + a) - 0006
apply PA4 - 0007
have hsum : exists mdr_gap_add_middle. mdr_gap_add_middle + (c + S a) = (c + b) - 0008
specialize add_le_add_left (S a) - 0009
specialize add_le_add_left (b) - 0010
specialize add_le_add_left (c) - 0011
apply add_le_add_left - 0012
exact hab - 0013
rewrite heq at hsum - 0014
exact hsum