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
∀ a. ∀ b. ∀ n. ∀ ga. ∀ gb. Dvd(a,b) → IsGCD(ga,a,n) → IsGCD(gb,b,n) → Dvd(ga,gb)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 29 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–8
02Use earlier factsL9–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Use earlier factsL19–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
04Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact hga
Original defined command ledger · 29 lines
- 0001
intro a - 0002
intro b - 0003
intro n - 0004
intro ga - 0005
intro gb - 0006
intro hab - 0007
intro hga - 0008
intro hgb - 0009
specialize is_gcd_greatest gb - 0010
specialize is_gcd_greatest b - 0011
specialize is_gcd_greatest n - 0012
specialize is_gcd_greatest ga - 0013
apply is_gcd_greatest - 0014
exact hgb - 0015
specialize multiple_trans a - 0016
specialize multiple_trans ga - 0017
specialize multiple_trans b - 0018
apply multiple_trans - 0019
exact hab - 0020
specialize is_gcd_dvd_left ga - 0021
specialize is_gcd_dvd_left a - 0022
specialize is_gcd_dvd_left n - 0023
apply is_gcd_dvd_left - 0024
exact hga - 0025
specialize is_gcd_dvd_right ga - 0026
specialize is_gcd_dvd_right a - 0027
specialize is_gcd_dvd_right n - 0028
apply is_gcd_dvd_right - 0029
exact hga