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 expanded first-order arithmetic statement
forall m n d a b. ~(m=0) -> ~(n=0) -> (forall sfd_common_divisor_cdp_bounds_coprime. (exists pvs_factor_cdp_bounds_coprimeleft. (m) = (sfd_common_divisor_cdp_bounds_coprime) * pvs_factor_cdp_bounds_coprimeleft) -> (exists pvs_factor_cdp_bounds_coprimeright. (n) = (sfd_common_divisor_cdp_bounds_coprime) * pvs_factor_cdp_bounds_coprimeright) -> sfd_common_divisor_cdp_bounds_coprime = 1) -> (((~((a)=0)) /\ (((~((b)=0)) /\ (((exists pvs_factor_cdp_bounds_pairleft. (m) = (a) * pvs_factor_cdp_bounds_pairleft) /\ (((exists pvs_factor_cdp_bounds_pairright. (n) = (b) * pvs_factor_cdp_bounds_pairright) /\ ((d)=(a)*(b)))))))))) -> (((exists pvs_le_gap_cdp_bounds_resultleft. pvs_le_gap_cdp_bounds_resultleft + (a) = (m)) /\ (((exists pvs_le_gap_cdp_bounds_resultright. pvs_le_gap_cdp_bounds_resultright + (b) = (n)) /\ (forall sfd_common_divisor_cdp_bounds_resultcoprime. (exists pvs_factor_cdp_bounds_resultcoprimeleft. (a) = (sfd_common_divisor_cdp_bounds_resultcoprime) * pvs_factor_cdp_bounds_resultcoprimeleft) -> (exists pvs_factor_cdp_bounds_resultcoprimeright. (b) = (sfd_common_divisor_cdp_bounds_resultcoprime) * pvs_factor_cdp_bounds_resultcoprimeright) -> sfd_common_divisor_cdp_bounds_resultcoprime = 1)))))Constructive proof overview
Generated structural guide
For positive inputs each coordinate lies in its actual divisor window, and the coordinates are coprime.
The unchanged tactic script uses 2 declared prerequisites and contains 33 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
divisor_le_nonzero Stable theorem; checked-use authorized crt_coprime_divisor_pair Alpha 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–9
02Separate the logical casesL10–14
03Use earlier factsL15–19
04Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
05Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
specialize divisor_le_nonzero (b) - L22
specialize divisor_le_nonzero (n) - L23
apply divisor_le_nonzero - L24
exact hn - L25
exact hp_right_right_right_left - L26
specialize crt_coprime_divisor_pair (m) - L27
specialize crt_coprime_divisor_pair (n) - L28
specialize crt_coprime_divisor_pair (a) - L29
specialize crt_coprime_divisor_pair (b) - L30
apply crt_coprime_divisor_pair
Original exact command ledger · 33 lines
- 0001
intro m - 0002
intro n - 0003
intro d - 0004
intro a - 0005
intro b - 0006
intro hm - 0007
intro hn - 0008
intro hc - 0009
intro hp - 0010
cases hp - 0011
cases hp_right - 0012
cases hp_right_right - 0013
cases hp_right_right_right - 0014
split - 0015
specialize divisor_le_nonzero (a) - 0016
specialize divisor_le_nonzero (m) - 0017
apply divisor_le_nonzero - 0018
exact hm - 0019
exact hp_right_right_left - 0020
split - 0021
specialize divisor_le_nonzero (b) - 0022
specialize divisor_le_nonzero (n) - 0023
apply divisor_le_nonzero - 0024
exact hn - 0025
exact hp_right_right_right_left - 0026
specialize crt_coprime_divisor_pair (m) - 0027
specialize crt_coprime_divisor_pair (n) - 0028
specialize crt_coprime_divisor_pair (a) - 0029
specialize crt_coprime_divisor_pair (b) - 0030
apply crt_coprime_divisor_pair - 0031
exact hc - 0032
exact hp_right_right_left - 0033
exact hp_right_right_right_left