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 q r Q t. ((a = b * q + r /\ (exists ff_lt_ec_first_division. ff_lt_ec_first_division + S r = b))) -> ((b = r * Q + t /\ (exists ff_lt_ec_second_division. ff_lt_ec_second_division + S t = r))) -> ~(Q = 0)Constructive proof overview
Generated structural guide
After one strict Euclidean decrease, the quotient of the next division cannot be zero.
The unchanged tactic script uses 3 declared prerequisites and contains 27 exact native proof lines.
Alpha v34 checked-use · first admitted v21 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
lt_trans Stable theorem; checked-use authorized lt_irrefl_expanded Stable theorem; checked-use authorized zero_add 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–8
02Separate the logical casesL9–10
03Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hzero
04Establish hbtL12–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply lt irrefl expanded.
05Use earlier factsL22–24
06Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
rewrite hbt at hfirst_right
Original exact command ledger · 27 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro Q - 0006
intro t - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hsecond - 0011
intro hzero - 0012
have hbt : b = t - 0013
trans (r * 0 + t) - 0014
rewrite hzero at hsecond_left - 0015
exact hsecond_left - 0016
simp - 0017
specialize zero_add t - 0018
exact zero_add - 0019
specialize lt_irrefl_expanded r - 0020
apply lt_irrefl_expanded - 0021
specialize lt_trans r - 0022
specialize lt_trans t - 0023
specialize lt_trans r - 0024
apply lt_trans - 0025
rewrite hbt at hfirst_right - 0026
exact hfirst_right - 0027
exact hsecond_right