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)) ∧ (EuclideanCommonDivisor(d,b,r) → EuclideanCommonDivisor(d,a,b))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 25 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 (2)
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
03Fix variables and assumptionsL8–8
Work with arbitrary variables or the premises of the current implication.
- L8
intro hcommon
04Use earlier factsL9–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
specialize euclidean_common_divisor_forward d - L10
specialize euclidean_common_divisor_forward a - L11
specialize euclidean_common_divisor_forward b - L12
specialize euclidean_common_divisor_forward q - L13
specialize euclidean_common_divisor_forward r - L14
apply euclidean_common_divisor_forward - L15
exact hstep - L16
exact hcommon
05Fix variables and assumptionsL17–17
Work with arbitrary variables or the premises of the current implication.
- L17
intro hcommon
06Use earlier factsL18–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
specialize euclidean_common_divisor_backward d - L19
specialize euclidean_common_divisor_backward a - L20
specialize euclidean_common_divisor_backward b - L21
specialize euclidean_common_divisor_backward q - L22
specialize euclidean_common_divisor_backward r - L23
apply euclidean_common_divisor_backward - L24
exact hstep - L25
exact hcommon
Original defined command ledger · 25 lines
- 0001
intro d - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
split - 0008
intro hcommon - 0009
specialize euclidean_common_divisor_forward d - 0010
specialize euclidean_common_divisor_forward a - 0011
specialize euclidean_common_divisor_forward b - 0012
specialize euclidean_common_divisor_forward q - 0013
specialize euclidean_common_divisor_forward r - 0014
apply euclidean_common_divisor_forward - 0015
exact hstep - 0016
exact hcommon - 0017
intro hcommon - 0018
specialize euclidean_common_divisor_backward d - 0019
specialize euclidean_common_divisor_backward a - 0020
specialize euclidean_common_divisor_backward b - 0021
specialize euclidean_common_divisor_backward q - 0022
specialize euclidean_common_divisor_backward r - 0023
apply euclidean_common_divisor_backward - 0024
exact hstep - 0025
exact hcommon