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
((~((1) = 0)) /\ (forall sfd_prime_one. (~((sfd_prime_one) = 1) /\ forall pvs_left_onedomain pvs_right_onedomain. (sfd_prime_one) = pvs_left_onedomain * pvs_right_onedomain -> pvs_left_onedomain = 1 \/ pvs_right_onedomain = 1) -> (exists pvs_le_gap_onebound. pvs_le_gap_onebound + (sfd_prime_one) = (1)) -> ~(exists pvs_factor_onesquare. (1) = (sfd_prime_one * sfd_prime_one) * pvs_factor_onesquare)))Constructive proof overview
Generated structural guide
The unit is squarefree under the exact positive, prime-square-free definition.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
divisor_one Stable theorem; checked-use authorized 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.
01Separate the logical casesL1–1
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L1
split
02Fix variables and assumptionsL2–2
Work with arbitrary variables or the premises of the current implication.
- L2
intro hz
03Use earlier factsL3–4
04Fix variables and assumptionsL5–8
05Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hp
06Use earlier factsL10–17
07Construct an explicit witnessL18–18
Supply the displayed value, then prove that it has the required property.
- L18
exists p
08Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
refl
Original exact command ledger · 19 lines
- 0001
split - 0002
intro hz - 0003
apply PA1 - 0004
exact hz - 0005
intro p - 0006
intro hp - 0007
intro hle - 0008
intro hdiv - 0009
cases hp - 0010
apply hp_left - 0011
specialize divisor_one (p) - 0012
apply divisor_one - 0013
specialize multiple_trans (p * p) - 0014
specialize multiple_trans (p) - 0015
specialize multiple_trans (1) - 0016
apply multiple_trans - 0017
exact hdiv - 0018
exists p - 0019
refl