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
∀ g. ∀ a. ∀ b. ∀ q. ∀ r. EuclideanDivision(a,b,q,r) → IsGCD(g,b,r) → IsGCD(g,a,b)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 16 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–7
02Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hstep
03Use earlier factsL9–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 16 lines
- 0001
intro g - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
intro hg - 0008
cases hstep - 0009
specialize is_gcd_euclid_forward g - 0010
specialize is_gcd_euclid_forward a - 0011
specialize is_gcd_euclid_forward b - 0012
specialize is_gcd_euclid_forward q - 0013
specialize is_gcd_euclid_forward r - 0014
apply is_gcd_euclid_forward - 0015
exact hstep_left - 0016
exact hg