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) → EuclideanCommonDivisor(d,a,b) → EuclideanCommonDivisor(d,b,r)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 19 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact hcommon_right - L11
specialize euclidean_divisor_remainder_transport d - L12
specialize euclidean_divisor_remainder_transport a - L13
specialize euclidean_divisor_remainder_transport b - L14
specialize euclidean_divisor_remainder_transport q - L15
specialize euclidean_divisor_remainder_transport r - L16
apply euclidean_divisor_remainder_transport - L17
exact hstep - L18
exact hcommon_left - L19
exact hcommon_right
Original defined command ledger · 19 lines
- 0001
intro d - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
intro hcommon - 0008
cases hcommon - 0009
split - 0010
exact hcommon_right - 0011
specialize euclidean_divisor_remainder_transport d - 0012
specialize euclidean_divisor_remainder_transport a - 0013
specialize euclidean_divisor_remainder_transport b - 0014
specialize euclidean_divisor_remainder_transport q - 0015
specialize euclidean_divisor_remainder_transport r - 0016
apply euclidean_divisor_remainder_transport - 0017
exact hstep - 0018
exact hcommon_left - 0019
exact hcommon_right