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. (CRTPairwiseCompatiblePrefix(r,s,b,c,l) → ∃ x. CRTPrefixSolution(r,s,b,c,l,x)) ∧ ((∃ x. CRTPrefixSolution(r,s,b,c,l,x)) → CRTPairwiseCompatiblePrefix(r,s,b,c,l))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
split
03Fix variables and assumptionsL7–7
Work with arbitrary variables or the premises of the current implication.
- L7
intro hp
04Use earlier factsL8–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
specialize crt_pairwise_compatible_prefix_solution_exists r - L9
specialize crt_pairwise_compatible_prefix_solution_exists s - L10
specialize crt_pairwise_compatible_prefix_solution_exists b - L11
specialize crt_pairwise_compatible_prefix_solution_exists c - L12
specialize crt_pairwise_compatible_prefix_solution_exists l - L13
apply crt_pairwise_compatible_prefix_solution_exists - L14
exact hp
05Fix variables and assumptionsL15–15
Work with arbitrary variables or the premises of the current implication.
- L15
intro hs
06Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hs
07Use earlier factsL17–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
specialize crt_prefix_solution_implies_pairwise_compatible r - L18
specialize crt_prefix_solution_implies_pairwise_compatible s - L19
specialize crt_prefix_solution_implies_pairwise_compatible b - L20
specialize crt_prefix_solution_implies_pairwise_compatible c - L21
specialize crt_prefix_solution_implies_pairwise_compatible l - L22
specialize crt_prefix_solution_implies_pairwise_compatible x - L23
apply crt_prefix_solution_implies_pairwise_compatible - L24
exact hs_witness
Original defined command ledger · 24 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
split - 0007
intro hp - 0008
specialize crt_pairwise_compatible_prefix_solution_exists r - 0009
specialize crt_pairwise_compatible_prefix_solution_exists s - 0010
specialize crt_pairwise_compatible_prefix_solution_exists b - 0011
specialize crt_pairwise_compatible_prefix_solution_exists c - 0012
specialize crt_pairwise_compatible_prefix_solution_exists l - 0013
apply crt_pairwise_compatible_prefix_solution_exists - 0014
exact hp - 0015
intro hs - 0016
cases hs - 0017
specialize crt_prefix_solution_implies_pairwise_compatible r - 0018
specialize crt_prefix_solution_implies_pairwise_compatible s - 0019
specialize crt_prefix_solution_implies_pairwise_compatible b - 0020
specialize crt_prefix_solution_implies_pairwise_compatible c - 0021
specialize crt_prefix_solution_implies_pairwise_compatible l - 0022
specialize crt_prefix_solution_implies_pairwise_compatible x - 0023
apply crt_prefix_solution_implies_pairwise_compatible - 0024
exact hs_witness