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 at this family's Alpha-v22 first admission: its complete anchored trace and actual terminal gcd were proved but its logarithmic bound was not. G101 is now CLOSED in Alpha v23, including the exact first-order bound steps≤2*BitLen(b)+1.
Exact theorem in conservative defined notation
∀ d. ∀ a. ∀ b. ∀ q. ∀ r. EuclideanDivision(a,b,q,r) → Dvd(d,a) → Dvd(d,b) → Dvd(d,r)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 18 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–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hstep
03Use earlier factsL10–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 18 lines
- 0001
intro d - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
intro ha - 0008
intro hb - 0009
cases hstep - 0010
specialize divides_remainder d - 0011
specialize divides_remainder a - 0012
specialize divides_remainder b - 0013
specialize divides_remainder q - 0014
specialize divides_remainder r - 0015
apply divides_remainder - 0016
exact ha - 0017
exact hb - 0018
exact hstep_left