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 q. (exists ftsc_four_three_ftsp_bad_distinct. (p) = 4 * ftsc_four_three_ftsp_bad_distinct + 3) -> (exists ftsc_first_ftsp_good_prime ftsc_second_ftsp_good_prime. (q) = ftsc_first_ftsp_good_prime * ftsc_first_ftsp_good_prime + ftsc_second_ftsp_good_prime * ftsc_second_ftsp_good_prime) -> ~(p = q)Constructive proof overview
Generated structural guide
A number congruent to three modulo four cannot equal any explicitly represented two-square number.
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
Proof neighborhood
Direct dependencies
Direct 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–5
02Separate the logical casesL6–8
03Use earlier factsL9–11
04Construct an explicit witnessL12–12
Supply the displayed value, then prove that it has the required property.
- L12
exists x
05Calculate and transport equalitiesL13–14
06Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact hrepresented_witness_witness
07Calculate and transport equalitiesL16–17
Original exact command ledger · 19 lines
- 0001
intro p - 0002
intro q - 0003
intro hthree - 0004
intro hrepresented - 0005
intro hequal - 0006
cases hthree - 0007
cases hrepresented - 0008
cases hrepresented_witness - 0009
specialize sum_two_squares_not_four_mod_three x1 - 0010
specialize sum_two_squares_not_four_mod_three x2 - 0011
apply sum_two_squares_not_four_mod_three - 0012
exists x - 0013
trans q - 0014
symm - 0015
exact hrepresented_witness_witness - 0016
trans p - 0017
symm - 0018
exact hequal - 0019
exact hthree_witness