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.
Exact expanded first-order arithmetic statement
forall g a b q r. ((a = b * q + r /\ (exists ff_lt_ec_egt_step_division. ff_lt_ec_egt_step_division + S r = b))) -> ((((((exists hag_left_factor_egt_before. a = g * hag_left_factor_egt_before) /\ (exists hag_right_factor_egt_before. b = g * hag_right_factor_egt_before)) /\ forall hag_divisor_egt_before. (exists hag_common_left_egt_before. a = hag_divisor_egt_before * hag_common_left_egt_before) -> (exists hag_common_right_egt_before. b = hag_divisor_egt_before * hag_common_right_egt_before) -> exists hag_greatest_factor_egt_before. g = hag_divisor_egt_before * hag_greatest_factor_egt_before)) -> ((((exists hag_left_factor_egt_after. b = g * hag_left_factor_egt_after) /\ (exists hag_right_factor_egt_after. r = g * hag_right_factor_egt_after)) /\ forall hag_divisor_egt_after. (exists hag_common_left_egt_after. b = hag_divisor_egt_after * hag_common_left_egt_after) -> (exists hag_common_right_egt_after. r = hag_divisor_egt_after * hag_common_right_egt_after) -> exists hag_greatest_factor_egt_after. g = hag_divisor_egt_after * hag_greatest_factor_egt_after))) /\ (((((exists hag_left_factor_egt_after. b = g * hag_left_factor_egt_after) /\ (exists hag_right_factor_egt_after. r = g * hag_right_factor_egt_after)) /\ forall hag_divisor_egt_after. (exists hag_common_left_egt_after. b = hag_divisor_egt_after * hag_common_left_egt_after) -> (exists hag_common_right_egt_after. r = hag_divisor_egt_after * hag_common_right_egt_after) -> exists hag_greatest_factor_egt_after. g = hag_divisor_egt_after * hag_greatest_factor_egt_after)) -> ((((exists hag_left_factor_egt_before. a = g * hag_left_factor_egt_before) /\ (exists hag_right_factor_egt_before. b = g * hag_right_factor_egt_before)) /\ forall hag_divisor_egt_before. (exists hag_common_left_egt_before. a = hag_divisor_egt_before * hag_common_left_egt_before) -> (exists hag_common_right_egt_before. b = hag_divisor_egt_before * hag_common_right_egt_before) -> exists hag_greatest_factor_egt_before. g = hag_divisor_egt_before * hag_greatest_factor_egt_before))))Constructive proof overview
Generated structural guide
The full greatest-common-divisor specification is constructively equivalent before and after each exact Euclidean division.
The unchanged tactic script uses 2 declared prerequisites and contains 25 exact native proof lines.
Alpha v34 checked-use · first admitted v22 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 hg
04Use earlier factsL9–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
05Fix variables and assumptionsL17–17
Work with arbitrary variables or the premises of the current implication.
- L17
intro hg
06Use earlier factsL18–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 25 lines
- 0001
intro g - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
split - 0008
intro hg - 0009
specialize euclidean_gcd_step_backward g - 0010
specialize euclidean_gcd_step_backward a - 0011
specialize euclidean_gcd_step_backward b - 0012
specialize euclidean_gcd_step_backward q - 0013
specialize euclidean_gcd_step_backward r - 0014
apply euclidean_gcd_step_backward - 0015
exact hstep - 0016
exact hg - 0017
intro hg - 0018
specialize euclidean_gcd_step_forward g - 0019
specialize euclidean_gcd_step_forward a - 0020
specialize euclidean_gcd_step_forward b - 0021
specialize euclidean_gcd_step_forward q - 0022
specialize euclidean_gcd_step_forward r - 0023
apply euclidean_gcd_step_forward - 0024
exact hstep - 0025
exact hg