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_fsri_prime frm_prime_right_fsri_prime. p = frm_prime_left_fsri_prime * frm_prime_right_fsri_prime -> frm_prime_left_fsri_prime = 1 \/ frm_prime_right_fsri_prime = 1)) -> ~(p = 2) -> exists a b k. a * a + b * b + 1 = p * kConstructive proof overview
Generated structural guide
Every prime other than two has an actual witnessed modular four-square seed with no intersection or coding premise.
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 FS004K four_square_odd_prime_modular_seedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This dependency-curried candidate body does not grant checked theorem use or 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
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_modular_seed p - 0011
specialize four_square_odd_prime_modular_seed x - 0012
apply four_square_odd_prime_modular_seed - 0013
exact hodd_witness - 0014
exact hprime