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. ∀ q. Mod4Three(p) → (∃ x. ∃ y. q = x · x + y · y) → ¬p = qEvery 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 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)Proof neighborhood
Direct theorem prerequisites
Direct 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–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 defined 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