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
∀ r. ∀ s. ∀ b. ∀ c. ∀ l. ∀ M. ∀ x. ∀ y. CRTNormalizedPrefixSolution(r,s,b,c,l,x,M) → M = 0 → CRTPrefixSolution(r,s,b,c,l,y) → y = x
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 26 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–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hy
03Separate the logical casesL12–13
04Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize crt_prefix_zero_lcm_solution_unique r - L15
specialize crt_prefix_zero_lcm_solution_unique s - L16
specialize crt_prefix_zero_lcm_solution_unique b - L17
specialize crt_prefix_zero_lcm_solution_unique c - L18
specialize crt_prefix_zero_lcm_solution_unique l - L19
specialize crt_prefix_zero_lcm_solution_unique M - L20
specialize crt_prefix_zero_lcm_solution_unique x - L21
specialize crt_prefix_zero_lcm_solution_unique y - L22
apply crt_prefix_zero_lcm_solution_unique - L23
exact hx_left
Original defined command ledger · 26 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro M - 0007
intro x - 0008
intro y - 0009
intro hx - 0010
intro hzero - 0011
intro hy - 0012
cases hx - 0013
cases hx_right - 0014
specialize crt_prefix_zero_lcm_solution_unique r - 0015
specialize crt_prefix_zero_lcm_solution_unique s - 0016
specialize crt_prefix_zero_lcm_solution_unique b - 0017
specialize crt_prefix_zero_lcm_solution_unique c - 0018
specialize crt_prefix_zero_lcm_solution_unique l - 0019
specialize crt_prefix_zero_lcm_solution_unique M - 0020
specialize crt_prefix_zero_lcm_solution_unique x - 0021
specialize crt_prefix_zero_lcm_solution_unique y - 0022
apply crt_prefix_zero_lcm_solution_unique - 0023
exact hx_left - 0024
exact hzero - 0025
exact hx_right_right - 0026
exact hy