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. ∀ M. ∀ x. ∀ y. CRTCanonicalPrefixSolution(r,s,b,c,l,x,M) → CRTCanonicalPrefixSolution(r,s,b,c,l,y,M) → y = x
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 32 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.
Named ingredients (1)
01Fix variables and assumptionsL1–10
02Separate the logical casesL11–14
03Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize mod_eq_bounded_unique M - L16
specialize mod_eq_bounded_unique y - L17
specialize mod_eq_bounded_unique x - L18
apply mod_eq_bounded_unique - L19
exact hy_right_left - L20
exact hx_right_left - L21
specialize crt_prefix_solutions_congruent_lcm r - L22
specialize crt_prefix_solutions_congruent_lcm s - L23
specialize crt_prefix_solutions_congruent_lcm b - L24
specialize crt_prefix_solutions_congruent_lcm c
04Use earlier factsL25–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
specialize crt_prefix_solutions_congruent_lcm l - L26
specialize crt_prefix_solutions_congruent_lcm M - L27
specialize crt_prefix_solutions_congruent_lcm y - L28
specialize crt_prefix_solutions_congruent_lcm x - L29
apply crt_prefix_solutions_congruent_lcm - L30
exact hx_left - L31
exact hy_right_right - L32
exact hx_right_right
Original defined command ledger · 32 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 hy - 0011
cases hx - 0012
cases hx_right - 0013
cases hy - 0014
cases hy_right - 0015
specialize mod_eq_bounded_unique M - 0016
specialize mod_eq_bounded_unique y - 0017
specialize mod_eq_bounded_unique x - 0018
apply mod_eq_bounded_unique - 0019
exact hy_right_left - 0020
exact hx_right_left - 0021
specialize crt_prefix_solutions_congruent_lcm r - 0022
specialize crt_prefix_solutions_congruent_lcm s - 0023
specialize crt_prefix_solutions_congruent_lcm b - 0024
specialize crt_prefix_solutions_congruent_lcm c - 0025
specialize crt_prefix_solutions_congruent_lcm l - 0026
specialize crt_prefix_solutions_congruent_lcm M - 0027
specialize crt_prefix_solutions_congruent_lcm y - 0028
specialize crt_prefix_solutions_congruent_lcm x - 0029
apply crt_prefix_solutions_congruent_lcm - 0030
exact hx_left - 0031
exact hy_right_right - 0032
exact hx_right_right