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 a b. ((~(p = 1) /\ forall frm_prime_left_ftsv_prime frm_prime_right_ftsv_prime. p = frm_prime_left_ftsv_prime * frm_prime_right_ftsv_prime -> frm_prime_left_ftsv_prime = 1 \/ frm_prime_right_ftsv_prime = 1)) -> (exists ftsc_four_three_ftsv_prime. (p) = 4 * ftsc_four_three_ftsv_prime + 3) -> ~(a * a + b * b = 0) -> (exists ftcn_factor_ftsv_norm_divides. (a * a + b * b) = (p) * ftcn_factor_ftsv_norm_divides) -> (exists ftsv_first_nonzero ftsv_second_nonzero. ((a = p * ftsv_first_nonzero) /\ ((b = p * ftsv_second_nonzero) /\ (((a * a + b * b = (p * p) * (ftsv_first_nonzero * ftsv_first_nonzero + ftsv_second_nonzero * ftsv_second_nonzero)) /\ ~((ftsv_first_nonzero * ftsv_first_nonzero + ftsv_second_nonzero * ftsv_second_nonzero) = 0))))))Constructive proof overview
Generated structural guide
On the explicit nonzero domain, a three-modulo-four prime square extracts with a nonzero represented quotient.
The unchanged tactic script uses 1 declared prerequisite and contains 32 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–7
02Establish hextractionL8–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply three mod four prime two square norm extracts squared factor.
- L8
have hextraction : exists ftsv_first_extracted ftsv_second_extracted. ((a = p * ftsv_first_extracted) /\ ((b = p * ftsv_second_extracted) /\ (a * a + b * b = (p * p) * (ftsv_first_extracted * ftsv_first_extracted + ftsv_second_extracted * ftsv_second_extracted)))) - L9
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor p - L10
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor a - L11
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor b - L12
apply three_mod_four_prime_two_square_norm_extracts_squared_factor - L13
exact hprime - L14
exact hthree - L15
exact hnorm
03Separate the logical casesL16–19
04Construct an explicit witnessL20–21
05Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
split
06Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact hextraction_witness_witness_left
07Separate the logical casesL24–24
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L24
split
08Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
exact hextraction_witness_witness_right_left
09Separate the logical casesL26–26
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L26
split
10Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hextraction_witness_witness_right_right
11Fix variables and assumptionsL28–28
Work with arbitrary variables or the premises of the current implication.
- L28
intro hquotient_zero
12Calculate and transport equalitiesL29–30
Original exact command ledger · 32 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro hprime - 0005
intro hthree - 0006
intro hnonzero - 0007
intro hnorm - 0008
have hextraction : exists ftsv_first_extracted ftsv_second_extracted. ((a = p * ftsv_first_extracted) /\ ((b = p * ftsv_second_extracted) /\ (a * a + b * b = (p * p) * (ftsv_first_extracted * ftsv_first_extracted + ftsv_second_extracted * ftsv_second_extracted)))) - 0009
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor p - 0010
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor a - 0011
specialize three_mod_four_prime_two_square_norm_extracts_squared_factor b - 0012
apply three_mod_four_prime_two_square_norm_extracts_squared_factor - 0013
exact hprime - 0014
exact hthree - 0015
exact hnorm - 0016
cases hextraction - 0017
cases hextraction_witness - 0018
cases hextraction_witness_witness - 0019
cases hextraction_witness_witness_right - 0020
exists x - 0021
exists x1 - 0022
split - 0023
exact hextraction_witness_witness_left - 0024
split - 0025
exact hextraction_witness_witness_right_left - 0026
split - 0027
exact hextraction_witness_witness_right_right - 0028
intro hquotient_zero - 0029
rewrite hquotient_zero at hextraction_witness_witness_right_right - 0030
rewrite PA5 at hextraction_witness_witness_right_right - 0031
apply hnonzero - 0032
exact hextraction_witness_witness_right_right