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. EuclideanDivision(a,b,q,r) → ¬r = 0 → ∃ x. ∃ y. EuclideanDivision(b,r,x,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 10 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.
Named ingredients (1)
01Fix variables and assumptionsL1–6
Original defined command ledger · 10 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro hfirst - 0006
intro hr - 0007
specialize euclidean_division_step_exists b - 0008
specialize euclidean_division_step_exists r - 0009
apply euclidean_division_step_exists - 0010
exact hr