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 p h. p = 2 * h + 1 -> ((~(p = 1) /\ forall frm_prime_left_fsbs_prime frm_prime_right_fsbs_prime. p = frm_prime_left_fsbs_prime * frm_prime_right_fsbs_prime -> frm_prime_left_fsbs_prime = 1 \/ frm_prime_right_fsbs_prime = 1)) -> (exists fsbs_le_gap_positive_half. fsbs_le_gap_positive_half + (1) = (h))Constructive proof overview
Generated structural guide
The half h of an odd prime p=2h+1 is constructively at least one.
The unchanged tactic script uses 1 declared prerequisite and contains 19 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
nonzero_is_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.
01Fix variables and assumptionsL1–4
02Establish hnonzeroL5–6
03Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
cases hprime
04Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
apply hprime_left
05Calculate and transport equalitiesL9–11
06Establish hsuccessorL12–15
07Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hsuccessor
08Construct an explicit witnessL17–17
Supply the displayed value, then prove that it has the required property.
- L17
exists x
Original exact command ledger · 19 lines
- 0001
intro p - 0002
intro h - 0003
intro hodd - 0004
intro hprime - 0005
have hnonzero : ~(h = 0) - 0006
intro hzero - 0007
cases hprime - 0008
apply hprime_left - 0009
rewrite hodd - 0010
rewrite hzero - 0011
norm_num - 0012
have hsuccessor : exists t. h = S t - 0013
specialize nonzero_is_succ h - 0014
apply nonzero_is_succ - 0015
exact hnonzero - 0016
cases hsuccessor - 0017
exists x - 0018
rewrite hsuccessor_witness - 0019
simp