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.
Statement with defined notation
∀ p. Prime(p) → ¬p = 2 → ∃ x. ∃ y. Dvd(p,x · x + y · y + 1)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order 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 * kProof neighborhood
Direct theorem prerequisites
FS004K four_square_odd_prime_modular_seedDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime ne two is odd.
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hodd
Original defined command ledger · 14 lines
- 0001
intro p - 0002
intro hprime - 0003
intro hnot_two - 0004
have hodd : Odd(p)Exact native replay line
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