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
forall a b c d. exists x y. (a * a + b * b) * (c * c + d * d) = x * x + y * yEvery 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 a b c d. exists x y. (a * a + b * b) * (c * c + d * d) = x * x + y * yProof 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–4
02Use earlier factsL5–8
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact two_square_product_explicit_witness_witness_right
Original defined command ledger · 13 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
specialize two_square_product_explicit_witness a - 0006
specialize two_square_product_explicit_witness b - 0007
specialize two_square_product_explicit_witness c - 0008
specialize two_square_product_explicit_witness d - 0009
cases two_square_product_explicit_witness - 0010
cases two_square_product_explicit_witness_witness - 0011
exists a * c + b * d - 0012
exists x - 0013
exact two_square_product_explicit_witness_witness_right