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.
Historical partial components only: this chapter proves canonical solutions for finite positive pairwise-coprime systems and exact LCM solution classes. G011 is now closed in the separate Alpha-v27 generalized-crt branch for arbitrary pairwise-compatible systems, including noncoprime moduli. Full G011 proof · Alpha v27
Exact theorem in conservative defined notation
∀ b. ∀ c. CRTPrefixLCM(b,c,0,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 19 lines are the exact independently kernel-checked original 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–2
02Separate the logical casesL3–3
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L3
split
03Fix variables and assumptionsL4–7
04Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
exfalso
05Establish hbadL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le zero.
06Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact one_multiple
Original defined command ledger · 19 lines
- 0001
intro b - 0002
intro c - 0003
split - 0004
intro i - 0005
intro m - 0006
intro hi - 0007
intro hm - 0008
exfalso - 0009
have hbad : S i = 0 - 0010
specialize le_zero (S i) - 0011
apply le_zero - 0012
exact hi - 0013
specialize succ_ne_zero i - 0014
apply succ_ne_zero - 0015
exact hbad - 0016
intro z - 0017
intro hz - 0018
specialize one_multiple z - 0019
exact one_multiple