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. ∀ a. ∀ b. Lt(0,a · a + b · b) → Dvd(p,a · a + b · b) → Lt(a · a + b · b,p + p) → p = a · a + b · bEvery 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 a b. (exists fts_gap_norm_positive. fts_gap_norm_positive + S (0) = a * a + b * b) -> (exists fts_factor_norm_divisible. a * a + b * b = p * fts_factor_norm_divisible) -> (exists fts_gap_norm_upper. fts_gap_norm_upper + S (a * a + b * b) = p + p) -> p = a * a + b * bProof 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–6
02Establish hequalityL7–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply positive multiple below twice equals base.
Original defined command ledger · 15 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro hpositive - 0005
intro hdivisible - 0006
intro hupper - 0007
have hequality : a * a + b * b = p - 0008
specialize positive_multiple_below_twice_equals_base p - 0009
specialize positive_multiple_below_twice_equals_base (a * a + b * b) - 0010
apply positive_multiple_below_twice_equals_base - 0011
exact hpositive - 0012
exact hdivisible - 0013
exact hupper - 0014
symm - 0015
exact hequality