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. ~(m=0) -> ~(n=0) -> ~(d=0) -> (forall sfd_common_divisor_cdp_bounded_coprime. (exists pvs_factor_cdp_bounded_coprimeleft. (m) = (sfd_common_divisor_cdp_bounded_coprime) * pvs_factor_cdp_bounded_coprimeleft) -> (exists pvs_factor_cdp_bounded_coprimeright. (n) = (sfd_common_divisor_cdp_bounded_coprime) * pvs_factor_cdp_bounded_coprimeright) -> sfd_common_divisor_cdp_bounded_coprime = 1) -> (exists pvs_factor_cdp_bounded_divisor. (m*n) = (d) * pvs_factor_cdp_bounded_divisor) -> exists a b. (((((~((a)=0)) /\ (((~((b)=0)) /\ (((exists pvs_factor_cdp_bounded_exists_pairleft. (m) = (a) * pvs_factor_cdp_bounded_exists_pairleft) /\ (((exists pvs_factor_cdp_bounded_exists_pairright. (n) = (b) * pvs_factor_cdp_bounded_exists_pairright) /\ ((d)=(a)*(b)))))))))) /\ (((((exists pvs_le_gap_cdp_bounded_exists_boundsleft. pvs_le_gap_cdp_bounded_exists_boundsleft + (a) = (m)) /\ (((exists pvs_le_gap_cdp_bounded_exists_boundsright. pvs_le_gap_cdp_bounded_exists_boundsright + (b) = (n)) /\ (forall sfd_common_divisor_cdp_bounded_exists_boundscoprime. (exists pvs_factor_cdp_bounded_exists_boundscoprimeleft. (a) = (sfd_common_divisor_cdp_bounded_exists_boundscoprime) * pvs_factor_cdp_bounded_exists_boundscoprimeleft) -> (exists pvs_factor_cdp_bounded_exists_boundscoprimeright. (b) = (sfd_common_divisor_cdp_bounded_exists_boundscoprime) * pvs_factor_cdp_bounded_exists_boundscoprimeright) -> sfd_common_divisor_cdp_bounded_exists_boundscoprime = 1))))) /\ (forall c e. (((~((c)=0)) /\ (((~((e)=0)) /\ (((exists pvs_factor_cdp_bounded_exists_uniqueleft. (m) = (c) * pvs_factor_cdp_bounded_exists_uniqueleft) /\ (((exists pvs_factor_cdp_bounded_exists_uniqueright. (n) = (e) * pvs_factor_cdp_bounded_exists_uniqueright) /\ ((d)=(c)*(e)))))))))) -> ((a=c) /\ (b=e)))))))Constructive proof overview
Generated structural guide
Every positive divisor of a positive coprime product has exactly one bounded positive divisor pair.
The unchanged tactic script uses 3 declared prerequisites and contains 47 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
MX000F coprime_divisor_factor_pair_exists MX0010 coprime_divisor_factor_pair_bounds MX000E coprime_divisor_factor_pair_uniqueDirect 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.
Named ingredients (3)
01Fix variables and assumptionsL1–8
02Establish hpL9–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime divisor factor pair exists.
- L9
have hp : exists a b. (((~((a)=0)) /\ (((~((b)=0)) /\ (((exists pvs_factor_cdp_bounded_constructleft. (m) = (a) * pvs_factor_cdp_bounded_constructleft) /\ (((exists pvs_factor_cdp_bounded_constructright. (n) = (b) * pvs_factor_cdp_bounded_constructright) /\ ((d)=(a)*(b)))))))))) - L10
specialize coprime_divisor_factor_pair_exists (m) - L11
specialize coprime_divisor_factor_pair_exists (n) - L12
specialize coprime_divisor_factor_pair_exists (d) - L13
apply coprime_divisor_factor_pair_exists - L14
exact hd - L15
exact hc - L16
exact hdiv
03Separate the logical casesL17–18
04Construct an explicit witnessL19–20
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
06Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hp_witness_witness
07Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
08Use earlier factsL24–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
specialize coprime_divisor_factor_pair_bounds (m) - L25
specialize coprime_divisor_factor_pair_bounds (n) - L26
specialize coprime_divisor_factor_pair_bounds (d) - L27
specialize coprime_divisor_factor_pair_bounds (x) - L28
specialize coprime_divisor_factor_pair_bounds (x1) - L29
apply coprime_divisor_factor_pair_bounds - L30
exact hm - L31
exact hn - L32
exact hc - L33
exact hp_witness_witness
09Fix variables and assumptionsL34–36
10Use earlier factsL37–46
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
specialize coprime_divisor_factor_pair_unique (m) - L38
specialize coprime_divisor_factor_pair_unique (n) - L39
specialize coprime_divisor_factor_pair_unique (d) - L40
specialize coprime_divisor_factor_pair_unique (x) - L41
specialize coprime_divisor_factor_pair_unique (x1) - L42
specialize coprime_divisor_factor_pair_unique (c) - L43
specialize coprime_divisor_factor_pair_unique (e) - L44
apply coprime_divisor_factor_pair_unique - L45
exact hc - L46
exact hp_witness_witness
11Use earlier factsL47–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L47
exact hq
Original exact command ledger · 47 lines
- 0001
intro m - 0002
intro n - 0003
intro d - 0004
intro hm - 0005
intro hn - 0006
intro hd - 0007
intro hc - 0008
intro hdiv - 0009
have hp : exists a b. (((~((a)=0)) /\ (((~((b)=0)) /\ (((exists pvs_factor_cdp_bounded_constructleft. (m) = (a) * pvs_factor_cdp_bounded_constructleft) /\ (((exists pvs_factor_cdp_bounded_constructright. (n) = (b) * pvs_factor_cdp_bounded_constructright) /\ ((d)=(a)*(b)))))))))) - 0010
specialize coprime_divisor_factor_pair_exists (m) - 0011
specialize coprime_divisor_factor_pair_exists (n) - 0012
specialize coprime_divisor_factor_pair_exists (d) - 0013
apply coprime_divisor_factor_pair_exists - 0014
exact hd - 0015
exact hc - 0016
exact hdiv - 0017
cases hp - 0018
cases hp_witness - 0019
exists x - 0020
exists x1 - 0021
split - 0022
exact hp_witness_witness - 0023
split - 0024
specialize coprime_divisor_factor_pair_bounds (m) - 0025
specialize coprime_divisor_factor_pair_bounds (n) - 0026
specialize coprime_divisor_factor_pair_bounds (d) - 0027
specialize coprime_divisor_factor_pair_bounds (x) - 0028
specialize coprime_divisor_factor_pair_bounds (x1) - 0029
apply coprime_divisor_factor_pair_bounds - 0030
exact hm - 0031
exact hn - 0032
exact hc - 0033
exact hp_witness_witness - 0034
intro c - 0035
intro e - 0036
intro hq - 0037
specialize coprime_divisor_factor_pair_unique (m) - 0038
specialize coprime_divisor_factor_pair_unique (n) - 0039
specialize coprime_divisor_factor_pair_unique (d) - 0040
specialize coprime_divisor_factor_pair_unique (x) - 0041
specialize coprime_divisor_factor_pair_unique (x1) - 0042
specialize coprime_divisor_factor_pair_unique (c) - 0043
specialize coprime_divisor_factor_pair_unique (e) - 0044
apply coprime_divisor_factor_pair_unique - 0045
exact hc - 0046
exact hp_witness_witness - 0047
exact hq