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) → (CRTPrefixSolution(r,s,b,c,l,y) → ModEq(M,y,x)) ∧ (ModEq(M,y,x) → CRTPrefixSolution(r,s,b,c,l,y))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 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–9
02Separate the logical casesL10–11
03Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize crt_prefix_solution_class_iff_lcm r - L13
specialize crt_prefix_solution_class_iff_lcm s - L14
specialize crt_prefix_solution_class_iff_lcm b - L15
specialize crt_prefix_solution_class_iff_lcm c - L16
specialize crt_prefix_solution_class_iff_lcm l - L17
specialize crt_prefix_solution_class_iff_lcm M - L18
specialize crt_prefix_solution_class_iff_lcm x - L19
specialize crt_prefix_solution_class_iff_lcm y - L20
apply crt_prefix_solution_class_iff_lcm - L21
exact hx_left
04Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hx_right_right
Original defined command ledger · 22 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
cases hx - 0011
cases hx_right - 0012
specialize crt_prefix_solution_class_iff_lcm r - 0013
specialize crt_prefix_solution_class_iff_lcm s - 0014
specialize crt_prefix_solution_class_iff_lcm b - 0015
specialize crt_prefix_solution_class_iff_lcm c - 0016
specialize crt_prefix_solution_class_iff_lcm l - 0017
specialize crt_prefix_solution_class_iff_lcm M - 0018
specialize crt_prefix_solution_class_iff_lcm x - 0019
specialize crt_prefix_solution_class_iff_lcm y - 0020
apply crt_prefix_solution_class_iff_lcm - 0021
exact hx_left - 0022
exact hx_right_right