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. ∀ n. ∀ L. ∀ ga. ∀ gb. ∀ g. a = 0 → Dvd(a,L) ∧ Dvd(b,L) ∧ (∀ x. Dvd(a,x) → Dvd(b,x) → Dvd(L,x)) → IsGCD(ga,a,n) → IsGCD(gb,b,n) → IsGCD(g,L,n) → Dvd(ga,g) ∧ Dvd(gb,g) ∧ (∀ x. Dvd(ga,x) → Dvd(gb,x) → Dvd(g,x))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 38 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–10
02Fix variables and assumptionsL11–12
03Establish hswapL13–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply is lcm symm.
04Use earlier factsL23–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
specialize crt_gcd_lcm_distributes_divisibility b - L24
specialize crt_gcd_lcm_distributes_divisibility a - L25
specialize crt_gcd_lcm_distributes_divisibility n - L26
specialize crt_gcd_lcm_distributes_divisibility L - L27
specialize crt_gcd_lcm_distributes_divisibility gb - L28
specialize crt_gcd_lcm_distributes_divisibility ga - L29
specialize crt_gcd_lcm_distributes_divisibility g - L30
apply crt_gcd_lcm_distributes_divisibility
05Construct an explicit witnessL31–31
Supply the displayed value, then prove that it has the required property.
- L31
exists 0
06Calculate and transport equalitiesL32–33
Original defined command ledger · 38 lines
- 0001
intro a - 0002
intro b - 0003
intro n - 0004
intro L - 0005
intro ga - 0006
intro gb - 0007
intro g - 0008
intro ha - 0009
intro hL - 0010
intro hga - 0011
intro hgb - 0012
intro hg - 0013
have hswap : Dvd(b,L) ∧ Dvd(a,L) ∧ (∀ x. Dvd(b,x) → Dvd(a,x) → Dvd(L,x)) - 0014
specialize is_lcm_symm L - 0015
specialize is_lcm_symm a - 0016
specialize is_lcm_symm b - 0017
apply is_lcm_symm - 0018
exact hL - 0019
specialize is_lcm_symm g - 0020
specialize is_lcm_symm gb - 0021
specialize is_lcm_symm ga - 0022
apply is_lcm_symm - 0023
specialize crt_gcd_lcm_distributes_divisibility b - 0024
specialize crt_gcd_lcm_distributes_divisibility a - 0025
specialize crt_gcd_lcm_distributes_divisibility n - 0026
specialize crt_gcd_lcm_distributes_divisibility L - 0027
specialize crt_gcd_lcm_distributes_divisibility gb - 0028
specialize crt_gcd_lcm_distributes_divisibility ga - 0029
specialize crt_gcd_lcm_distributes_divisibility g - 0030
apply crt_gcd_lcm_distributes_divisibility - 0031
exists 0 - 0032
rewrite ha - 0033
symm - 0034
apply PA5 - 0035
exact hswap - 0036
exact hgb - 0037
exact hga - 0038
exact hg