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 m n. (exists a b. m = a * a + b * b) -> (exists c d. n = c * c + d * d) -> exists x y. m * n = 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 m n. (exists a b. m = a * a + b * b) -> (exists c d. n = c * c + d * d) -> exists x y. m * n = 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
02Separate the logical casesL5–8
03Calculate and transport equalitiesL9–10
04Use earlier factsL11–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 15 lines
- 0001
intro m - 0002
intro n - 0003
intro hfirst - 0004
intro hsecond - 0005
cases hfirst - 0006
cases hfirst_witness - 0007
cases hsecond - 0008
cases hsecond_witness - 0009
rewrite hfirst_witness_witness - 0010
rewrite hsecond_witness_witness - 0011
specialize two_square_product_is_two_square x - 0012
specialize two_square_product_is_two_square x1 - 0013
specialize two_square_product_is_two_square x2 - 0014
specialize two_square_product_is_two_square x3 - 0015
exact two_square_product_is_two_square