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 P n x a g. ((((exists hag_left_factor_gcomp_binary_merge_gcd. P = g * hag_left_factor_gcomp_binary_merge_gcd) /\ (exists hag_right_factor_gcomp_binary_merge_gcd. n = g * hag_right_factor_gcomp_binary_merge_gcd)) /\ forall hag_divisor_gcomp_binary_merge_gcd. (exists hag_common_left_gcomp_binary_merge_gcd. P = hag_divisor_gcomp_binary_merge_gcd * hag_common_left_gcomp_binary_merge_gcd) -> (exists hag_common_right_gcomp_binary_merge_gcd. n = hag_divisor_gcomp_binary_merge_gcd * hag_common_right_gcomp_binary_merge_gcd) -> exists hag_greatest_factor_gcomp_binary_merge_gcd. g = hag_divisor_gcomp_binary_merge_gcd * hag_greatest_factor_gcomp_binary_merge_gcd)) -> (exists hgcrt_mod_left_gcrt_gcomp_binary_merge_compatible hgcrt_mod_right_gcrt_gcomp_binary_merge_compatible. x + g * hgcrt_mod_left_gcrt_gcomp_binary_merge_compatible = a + g * hgcrt_mod_right_gcrt_gcomp_binary_merge_compatible) -> exists z. (((exists hgcrt_mod_left_gcrt_gcomp_binary_merge_left hgcrt_mod_right_gcrt_gcomp_binary_merge_left. z + P * hgcrt_mod_left_gcrt_gcomp_binary_merge_left = x + P * hgcrt_mod_right_gcrt_gcomp_binary_merge_left) /\ (exists hgcrt_mod_left_gcrt_gcomp_binary_merge_right hgcrt_mod_right_gcrt_gcomp_binary_merge_right. z + n * hgcrt_mod_left_gcrt_gcomp_binary_merge_right = a + n * hgcrt_mod_right_gcrt_gcomp_binary_merge_right)))Constructive proof overview
Generated structural guide
Exact gcd compatibility merges two arbitrary natural moduli, including zero, without any coprimality assumption.
The unchanged tactic script uses 1 declared prerequisite and contains 15 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
generalized_binary_crt_sufficient 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–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 exact 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
Separate complete second-wave branches: Full G011 proof · Alpha v27.