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.
All finite lists are included, even the empty list and zero moduli. A positive LCM gives x<M; at zero LCM congruence is exact equality and normalization deliberately does not require the impossible x<0.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∀ g. ¬b = 0 → IsGCD(g,a,b) → ¬g = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 17 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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 (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 defined 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