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. CRTPositiveModuliPrefix(b,c,l) → CRTPairwiseCompatiblePrefix(r,s,b,c,l) → ∃ x. ∃ y. CRTPrefixLCM(b,c,l,y) ∧ (Lt(x,y) ∧ CRTPrefixSolution(r,s,b,c,l,x)) ∧ (∀ z. CRTPrefixLCM(b,c,l,y) ∧ (Lt(z,y) ∧ CRTPrefixSolution(r,s,b,c,l,z)) → z = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 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.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Use earlier factsL8–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
specialize crt_merge_compatible_prefix_canonical_exists_unique r - L9
specialize crt_merge_compatible_prefix_canonical_exists_unique s - L10
specialize crt_merge_compatible_prefix_canonical_exists_unique b - L11
specialize crt_merge_compatible_prefix_canonical_exists_unique c - L12
specialize crt_merge_compatible_prefix_canonical_exists_unique l - L13
apply crt_merge_compatible_prefix_canonical_exists_unique - L14
exact hpositive - L15
specialize crt_pairwise_compatible_prefix_implies_merge_compatible r - L16
specialize crt_pairwise_compatible_prefix_implies_merge_compatible s - L17
specialize crt_pairwise_compatible_prefix_implies_merge_compatible b
03Use earlier factsL18–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 21 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro hpositive - 0007
intro hp - 0008
specialize crt_merge_compatible_prefix_canonical_exists_unique r - 0009
specialize crt_merge_compatible_prefix_canonical_exists_unique s - 0010
specialize crt_merge_compatible_prefix_canonical_exists_unique b - 0011
specialize crt_merge_compatible_prefix_canonical_exists_unique c - 0012
specialize crt_merge_compatible_prefix_canonical_exists_unique l - 0013
apply crt_merge_compatible_prefix_canonical_exists_unique - 0014
exact hpositive - 0015
specialize crt_pairwise_compatible_prefix_implies_merge_compatible r - 0016
specialize crt_pairwise_compatible_prefix_implies_merge_compatible s - 0017
specialize crt_pairwise_compatible_prefix_implies_merge_compatible b - 0018
specialize crt_pairwise_compatible_prefix_implies_merge_compatible c - 0019
specialize crt_pairwise_compatible_prefix_implies_merge_compatible l - 0020
apply crt_pairwise_compatible_prefix_implies_merge_compatible - 0021
exact hp