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 under successive-merge compatibility and in the pairwise-compatible dominating-last case. G011 is now closed in the separate Alpha-v27 generalized-crt branch for arbitrary pairwise-compatible finite lists, including noncoprime moduli. Full G011 proof · Alpha v27
Exact theorem in conservative defined notation
∀ r. ∀ s. ∀ b. ∀ c. ∀ l. CRTMergeCompatiblePrefix(r,s,b,c,l) → CRTPairwiseCompatiblePrefix(r,s,b,c,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 23 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 (2)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Establish hsolutionL12–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply crt merge compatible prefix solution exists.
- L12
have hsolution : ∃ x. CRTPrefixSolution(r,s,b,c,l,x)Definitions: CRTPrefixSolutionOriginal native command in the exact edition - L13
apply crt_merge_compatible_prefix_solution_exists - L14
exact hmerge
04Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
cases hsolution
05Use earlier factsL16–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
specialize crt_prefix_solution_implies_pairwise_compatible r - L17
specialize crt_prefix_solution_implies_pairwise_compatible s - L18
specialize crt_prefix_solution_implies_pairwise_compatible b - L19
specialize crt_prefix_solution_implies_pairwise_compatible c - L20
specialize crt_prefix_solution_implies_pairwise_compatible l - L21
specialize crt_prefix_solution_implies_pairwise_compatible x - L22
apply crt_prefix_solution_implies_pairwise_compatible - L23
exact hsolution_witness
Original defined command ledger · 23 lines
- 0001
intro r - 0002
intro s - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro hmerge - 0007
specialize crt_merge_compatible_prefix_solution_exists r - 0008
specialize crt_merge_compatible_prefix_solution_exists s - 0009
specialize crt_merge_compatible_prefix_solution_exists b - 0010
specialize crt_merge_compatible_prefix_solution_exists c - 0011
specialize crt_merge_compatible_prefix_solution_exists l - 0012
have hsolution : exists x. (forall gcrt_solution_index_gcomp_implies_actual_solution gcrt_solution_residue_gcomp_implies_actual_solution gcrt_solution_modulus_gcomp_implies_actual_solution. (exists ff_lt_gcrt_gcomp_implies_actual_solution_bound. ff_lt_gcrt_gcomp_implies_actual_solution_bound + S gcrt_solution_index_gcomp_implies_actual_solution = l) -> (((exists ff_h_gcrt_gcomp_implies_actual_solution_residue. ff_h_gcrt_gcomp_implies_actual_solution_residue + S (gcrt_solution_residue_gcomp_implies_actual_solution) = S ((S (gcrt_solution_index_gcomp_implies_actual_solution)) * s)) /\ exists ff_q_gcrt_gcomp_implies_actual_solution_residue. r = ff_q_gcrt_gcomp_implies_actual_solution_residue * S ((S (gcrt_solution_index_gcomp_implies_actual_solution)) * s) + (gcrt_solution_residue_gcomp_implies_actual_solution))) -> (((exists ff_h_gcrt_gcomp_implies_actual_solution_modulus. ff_h_gcrt_gcomp_implies_actual_solution_modulus + S (gcrt_solution_modulus_gcomp_implies_actual_solution) = S ((S (gcrt_solution_index_gcomp_implies_actual_solution)) * c)) /\ exists ff_q_gcrt_gcomp_implies_actual_solution_modulus. b = ff_q_gcrt_gcomp_implies_actual_solution_modulus * S ((S (gcrt_solution_index_gcomp_implies_actual_solution)) * c) + (gcrt_solution_modulus_gcomp_implies_actual_solution))) -> (exists hgcrt_mod_left_gcrt_gcomp_implies_actual_solution_congruence hgcrt_mod_right_gcrt_gcomp_implies_actual_solution_congruence. x + gcrt_solution_modulus_gcomp_implies_actual_solution * hgcrt_mod_left_gcrt_gcomp_implies_actual_solution_congruence = gcrt_solution_residue_gcomp_implies_actual_solution + gcrt_solution_modulus_gcomp_implies_actual_solution * hgcrt_mod_right_gcrt_gcomp_implies_actual_solution_congruence)) - 0013
apply crt_merge_compatible_prefix_solution_exists - 0014
exact hmerge - 0015
cases hsolution - 0016
specialize crt_prefix_solution_implies_pairwise_compatible r - 0017
specialize crt_prefix_solution_implies_pairwise_compatible s - 0018
specialize crt_prefix_solution_implies_pairwise_compatible b - 0019
specialize crt_prefix_solution_implies_pairwise_compatible c - 0020
specialize crt_prefix_solution_implies_pairwise_compatible l - 0021
specialize crt_prefix_solution_implies_pairwise_compatible x - 0022
apply crt_prefix_solution_implies_pairwise_compatible - 0023
exact hsolution_witness