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. ((~(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)) -> ~(p = 2) -> (exists fsbs_a_non_two_bounded fsbs_b_non_two_bounded fsbs_k_non_two_bounded. ((fsbs_a_non_two_bounded * fsbs_a_non_two_bounded + fsbs_b_non_two_bounded * fsbs_b_non_two_bounded + 1 = p * fsbs_k_non_two_bounded) /\ (exists fsbs_lt_gap_non_two_bounded_multiplier. fsbs_lt_gap_non_two_bounded_multiplier + S (fsbs_k_non_two_bounded) = (p))))Constructive proof overview
Generated structural guide
Every prime other than two has a strictly prime-bounded constructive modular four-square seed.
The unchanged tactic script uses 2 declared prerequisites and contains 14 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
Proof neighborhood
Direct dependencies
prime_ne_two_is_odd Stable theorem; checked-use authorized FS000N four_square_odd_prime_bounded_modular_seedDirect 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–3
02Establish hoddL4–8
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hodd
04Use earlier factsL10–14
Original exact command ledger · 14 lines
- 0001
intro p - 0002
intro hprime - 0003
intro hnot_two - 0004
have hodd : exists h. p = 2 * h + 1 - 0005
specialize prime_ne_two_is_odd p - 0006
apply prime_ne_two_is_odd - 0007
exact hprime - 0008
exact hnot_two - 0009
cases hodd - 0010
specialize four_square_odd_prime_bounded_modular_seed p - 0011
specialize four_square_odd_prime_bounded_modular_seed x - 0012
apply four_square_odd_prime_bounded_modular_seed - 0013
exact hodd_witness - 0014
exact hprime