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. ∀ G. ∀ a. ∀ b. ∀ q. ∀ r. EuclideanDivision(a,b,q,r) → IsGCD(g,a,b) → IsGCD(G,b,r) → g = G
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 (1)
01Fix variables and assumptionsL1–9
02Establish htransportL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply euclidean gcd step forward.
- L10
- L11
specialize euclidean_gcd_step_forward G - L12
specialize euclidean_gcd_step_forward a - L13
specialize euclidean_gcd_step_forward b - L14
specialize euclidean_gcd_step_forward q - L15
specialize euclidean_gcd_step_forward r - L16
apply euclidean_gcd_step_forward - L17
exact hstep - L18
exact hG - L19
specialize is_gcd_unique g
Original defined command ledger · 25 lines
- 0001
intro g - 0002
intro G - 0003
intro a - 0004
intro b - 0005
intro q - 0006
intro r - 0007
intro hstep - 0008
intro hg - 0009
intro hG - 0010
have htransport : (((exists hag_left_factor_egt_transport_other. a = G * hag_left_factor_egt_transport_other) /\ (exists hag_right_factor_egt_transport_other. b = G * hag_right_factor_egt_transport_other)) /\ forall hag_divisor_egt_transport_other. (exists hag_common_left_egt_transport_other. a = hag_divisor_egt_transport_other * hag_common_left_egt_transport_other) -> (exists hag_common_right_egt_transport_other. b = hag_divisor_egt_transport_other * hag_common_right_egt_transport_other) -> exists hag_greatest_factor_egt_transport_other. G = hag_divisor_egt_transport_other * hag_greatest_factor_egt_transport_other) - 0011
specialize euclidean_gcd_step_forward G - 0012
specialize euclidean_gcd_step_forward a - 0013
specialize euclidean_gcd_step_forward b - 0014
specialize euclidean_gcd_step_forward q - 0015
specialize euclidean_gcd_step_forward r - 0016
apply euclidean_gcd_step_forward - 0017
exact hstep - 0018
exact hG - 0019
specialize is_gcd_unique g - 0020
specialize is_gcd_unique G - 0021
specialize is_gcd_unique a - 0022
specialize is_gcd_unique b - 0023
apply is_gcd_unique - 0024
exact hg - 0025
exact htransport