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 d. (exists fms_gap_lt. fms_gap_lt + S (a) = (b)) -> (exists fms_gap_le. fms_gap_le + (c) = (d)) -> (exists fms_gap_lt. fms_gap_lt + S (a+c) = (b+d))Constructive proof overview
Generated structural guide
A strict left inequality and weak right inequality give a strict sum inequality.
The unchanged tactic script uses 2 declared prerequisites and contains 20 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
CD0006 finite_add_le_add add_succ_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.
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.
Original exact 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 : exists fms_gap_le. fms_gap_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