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 i r s q. ((((exists ff_gap_mdm_lt_result_before. ff_gap_mdm_lt_result_before + S (i) = (r)) /\ s = i) \/ ((exists ff_gap_mdm_le_result_after. ff_gap_mdm_le_result_after + (r) = (i)) /\ s = S i))) -> (exists ff_gap_mdm_lt_bounded_input. ff_gap_mdm_lt_bounded_input + S (i) = (q)) -> (exists ff_gap_mdm_lt_bounded_output. ff_gap_mdm_lt_bounded_output + S (s) = (S q))Constructive proof overview
Generated structural guide
Every minor coordinate below width q maps to an original coordinate strictly below S q.
The unchanged tactic script uses 3 declared prerequisites and contains 22 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
lt_of_lt_of_le Stable theorem; checked-use authorized le_succ_self Stable theorem; checked-use authorized succ_le_succ 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
02Separate the logical casesL7–8
03Calculate and transport equalitiesL9–9
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L9
rewrite hskip_left_right
04Use earlier factsL10–16
05Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hskip_right
06Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
rewrite hskip_right_right
Original exact command ledger · 22 lines
- 0001
intro i - 0002
intro r - 0003
intro s - 0004
intro q - 0005
intro hskip - 0006
intro hbound - 0007
cases hskip - 0008
cases hskip_left - 0009
rewrite hskip_left_right - 0010
specialize lt_of_lt_of_le i - 0011
specialize lt_of_lt_of_le q - 0012
specialize lt_of_lt_of_le (S q) - 0013
apply lt_of_lt_of_le - 0014
exact hbound - 0015
specialize le_succ_self q - 0016
exact le_succ_self - 0017
cases hskip_right - 0018
rewrite hskip_right_right - 0019
specialize succ_le_succ (S i) - 0020
specialize succ_le_succ q - 0021
apply succ_le_succ - 0022
exact hbound
Separate complete second-wave branches: Full T13 proof · Alpha v27.