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 t. ((((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_other_before. ff_gap_mdm_lt_other_before + S (i) = (r)) /\ t = i) \/ ((exists ff_gap_mdm_le_other_after. ff_gap_mdm_le_other_after + (r) = (i)) /\ t = S i))) -> s = tConstructive proof overview
Generated structural guide
Deleting one coordinate induces a unique source coordinate, including both threshold branches.
The unchanged tactic script uses 1 declared prerequisite and contains 35 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
lt_not_le 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–10
03Calculate and transport equalitiesL11–11
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L11
trans i
04Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact hfirst_left_right
05Calculate and transport equalitiesL13–13
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L13
symm
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hsecond_left_right
07Separate the logical casesL15–16
08Use earlier factsL17–21
09Separate the logical casesL22–25
10Use earlier factsL26–30
11Separate the logical casesL31–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L31
cases hsecond_right
12Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
trans S i
13Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
exact hfirst_right_right
14Calculate and transport equalitiesL34–34
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L34
symm
15Use earlier factsL35–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L35
exact hsecond_right_right
Original exact command ledger · 35 lines
- 0001
intro i - 0002
intro r - 0003
intro s - 0004
intro t - 0005
intro hfirst - 0006
intro hsecond - 0007
cases hfirst - 0008
cases hfirst_left - 0009
cases hsecond - 0010
cases hsecond_left - 0011
trans i - 0012
exact hfirst_left_right - 0013
symm - 0014
exact hsecond_left_right - 0015
cases hsecond_right - 0016
exfalso - 0017
specialize lt_not_le i - 0018
specialize lt_not_le r - 0019
apply lt_not_le - 0020
exact hfirst_left_left - 0021
exact hsecond_right_left - 0022
cases hfirst_right - 0023
cases hsecond - 0024
cases hsecond_left - 0025
exfalso - 0026
specialize lt_not_le i - 0027
specialize lt_not_le r - 0028
apply lt_not_le - 0029
exact hsecond_left_left - 0030
exact hfirst_right_left - 0031
cases hsecond_right - 0032
trans S i - 0033
exact hfirst_right_right - 0034
symm - 0035
exact hsecond_right_right
Separate complete second-wave branches: Full T13 proof · Alpha v27.