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. ∀ l. ∀ x. ∀ y. CRTPrefixLCM(b,c,l,x) → CRTPrefixLCM(b,c,l,y) → x = y
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 18 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–18
Original defined command ledger · 18 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro x - 0005
intro y - 0006
intro hx - 0007
intro hy - 0008
cases hx - 0009
cases hy - 0010
specialize multiple_antisymm x - 0011
specialize multiple_antisymm y - 0012
apply multiple_antisymm - 0013
specialize hx_right y - 0014
apply hx_right - 0015
exact hy_left - 0016
specialize hy_right x - 0017
apply hy_right - 0018
exact hx_left