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_le. fms_gap_le + (a) = (b)) -> (exists fms_gap_lt. fms_gap_lt + S (c) = (d)) -> (exists fms_gap_lt. fms_gap_lt + S (a+c) = (b+d))Constructive proof overview
Generated structural guide
A weak left inequality and strict right inequality give a strict sum inequality.
The unchanged tactic script uses 1 declared prerequisite and contains 18 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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 · 18 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 + (a+(S c)) = (b+d) - 0008
specialize finite_add_le_add a - 0009
specialize finite_add_le_add b - 0010
specialize finite_add_le_add S c - 0011
specialize finite_add_le_add d - 0012
apply finite_add_le_add - 0013
exact hab - 0014
exact hcd - 0015
have he : a+(S c)=S(a+c) - 0016
apply PA4 - 0017
rewrite he at ht - 0018
exact ht