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 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)Constructive proof overview
Generated structural guide
An exact represented product of a prime multiple and a k-multiple descends through their common square factor.
The unchanged tactic script uses 3 declared prerequisites and contains 20 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
FS0019 four_square_descent_product_reassociate FS001A four_square_descent_square_factor_norm FS001B four_square_descent_square_factor_cancelDirect 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 (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 exact 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