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.
Exact expanded first-order arithmetic statement
forall a b n ga gb. (exists q. b = a * q) -> ((((exists hag_left_factor_gcomp_monotone_small. a = ga * hag_left_factor_gcomp_monotone_small) /\ (exists hag_right_factor_gcomp_monotone_small. n = ga * hag_right_factor_gcomp_monotone_small)) /\ forall hag_divisor_gcomp_monotone_small. (exists hag_common_left_gcomp_monotone_small. a = hag_divisor_gcomp_monotone_small * hag_common_left_gcomp_monotone_small) -> (exists hag_common_right_gcomp_monotone_small. n = hag_divisor_gcomp_monotone_small * hag_common_right_gcomp_monotone_small) -> exists hag_greatest_factor_gcomp_monotone_small. ga = hag_divisor_gcomp_monotone_small * hag_greatest_factor_gcomp_monotone_small)) -> ((((exists hag_left_factor_gcomp_monotone_large. b = gb * hag_left_factor_gcomp_monotone_large) /\ (exists hag_right_factor_gcomp_monotone_large. n = gb * hag_right_factor_gcomp_monotone_large)) /\ forall hag_divisor_gcomp_monotone_large. (exists hag_common_left_gcomp_monotone_large. b = hag_divisor_gcomp_monotone_large * hag_common_left_gcomp_monotone_large) -> (exists hag_common_right_gcomp_monotone_large. n = hag_divisor_gcomp_monotone_large * hag_common_right_gcomp_monotone_large) -> exists hag_greatest_factor_gcomp_monotone_large. gb = hag_divisor_gcomp_monotone_large * hag_greatest_factor_gcomp_monotone_large)) -> exists q. gb = ga * qConstructive proof overview
Generated structural guide
A divisibility relation between inputs transports monotonically to their relational gcd values with any fixed natural, including zero.
The unchanged tactic script uses 4 declared prerequisites and contains 29 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
is_gcd_dvd_left Stable theorem; checked-use authorized is_gcd_dvd_right Stable theorem; checked-use authorized multiple_trans Stable theorem; checked-use authorized is_gcd_greatest Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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
Separate complete second-wave branches: Full G011 proof · Alpha v27.