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
∀ d. ∀ a. ∀ b. ∀ q. ∀ r. a = b · q + r → IsGCD(d,b,r) → IsGCD(d,a,b)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
2 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall d a b q r. a = b * q + r -> (((exists x. b = d * x) /\ (exists y. r = d * y)) /\ forall c. (exists u. b = c * u) -> (exists v. r = c * v) -> exists w. d = c * w) -> (((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)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–7
02Separate the logical casesL8–11
03Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
rewrite hstep
04Use earlier factsL13–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
05Fix variables and assumptionsL21–23
06Use earlier factsL24–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 35 lines
- 0001
intro d - 0002
intro a - 0003
intro b - 0004
intro q - 0005
intro r - 0006
intro hstep - 0007
intro hg - 0008
cases hg - 0009
cases hg_left - 0010
split - 0011
split - 0012
rewrite hstep - 0013
specialize divides_linear_step d - 0014
specialize divides_linear_step b - 0015
specialize divides_linear_step q - 0016
specialize divides_linear_step r - 0017
apply divides_linear_step - 0018
exact hg_left_left - 0019
exact hg_left_right - 0020
exact hg_left_left - 0021
intro c - 0022
intro hca - 0023
intro hcb - 0024
specialize hg_right c - 0025
apply hg_right - 0026
exact hcb - 0027
specialize divides_remainder c - 0028
specialize divides_remainder a - 0029
specialize divides_remainder b - 0030
specialize divides_remainder q - 0031
specialize divides_remainder r - 0032
apply divides_remainder - 0033
exact hca - 0034
exact hcb - 0035
exact hstep