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. ~(n = 0) -> (((~((n) = 0)) /\ (forall sfd_prime_decision_squarefree. (~((sfd_prime_decision_squarefree) = 1) /\ forall pvs_left_decision_squarefreedomain pvs_right_decision_squarefreedomain. (sfd_prime_decision_squarefree) = pvs_left_decision_squarefreedomain * pvs_right_decision_squarefreedomain -> pvs_left_decision_squarefreedomain = 1 \/ pvs_right_decision_squarefreedomain = 1) -> (exists pvs_le_gap_decision_squarefreebound. pvs_le_gap_decision_squarefreebound + (sfd_prime_decision_squarefree) = (n)) -> ~(exists pvs_factor_decision_squarefreesquare. (n) = (sfd_prime_decision_squarefree * sfd_prime_decision_squarefree) * pvs_factor_decision_squarefreesquare)))) \/ exists p. (~((p) = 1) /\ forall pvs_left_decision_prime pvs_right_decision_prime. (p) = pvs_left_decision_prime * pvs_right_decision_prime -> pvs_left_decision_prime = 1 \/ pvs_right_decision_prime = 1) /\ (exists pvs_factor_decision_divisor. (n) = (p * p) * pvs_factor_decision_divisor)Constructive proof overview
Generated structural guide
Every positive input is squarefree or has a constructed actual prime-square divisor; no excluded-middle or factoring oracle is assumed.
The unchanged tactic script uses 2 declared prerequisites and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
SK0009 bounded_prime_square_divisor_search succ_le_succ 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 (1)
01Fix variables and assumptionsL1–2
02Establish hsearchL3–6
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply bounded prime square divisor search.
03Separate the logical casesL7–9
04Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact hn
05Fix variables and assumptionsL11–14
06Use earlier factsL15–22
07Separate the logical casesL23–26
08Construct an explicit witnessL27–27
Supply the displayed value, then prove that it has the required property.
- L27
exists x
09Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
split
Original exact command ledger · 30 lines
- 0001
intro n - 0002
intro hn - 0003
have hsearch : (forall sfd_search_prime_decision_absent. (exists pvs_gap_decision_absentbound. pvs_gap_decision_absentbound + S (sfd_search_prime_decision_absent) = (S n)) -> (~((sfd_search_prime_decision_absent) = 1) /\ forall pvs_left_decision_absentdomain pvs_right_decision_absentdomain. (sfd_search_prime_decision_absent) = pvs_left_decision_absentdomain * pvs_right_decision_absentdomain -> pvs_left_decision_absentdomain = 1 \/ pvs_right_decision_absentdomain = 1) -> ~(exists pvs_factor_decision_absentsquare. (n) = (sfd_search_prime_decision_absent * sfd_search_prime_decision_absent) * pvs_factor_decision_absentsquare)) \/ exists p. (((exists pvs_gap_decision_presentbound. pvs_gap_decision_presentbound + S (p) = (S n)) /\ (((~((p) = 1) /\ forall pvs_left_decision_presentprime pvs_right_decision_presentprime. (p) = pvs_left_decision_presentprime * pvs_right_decision_presentprime -> pvs_left_decision_presentprime = 1 \/ pvs_right_decision_presentprime = 1) /\ (exists pvs_factor_decision_presentsquare. (n) = (p * p) * pvs_factor_decision_presentsquare))))) - 0004
specialize bounded_prime_square_divisor_search (S n) - 0005
specialize bounded_prime_square_divisor_search (n) - 0006
apply bounded_prime_square_divisor_search - 0007
cases hsearch - 0008
left - 0009
split - 0010
exact hn - 0011
intro p - 0012
intro hp - 0013
intro hle - 0014
intro hdiv - 0015
specialize hsearch_left (p) - 0016
apply hsearch_left - 0017
specialize succ_le_succ (p) - 0018
specialize succ_le_succ (n) - 0019
apply succ_le_succ - 0020
exact hle - 0021
exact hp - 0022
exact hdiv - 0023
right - 0024
cases hsearch_right - 0025
cases hsearch_right_witness - 0026
cases hsearch_right_witness_right - 0027
exists x - 0028
split - 0029
exact hsearch_right_witness_right_left - 0030
exact hsearch_right_witness_right_right