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 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 * xEvery 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 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 * xProof 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–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 defined 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