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.
G101 was OPEN when this family was first admitted in Alpha v21. It is now CLOSED in Alpha v23: the actual anchored Euclidean history, terminal gcd, and exact bound steps≤2*BitLen(b)+1 are proved.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∀ q. ∀ r. ∀ Q. ∀ R. EuclideanDivision(a,b,q,r) → EuclideanDivision(a,b,Q,R) → q = Q ∧ r = R
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 21 lines are the exact independently kernel-checked original script.
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 defined 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