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 d e. (forall frp_divisor_gcomp_divisor_source. (exists frp_left_factor_gcomp_divisor_source. a = frp_divisor_gcomp_divisor_source * frp_left_factor_gcomp_divisor_source) -> (exists frp_right_factor_gcomp_divisor_source. b = frp_divisor_gcomp_divisor_source * frp_right_factor_gcomp_divisor_source) -> frp_divisor_gcomp_divisor_source = 1) -> (exists u. a = d * u) -> (exists v. b = e * v) -> (forall frp_divisor_gcomp_divisor_result. (exists frp_left_factor_gcomp_divisor_result. d = frp_divisor_gcomp_divisor_result * frp_left_factor_gcomp_divisor_result) -> (exists frp_right_factor_gcomp_divisor_result. e = frp_divisor_gcomp_divisor_result * frp_right_factor_gcomp_divisor_result) -> frp_divisor_gcomp_divisor_result = 1)Constructive proof overview
Generated structural guide
Any divisors of two coprime naturals are themselves constructively coprime.
The unchanged tactic script uses 1 declared prerequisite and contains 24 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
multiple_trans 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–10
02Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 24 lines
- 0001
intro a - 0002
intro b - 0003
intro d - 0004
intro e - 0005
intro hcoprime - 0006
intro hd - 0007
intro he - 0008
intro k - 0009
intro hkd - 0010
intro hke - 0011
specialize hcoprime k - 0012
apply hcoprime - 0013
specialize multiple_trans d - 0014
specialize multiple_trans k - 0015
specialize multiple_trans a - 0016
apply multiple_trans - 0017
exact hd - 0018
exact hkd - 0019
specialize multiple_trans e - 0020
specialize multiple_trans k - 0021
specialize multiple_trans b - 0022
apply multiple_trans - 0023
exact he - 0024
exact hke
Separate complete second-wave branches: Full G011 proof · Alpha v27.