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. CRTPairwiseCoprimePrefix(b,c,l) → ∃ x. CRTPrefixLCM(b,c,l,x) ∧ (∀ y. CRTPrefixLCM(b,c,l,y) → y = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 34 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–4
02Use earlier factsL5–7
03Separate the logical casesL8–9
04Construct an explicit witnessL10–10
Supply the displayed value, then prove that it has the required property.
- L10
exists x
05Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
split
06Use earlier factsL12–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize crt_pairwise_coprime_prefix_product_is_lcm b - L13
specialize crt_pairwise_coprime_prefix_product_is_lcm c - L14
specialize crt_pairwise_coprime_prefix_product_is_lcm l - L15
specialize crt_pairwise_coprime_prefix_product_is_lcm x - L16
apply crt_pairwise_coprime_prefix_product_is_lcm - L17
exact hpairs - L18
exact beta_product_exists_unique_witness_left
07Fix variables and assumptionsL19–20
08Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
specialize crt_prefix_lcm_unique b - L22
specialize crt_prefix_lcm_unique c - L23
specialize crt_prefix_lcm_unique l - L24
specialize crt_prefix_lcm_unique y - L25
specialize crt_prefix_lcm_unique x - L26
apply crt_prefix_lcm_unique - L27
exact hy - L28
specialize crt_pairwise_coprime_prefix_product_is_lcm b - L29
specialize crt_pairwise_coprime_prefix_product_is_lcm c - L30
specialize crt_pairwise_coprime_prefix_product_is_lcm l
Original defined command ledger · 34 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro hpairs - 0005
specialize beta_product_exists_unique b - 0006
specialize beta_product_exists_unique c - 0007
specialize beta_product_exists_unique l - 0008
cases beta_product_exists_unique - 0009
cases beta_product_exists_unique_witness - 0010
exists x - 0011
split - 0012
specialize crt_pairwise_coprime_prefix_product_is_lcm b - 0013
specialize crt_pairwise_coprime_prefix_product_is_lcm c - 0014
specialize crt_pairwise_coprime_prefix_product_is_lcm l - 0015
specialize crt_pairwise_coprime_prefix_product_is_lcm x - 0016
apply crt_pairwise_coprime_prefix_product_is_lcm - 0017
exact hpairs - 0018
exact beta_product_exists_unique_witness_left - 0019
intro y - 0020
intro hy - 0021
specialize crt_prefix_lcm_unique b - 0022
specialize crt_prefix_lcm_unique c - 0023
specialize crt_prefix_lcm_unique l - 0024
specialize crt_prefix_lcm_unique y - 0025
specialize crt_prefix_lcm_unique x - 0026
apply crt_prefix_lcm_unique - 0027
exact hy - 0028
specialize crt_pairwise_coprime_prefix_product_is_lcm b - 0029
specialize crt_pairwise_coprime_prefix_product_is_lcm c - 0030
specialize crt_pairwise_coprime_prefix_product_is_lcm l - 0031
specialize crt_pairwise_coprime_prefix_product_is_lcm x - 0032
apply crt_pairwise_coprime_prefix_product_is_lcm - 0033
exact hpairs - 0034
exact beta_product_exists_unique_witness_left