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 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 * yConstructive proof overview
Generated structural guide
Two explicitly represented sums of two natural squares multiply to another explicitly represented sum of two squares.
The unchanged tactic script uses 1 declared prerequisite and contains 15 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
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This dependency-curried candidate body does not grant checked theorem use or 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–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 exact 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