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. CRTPairwiseCoprimePrefix(b,c,l) → (∃ y. ∃ z. Beta(y,z,0,1) ∧ (Beta(y,z,l,x) ∧ (∀ n. Lt(n,l) → ∃ m. ∃ k. ∃ i. Beta(b,c,n,m) ∧ (Beta(y,z,n,k) ∧ (Beta(y,z,S n,i) ∧ i = k · m))))) → CRTPrefixLCM(b,c,l,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 24 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–6
02Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
03Use earlier factsL8–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
04Fix variables and assumptionsL14–15
05Use earlier factsL16–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
specialize beta_pairwise_coprime_product_divides_common_multiple b - L17
specialize beta_pairwise_coprime_product_divides_common_multiple c - L18
specialize beta_pairwise_coprime_product_divides_common_multiple l - L19
specialize beta_pairwise_coprime_product_divides_common_multiple x - L20
specialize beta_pairwise_coprime_product_divides_common_multiple z - L21
apply beta_pairwise_coprime_product_divides_common_multiple - L22
exact hpairs - L23
exact hcommon - L24
exact hproduct
Original defined command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro x - 0005
intro hpairs - 0006
intro hproduct - 0007
split - 0008
specialize crt_prefix_product_common_multiple b - 0009
specialize crt_prefix_product_common_multiple c - 0010
specialize crt_prefix_product_common_multiple l - 0011
specialize crt_prefix_product_common_multiple x - 0012
apply crt_prefix_product_common_multiple - 0013
exact hproduct - 0014
intro z - 0015
intro hcommon - 0016
specialize beta_pairwise_coprime_product_divides_common_multiple b - 0017
specialize beta_pairwise_coprime_product_divides_common_multiple c - 0018
specialize beta_pairwise_coprime_product_divides_common_multiple l - 0019
specialize beta_pairwise_coprime_product_divides_common_multiple x - 0020
specialize beta_pairwise_coprime_product_divides_common_multiple z - 0021
apply beta_pairwise_coprime_product_divides_common_multiple - 0022
exact hpairs - 0023
exact hcommon - 0024
exact hproduct