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 n a b. (((~((n) = 0)) /\ (forall sfd_prime_coprime_square_sf. (~((sfd_prime_coprime_square_sf) = 1) /\ forall pvs_left_coprime_square_sfdomain pvs_right_coprime_square_sfdomain. (sfd_prime_coprime_square_sf) = pvs_left_coprime_square_sfdomain * pvs_right_coprime_square_sfdomain -> pvs_left_coprime_square_sfdomain = 1 \/ pvs_right_coprime_square_sfdomain = 1) -> (exists pvs_le_gap_coprime_square_sfbound. pvs_le_gap_coprime_square_sfbound + (sfd_prime_coprime_square_sf) = (n)) -> ~(exists pvs_factor_coprime_square_sfsquare. (n) = (sfd_prime_coprime_square_sf * sfd_prime_coprime_square_sf) * pvs_factor_coprime_square_sfsquare)))) -> (forall sfd_common_divisor_coprime_square_pair. (exists pvs_factor_coprime_square_pairleft. (a) = (sfd_common_divisor_coprime_square_pair) * pvs_factor_coprime_square_pairleft) -> (exists pvs_factor_coprime_square_pairright. (b) = (sfd_common_divisor_coprime_square_pair) * pvs_factor_coprime_square_pairright) -> sfd_common_divisor_coprime_square_pair = 1) -> (exists pvs_factor_coprime_square_divisor. (n * (b * b)) = (a * a) * pvs_factor_coprime_square_divisor) -> a = 1Constructive proof overview
Generated structural guide
Coprime cancellation turns a squared divisor of n times another square into a squared divisor of the squarefree n itself.
The unchanged tactic script uses 4 declared prerequisites and contains 23 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
SK0004 squarefree_squared_divisor_is_one gauss_coprime_cancel Stable theorem; checked-use authorized SK0005 coprime_squared_pair mul_comm 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.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize squarefree_squared_divisor_is_one (n) - L8
specialize squarefree_squared_divisor_is_one (a) - L9
apply squarefree_squared_divisor_is_one - L10
exact hsf - L11
specialize gauss_coprime_cancel (a * a) - L12
specialize gauss_coprime_cancel (b * b) - L13
specialize gauss_coprime_cancel (n) - L14
apply gauss_coprime_cancel - L15
specialize coprime_squared_pair (a) - L16
specialize coprime_squared_pair (b)
03Use earlier factsL17–18
04Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hdiv
05Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
06Calculate and transport equalitiesL21–21
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L21
trans n * (b * b)
Original exact command ledger · 23 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro hsf - 0005
intro hcop - 0006
intro hdiv - 0007
specialize squarefree_squared_divisor_is_one (n) - 0008
specialize squarefree_squared_divisor_is_one (a) - 0009
apply squarefree_squared_divisor_is_one - 0010
exact hsf - 0011
specialize gauss_coprime_cancel (a * a) - 0012
specialize gauss_coprime_cancel (b * b) - 0013
specialize gauss_coprime_cancel (n) - 0014
apply gauss_coprime_cancel - 0015
specialize coprime_squared_pair (a) - 0016
specialize coprime_squared_pair (b) - 0017
apply coprime_squared_pair - 0018
exact hcop - 0019
cases hdiv - 0020
exists x - 0021
trans n * (b * b) - 0022
apply mul_comm - 0023
exact hdiv_witness