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 a b g. ~(b = 0) -> ((((exists ec_gcd_left_gfull_nonzero_right. a = g * ec_gcd_left_gfull_nonzero_right) /\ (exists ec_gcd_right_gfull_nonzero_right. b = g * ec_gcd_right_gfull_nonzero_right)) /\ forall ec_gcd_common_gfull_nonzero_right. (exists ec_gcd_common_left_gfull_nonzero_right. a = ec_gcd_common_gfull_nonzero_right * ec_gcd_common_left_gfull_nonzero_right) -> (exists ec_gcd_common_right_gfull_nonzero_right. b = ec_gcd_common_gfull_nonzero_right * ec_gcd_common_right_gfull_nonzero_right) -> exists ec_gcd_greatest_gfull_nonzero_right. g = ec_gcd_common_gfull_nonzero_right * ec_gcd_greatest_gfull_nonzero_right)) -> ~(g = 0)Constructive proof overview
Generated structural guide
A gcd of a nonzero right input is nonzero, including a zero left input.
The unchanged tactic script uses 2 declared prerequisites and contains 17 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
FC0002 crt_gcd_nonzero_left is_gcd_symm 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–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hz
Original exact command ledger · 17 lines
- 0001
intro a - 0002
intro b - 0003
intro g - 0004
intro hb - 0005
intro hg - 0006
intro hz - 0007
specialize crt_gcd_nonzero_left b - 0008
specialize crt_gcd_nonzero_left a - 0009
specialize crt_gcd_nonzero_left g - 0010
apply crt_gcd_nonzero_left - 0011
exact hb - 0012
specialize is_gcd_symm g - 0013
specialize is_gcd_symm a - 0014
specialize is_gcd_symm b - 0015
apply is_gcd_symm - 0016
exact hg - 0017
exact hz