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 R. ((a = b * q + r /\ (exists ff_lt_ec_first_division. ff_lt_ec_first_division + S r = b))) -> ((a = b * Q + R /\ (exists ff_lt_ec_other_division. ff_lt_ec_other_division + S R = b))) -> q = Q /\ r = RConstructive proof overview
Generated structural guide
Two exact bounded Euclidean divisions of the same inputs have identical quotients and remainders.
The unchanged tactic script uses 1 declared prerequisite and contains 21 exact native proof lines.
Alpha v34 checked-use · first admitted v21 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
division_remainder_unique 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
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize division_remainder_unique b - L12
specialize division_remainder_unique a - L13
specialize division_remainder_unique q - L14
specialize division_remainder_unique r - L15
specialize division_remainder_unique Q - L16
specialize division_remainder_unique R - L17
apply division_remainder_unique - L18
exact hfirst_left - L19
exact hfirst_right - L20
exact hsecond_left
04Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hsecond_right
Original exact command ledger · 21 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro Q - 0006
intro R - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hsecond - 0011
specialize division_remainder_unique b - 0012
specialize division_remainder_unique a - 0013
specialize division_remainder_unique q - 0014
specialize division_remainder_unique r - 0015
specialize division_remainder_unique Q - 0016
specialize division_remainder_unique R - 0017
apply division_remainder_unique - 0018
exact hfirst_left - 0019
exact hfirst_right - 0020
exact hsecond_left - 0021
exact hsecond_right