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 d a b q r. ((a = b * q + r /\ (exists ff_lt_ec_egt_step_division. ff_lt_ec_egt_step_division + S r = b))) -> (exists egt_factor_db. b = d * egt_factor_db) -> (exists egt_factor_dr. r = d * egt_factor_dr) -> (exists egt_factor_da. a = d * egt_factor_da)Constructive proof overview
Generated structural guide
Every witnessed common divisor of divisor and remainder also divides the exact Euclidean dividend.
The unchanged tactic script uses 1 declared prerequisite and contains 17 exact native proof lines.
Alpha v34 checked-use · first admitted v22 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
divides_linear_step 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–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hstep
03Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
rewrite hstep_left
Original exact command ledger · 17 lines
- 0001
intro d - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
intro hb - 0008
intro hr - 0009
cases hstep - 0010
rewrite hstep_left - 0011
specialize divides_linear_step d - 0012
specialize divides_linear_step b - 0013
specialize divides_linear_step q - 0014
specialize divides_linear_step r - 0015
apply divides_linear_step - 0016
exact hb - 0017
exact hr