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
∀ r. ∀ s. ∀ b. ∀ c. ∀ l. ∀ x. CRTPrefixSolution(r,s,b,c,S l,x) → CRTPrefixSolution(r,s,b,c,l,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 23 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–10
02Fix variables and assumptionsL11–13
03Use earlier factsL14–23
Original defined command ledger · 23 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro x - 0007
intro hsolution - 0008
intro i - 0009
intro a - 0010
intro m - 0011
intro hi - 0012
intro ha - 0013
intro hm - 0014
specialize hsolution i - 0015
specialize hsolution a - 0016
specialize hsolution m - 0017
apply hsolution - 0018
specialize le_succ (S i) - 0019
specialize le_succ l - 0020
apply le_succ - 0021
exact hi - 0022
exact ha - 0023
exact hm