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.
Statement with defined notation
∀ a. ∀ b. ∃ d. IsGCD(d,a,b) ∧ (∃ x. ∃ y. ∃ z. ∃ n. a · x + b · y = d + (a · z + b · n))Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
1 occurrences
In local proof propositions
2 occurrences
Exact expanded native-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) /\ exists xp yp xn yn. a * xp + b * yp = d + (a * xn + b * yn))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic 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 (2)
01Fix variables and assumptionsL1–2
02Use earlier factsL3–4
03Establish hbbL5–6
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le refl.
04Establish hallL7–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gcd balanced bezout exists up to.
- L7
have hall : ∀ z. ∃ d. IsGCD(d,z,b) ∧ (∃ x. ∃ y. ∃ n. ∃ m. z · x + b · y = d + (z · n + b · m))Definitions: IsGCD(d,z,b)Original native command in the exact edition - L8
apply gcd_balanced_bezout_exists_up_to - L9
exact hbb - L10
specialize hall a - L11
exact hall
Original defined command ledger · 11 lines
- 0001
intro a - 0002
intro b - 0003
specialize gcd_balanced_bezout_exists_up_to b - 0004
specialize gcd_balanced_bezout_exists_up_to b - 0005
have hbb : Le(b,b)Exact native replay line
have hbb : exists t. t + b = b - 0006
apply le_refl - 0007
have hall : ∀ z. ∃ d. IsGCD(d,z,b) ∧ (∃ x. ∃ y. ∃ n. ∃ m. z · x + b · y = d + (z · n + b · m))Exact native replay line
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) /\ exists xp yp xn yn. z * xp + b * yp = d + (z * xn + b * yn)) - 0008
apply gcd_balanced_bezout_exists_up_to - 0009
exact hbb - 0010
specialize hall a - 0011
exact hall