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_ptmf_prime frm_prime_right_ptmf_prime. p = frm_prime_left_ptmf_prime * frm_prime_right_ptmf_prime -> frm_prime_left_ptmf_prime = 1 \/ frm_prime_right_ptmf_prime = 1)) -> (p = 2 \/ exists k. p = 4 * k + 1) -> (exists ff_residue_ptmf_prime. (p) = 4 * ff_residue_ptmf_prime + 3) -> falseConstructive proof overview
Generated structural guide
A prime equal to two or one modulo four cannot also be three modulo four.
The unchanged tactic script uses 2 declared prerequisites and contains 11 exact native proof lines.
Alpha v34 checked-use · first admitted v23 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
prime_two_or_one_mod_four_is_sum_of_two_squares Alpha theorem; checked-use authorized TF0009 three_mod_four_progression_not_two_squareDirect 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–4
02Use earlier factsL5–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 11 lines
- 0001
intro p - 0002
intro hprime - 0003
intro hgood - 0004
intro hthree - 0005
specialize three_mod_four_progression_not_two_square p - 0006
apply three_mod_four_progression_not_two_square - 0007
exact hthree - 0008
specialize prime_two_or_one_mod_four_is_sum_of_two_squares p - 0009
apply prime_two_or_one_mod_four_is_sum_of_two_squares - 0010
exact hprime - 0011
exact hgood