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
∀ P. ∀ n. ∀ x. ∀ a. ∀ g. IsGCD(g,P,n) → ModEq(g,x,a) → ∃ y. ModEq(P,y,x) ∧ ModEq(n,y,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 15 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.
01Fix variables and assumptionsL1–7
02Use earlier factsL8–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
specialize generalized_binary_crt_sufficient g - L9
specialize generalized_binary_crt_sufficient P - L10
specialize generalized_binary_crt_sufficient n - L11
specialize generalized_binary_crt_sufficient x - L12
specialize generalized_binary_crt_sufficient a - L13
apply generalized_binary_crt_sufficient - L14
exact hg - L15
exact hcompat
Original defined command ledger · 15 lines
- 0001
intro P - 0002
intro n - 0003
intro x - 0004
intro a - 0005
intro g - 0006
intro hg - 0007
intro hcompat - 0008
specialize generalized_binary_crt_sufficient g - 0009
specialize generalized_binary_crt_sufficient P - 0010
specialize generalized_binary_crt_sufficient n - 0011
specialize generalized_binary_crt_sufficient x - 0012
specialize generalized_binary_crt_sufficient a - 0013
apply generalized_binary_crt_sufficient - 0014
exact hg - 0015
exact hcompat