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. ¬a = 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 20 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.
01Fix variables and assumptionsL1–5
02Establish hdivL6–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply is gcd dvd left.
03Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hdiv
04Fix variables and assumptionsL13–13
Work with arbitrary variables or the premises of the current implication.
- L13
intro hz
Original defined command ledger · 20 lines
- 0001
intro a - 0002
intro b - 0003
intro g - 0004
intro ha - 0005
intro hg - 0006
have hdiv : Dvd(g,a) - 0007
specialize is_gcd_dvd_left g - 0008
specialize is_gcd_dvd_left a - 0009
specialize is_gcd_dvd_left b - 0010
apply is_gcd_dvd_left - 0011
exact hg - 0012
cases hdiv - 0013
intro hz - 0014
specialize factor_nonzero_left a - 0015
specialize factor_nonzero_left g - 0016
specialize factor_nonzero_left x - 0017
apply factor_nonzero_left - 0018
exact ha - 0019
exact hdiv_witness - 0020
exact hz