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 n m. (exists a b c d. n = a * a + b * b + c * c + d * d) -> (exists e f g h. m = e * e + f * f + g * g + h * h) -> exists u v w x. n * m = u * u + v * v + w * w + x * xConstructive proof overview
Generated structural guide
The class of constructively represented natural sums of four squares is closed under multiplication without any sign or compensation hypothesis.
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 exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply 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–12
03Calculate and transport equalitiesL13–14
04Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
apply four_square_euler_four_square_product_total
Original exact command ledger · 15 lines
- 0001
intro n - 0002
intro m - 0003
intro hn - 0004
intro hm - 0005
cases hn - 0006
cases hn_witness - 0007
cases hn_witness_witness - 0008
cases hn_witness_witness_witness - 0009
cases hm - 0010
cases hm_witness - 0011
cases hm_witness_witness - 0012
cases hm_witness_witness_witness - 0013
rewrite hn_witness_witness_witness_witness - 0014
rewrite hm_witness_witness_witness_witness - 0015
apply four_square_euler_four_square_product_total