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 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_other_after. b = G * hag_left_factor_egt_other_after) /\ (exists hag_right_factor_egt_other_after. r = G * hag_right_factor_egt_other_after)) /\ forall hag_divisor_egt_other_after. (exists hag_common_left_egt_other_after. b = hag_divisor_egt_other_after * hag_common_left_egt_other_after) -> (exists hag_common_right_egt_other_after. r = hag_divisor_egt_other_after * hag_common_right_egt_other_after) -> exists hag_greatest_factor_egt_other_after. G = hag_divisor_egt_other_after * hag_greatest_factor_egt_other_after)) -> g = GConstructive proof overview
Generated structural guide
Independently witnessed greatest common divisors before and after one exact Euclidean step are equal.
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
GT0006 euclidean_gcd_step_forward is_gcd_unique Stable theorem; checked-use authorizedDirect 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 (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
have htransport : IsGCD(G,a,b)Definitions: IsGCD - 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 exact 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