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 p k r u v w x. ~(k = 0) -> (p * k) * (k * r) = ((k * u) * (k * u) + (k * v) * (k * v) + (k * w) * (k * w) + (k * x) * (k * x)) -> p * r = (u * u + v * v + w * w + x * x)Every 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 p k r u v w x. ~(k = 0) -> (p * k) * (k * r) = ((k * u) * (k * u) + (k * v) * (k * v) + (k * w) * (k * w) + (k * x) * (k * x)) -> p * r = (u * u + v * v + w * w + x * x)Proof neighborhood
Direct theorem prerequisites
FS0019 four_square_descent_product_reassociate FS001A four_square_descent_square_factor_norm FS001B four_square_descent_square_factor_cancelDirect 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 (3)
01Fix variables and assumptionsL1–9
02Use earlier factsL10–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Calculate and transport equalitiesL15–16
04Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
apply four_square_descent_product_reassociate
05Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
trans (k * u) * (k * u) + (k * v) * (k * v) + (k * w) * (k * w) + (k * x) * (k * x)
Original defined command ledger · 20 lines
- 0001
intro p - 0002
intro k - 0003
intro r - 0004
intro u - 0005
intro v - 0006
intro w - 0007
intro x - 0008
intro hnonzero - 0009
intro hnorm - 0010
specialize four_square_descent_square_factor_cancel k - 0011
specialize four_square_descent_square_factor_cancel (p * r) - 0012
specialize four_square_descent_square_factor_cancel (u * u + v * v + w * w + x * x) - 0013
apply four_square_descent_square_factor_cancel - 0014
exact hnonzero - 0015
trans (p * k) * (k * r) - 0016
symm - 0017
apply four_square_descent_product_reassociate - 0018
trans (k * u) * (k * u) + (k * v) * (k * v) + (k * w) * (k * w) + (k * x) * (k * x) - 0019
exact hnorm - 0020
apply four_square_descent_square_factor_norm