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_le. fms_gap_le + (c) = (d)) -> (exists fms_gap_le. fms_gap_le + (a+c) = (b+d))Constructive proof overview
Generated structural guide
The two genuine finite-order witnesses add componentwise.
The unchanged tactic script uses 3 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
add_le_add_right Stable theorem; checked-use authorized add_le_add_left Stable theorem; checked-use authorized le_trans 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–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
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
specialize le_trans a+c - 0008
specialize le_trans b+c - 0009
specialize le_trans b+d - 0010
apply le_trans - 0011
specialize add_le_add_right a - 0012
specialize add_le_add_right b - 0013
specialize add_le_add_right c - 0014
apply add_le_add_right - 0015
exact hab - 0016
specialize add_le_add_left c - 0017
specialize add_le_add_left d - 0018
specialize add_le_add_left b - 0019
apply add_le_add_left - 0020
exact hcd