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
∀ b. ∀ c. ∀ l. ∀ x. ∀ m. CRTPairwiseCoprimePrefix(b,c,S l) → (∃ y. ∃ z. Beta(y,z,0,1) ∧ (Beta(y,z,l,x) ∧ (∀ n. Lt(n,l) → ∃ k. ∃ i. ∃ j. Beta(b,c,n,k) ∧ (Beta(y,z,n,i) ∧ (Beta(y,z,S n,j) ∧ j = i · k))))) → Beta(b,c,l,m) → Coprime(x,m)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 30 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–8
02Use earlier factsL9–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Fix variables and assumptionsL15–18
04Use earlier factsL19–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
specialize crt_pairwise_coprime_prefix_last b - L20
specialize crt_pairwise_coprime_prefix_last c - L21
specialize crt_pairwise_coprime_prefix_last l - L22
specialize crt_pairwise_coprime_prefix_last i - L23
specialize crt_pairwise_coprime_prefix_last n - L24
specialize crt_pairwise_coprime_prefix_last m - L25
apply crt_pairwise_coprime_prefix_last - L26
exact hpairs - L27
exact hi - L28
exact hn
Original defined command ledger · 30 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro x - 0005
intro m - 0006
intro hpairs - 0007
intro hproduct - 0008
intro hm - 0009
specialize beta_product_pointwise_coprime m - 0010
specialize beta_product_pointwise_coprime b - 0011
specialize beta_product_pointwise_coprime c - 0012
specialize beta_product_pointwise_coprime l - 0013
specialize beta_product_pointwise_coprime x - 0014
apply beta_product_pointwise_coprime - 0015
intro i - 0016
intro n - 0017
intro hi - 0018
intro hn - 0019
specialize crt_pairwise_coprime_prefix_last b - 0020
specialize crt_pairwise_coprime_prefix_last c - 0021
specialize crt_pairwise_coprime_prefix_last l - 0022
specialize crt_pairwise_coprime_prefix_last i - 0023
specialize crt_pairwise_coprime_prefix_last n - 0024
specialize crt_pairwise_coprime_prefix_last m - 0025
apply crt_pairwise_coprime_prefix_last - 0026
exact hpairs - 0027
exact hi - 0028
exact hn - 0029
exact hm - 0030
exact hproduct