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 PA statement
forall a b. exists d. (((exists x. a = d * x) /\ (exists y. b = d * y)) /\ forall c. (exists u. a = c * u) -> (exists v. b = c * v) -> exists w. d = c * w)Structural proof guide
Every pair of naturals has a relational greatest common divisor.
Direct prerequisites: le_refl, gcd_exists_up_to. The authored body proceeds by intermediate claims (2).
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing 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–2
02Use earlier factsL3–4
03Establish hbbL5–6
04Establish hallL7–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gcd exists up to.
Original exact command ledger · 11 lines
- 0001
intro a - 0002
intro b - 0003
specialize gcd_exists_up_to b - 0004
specialize gcd_exists_up_to b - 0005
have hbb : exists t. t + b = b - 0006
apply le_refl - 0007
have hall : forall z. exists d. (((exists x. z = d * x) /\ (exists y. b = d * y)) /\ forall c. (exists u. z = c * u) -> (exists v. b = c * v) -> exists w. d = c * w) - 0008
apply gcd_exists_up_to - 0009
exact hbb - 0010
specialize hall a - 0011
exact hall