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. ∀ y. ∀ i. ∀ a. ∀ m. CRTPrefixSolution(r,s,b,c,l,x) → CRTPrefixSolution(r,s,b,c,l,y) → Lt(i,l) → Beta(r,s,i,a) → Beta(b,c,i,m) → ModEq(m,x,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 38 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–15
03Use earlier factsL16–25
04Use earlier factsL26–35
Original defined command ledger · 38 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro x - 0007
intro y - 0008
intro i - 0009
intro a - 0010
intro m - 0011
intro hx - 0012
intro hy - 0013
intro hi - 0014
intro ha - 0015
intro hm - 0016
specialize mod_eq_trans m - 0017
specialize mod_eq_trans x - 0018
specialize mod_eq_trans a - 0019
specialize mod_eq_trans y - 0020
apply mod_eq_trans - 0021
specialize hx i - 0022
specialize hx a - 0023
specialize hx m - 0024
apply hx - 0025
exact hi - 0026
exact ha - 0027
exact hm - 0028
specialize mod_eq_symm m - 0029
specialize mod_eq_symm y - 0030
specialize mod_eq_symm a - 0031
apply mod_eq_symm - 0032
specialize hy i - 0033
specialize hy a - 0034
specialize hy m - 0035
apply hy - 0036
exact hi - 0037
exact ha - 0038
exact hm