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 a b. ~(exists fts_four_sum_three. a * a + b * b = 4 * fts_four_sum_three + 3)Constructive proof overview
Generated structural guide
No natural congruent to three modulo four is a sum of two squares.
The unchanged tactic script uses 2 declared prerequisites and contains 74 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
TS0003 sum_two_squares_mod_four_cases division_remainder_unique Stable theorem; checked-use authorizedDirect 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–3
02Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases hthree
03Use earlier factsL5–6
04Separate the logical casesL7–9
05Establish huniquenessL10–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder unique.
- L10
have huniqueness : x1 = x /\ 0 = 3 - L11
specialize division_remainder_unique 4 - L12
specialize division_remainder_unique (a * a + b * b) - L13
specialize division_remainder_unique x1 - L14
specialize division_remainder_unique 0 - L15
specialize division_remainder_unique x - L16
specialize division_remainder_unique 3 - L17
apply division_remainder_unique - L18
exact sum_two_squares_mod_four_cases_left_left_witness
06Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists 3
07Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
norm_num
08Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hthree_witness
09Construct an explicit witnessL22–22
Supply the displayed value, then prove that it has the required property.
- L22
exists 0
10Calculate and transport equalitiesL23–23
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L23
norm_num
11Separate the logical casesL24–24
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L24
cases huniqueness
12Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply PA1
13Calculate and transport equalitiesL26–26
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L26
symm
14Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact huniqueness_right
15Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
cases sum_two_squares_mod_four_cases_left_right
16Establish huniquenessL29–37
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder unique.
- L29
have huniqueness : x1 = x /\ 1 = 3 - L30
specialize division_remainder_unique 4 - L31
specialize division_remainder_unique (a * a + b * b) - L32
specialize division_remainder_unique x1 - L33
specialize division_remainder_unique 1 - L34
specialize division_remainder_unique x - L35
specialize division_remainder_unique 3 - L36
apply division_remainder_unique - L37
exact sum_two_squares_mod_four_cases_left_right_witness
17Construct an explicit witnessL38–38
Supply the displayed value, then prove that it has the required property.
- L38
exists 2
18Calculate and transport equalitiesL39–39
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L39
norm_num
19Use earlier factsL40–40
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L40
exact hthree_witness
20Construct an explicit witnessL41–41
Supply the displayed value, then prove that it has the required property.
- L41
exists 0
21Calculate and transport equalitiesL42–42
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L42
norm_num
22Separate the logical casesL43–43
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L43
cases huniqueness
23Establish hzeroL44–49
24Separate the logical casesL50–50
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L50
cases sum_two_squares_mod_four_cases_right
25Establish huniquenessL51–59
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder unique.
- L51
have huniqueness : x1 = x /\ 2 = 3 - L52
specialize division_remainder_unique 4 - L53
specialize division_remainder_unique (a * a + b * b) - L54
specialize division_remainder_unique x1 - L55
specialize division_remainder_unique 2 - L56
specialize division_remainder_unique x - L57
specialize division_remainder_unique 3 - L58
apply division_remainder_unique - L59
exact sum_two_squares_mod_four_cases_right_witness
26Construct an explicit witnessL60–60
Supply the displayed value, then prove that it has the required property.
- L60
exists 1
27Calculate and transport equalitiesL61–61
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L61
norm_num
28Use earlier factsL62–62
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L62
exact hthree_witness
29Construct an explicit witnessL63–63
Supply the displayed value, then prove that it has the required property.
- L63
exists 0
30Calculate and transport equalitiesL64–64
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L64
norm_num
31Separate the logical casesL65–65
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L65
cases huniqueness
32Establish honeL66–68
Original exact command ledger · 74 lines
- 0001
intro a - 0002
intro b - 0003
intro hthree - 0004
cases hthree - 0005
specialize sum_two_squares_mod_four_cases a - 0006
specialize sum_two_squares_mod_four_cases b - 0007
cases sum_two_squares_mod_four_cases - 0008
cases sum_two_squares_mod_four_cases_left - 0009
cases sum_two_squares_mod_four_cases_left_left - 0010
have huniqueness : x1 = x /\ 0 = 3 - 0011
specialize division_remainder_unique 4 - 0012
specialize division_remainder_unique (a * a + b * b) - 0013
specialize division_remainder_unique x1 - 0014
specialize division_remainder_unique 0 - 0015
specialize division_remainder_unique x - 0016
specialize division_remainder_unique 3 - 0017
apply division_remainder_unique - 0018
exact sum_two_squares_mod_four_cases_left_left_witness - 0019
exists 3 - 0020
norm_num - 0021
exact hthree_witness - 0022
exists 0 - 0023
norm_num - 0024
cases huniqueness - 0025
apply PA1 - 0026
symm - 0027
exact huniqueness_right - 0028
cases sum_two_squares_mod_four_cases_left_right - 0029
have huniqueness : x1 = x /\ 1 = 3 - 0030
specialize division_remainder_unique 4 - 0031
specialize division_remainder_unique (a * a + b * b) - 0032
specialize division_remainder_unique x1 - 0033
specialize division_remainder_unique 1 - 0034
specialize division_remainder_unique x - 0035
specialize division_remainder_unique 3 - 0036
apply division_remainder_unique - 0037
exact sum_two_squares_mod_four_cases_left_right_witness - 0038
exists 2 - 0039
norm_num - 0040
exact hthree_witness - 0041
exists 0 - 0042
norm_num - 0043
cases huniqueness - 0044
have hzero : 0 = 2 - 0045
apply PA2 - 0046
exact huniqueness_right - 0047
apply PA1 - 0048
symm - 0049
exact hzero - 0050
cases sum_two_squares_mod_four_cases_right - 0051
have huniqueness : x1 = x /\ 2 = 3 - 0052
specialize division_remainder_unique 4 - 0053
specialize division_remainder_unique (a * a + b * b) - 0054
specialize division_remainder_unique x1 - 0055
specialize division_remainder_unique 2 - 0056
specialize division_remainder_unique x - 0057
specialize division_remainder_unique 3 - 0058
apply division_remainder_unique - 0059
exact sum_two_squares_mod_four_cases_right_witness - 0060
exists 1 - 0061
norm_num - 0062
exact hthree_witness - 0063
exists 0 - 0064
norm_num - 0065
cases huniqueness - 0066
have hone : 1 = 2 - 0067
apply PA2 - 0068
exact huniqueness_right - 0069
have hzero : 0 = 1 - 0070
apply PA2 - 0071
exact hone - 0072
apply PA1 - 0073
symm - 0074
exact hzero