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. ((((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))) -> ~(s = r)Constructive proof overview
Generated structural guide
A skipped matrix coordinate never equals the row or column that was actually deleted.
The unchanged tactic script uses 2 declared prerequisites and contains 31 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
lt_irrefl_expanded 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–5
02Separate the logical casesL6–7
03Establish heqiL8–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply lt irrefl expanded.
04Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hskip_right
05Establish hboundL18–22
06Establish heqiL23–31
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply lt irrefl expanded.
Original exact command ledger · 31 lines
- 0001
intro i - 0002
intro r - 0003
intro s - 0004
intro hskip - 0005
intro hequal - 0006
cases hskip - 0007
cases hskip_left - 0008
have heqi : i = r - 0009
trans s - 0010
symm - 0011
exact hskip_left_right - 0012
exact hequal - 0013
rewrite heqi at hskip_left_left - 0014
specialize lt_irrefl_expanded r - 0015
apply lt_irrefl_expanded - 0016
exact hskip_left_left - 0017
cases hskip_right - 0018
have hbound : exists gap. gap + S r = S i - 0019
specialize succ_le_succ r - 0020
specialize succ_le_succ i - 0021
apply succ_le_succ - 0022
exact hskip_right_left - 0023
have heqi : S i = r - 0024
trans s - 0025
symm - 0026
exact hskip_right_right - 0027
exact hequal - 0028
rewrite heqi at hbound - 0029
specialize lt_irrefl_expanded r - 0030
apply lt_irrefl_expanded - 0031
exact hbound
Separate complete second-wave branches: Full T13 proof · Alpha v27.