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 a b c d. n * 2 = a * a + b * b + c * c + d * d -> (exists fsps_even_coordinate_sum. (a + b + c + d) = 2 * fsps_even_coordinate_sum)Constructive proof overview
Generated structural guide
An actually even represented norm forces the ordinary sum of its coordinates to be even.
The unchanged tactic script uses 3 declared prerequisites and contains 19 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
FS003T four_square_parity_norm_mod_two_sum mod_two_preserves_parity Alpha theorem; checked-use authorized mul_comm Stable theorem; checked-use authorizedDirect 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–6
02Establish htransportL7–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod two preserves parity.
03Separate the logical casesL12–13
04Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
apply htransport_left_left
05Construct an explicit witnessL15–15
Supply the displayed value, then prove that it has the required property.
- L15
exists n
06Calculate and transport equalitiesL16–17
Original exact command ledger · 19 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hnorm - 0007
have htransport : ((((exists fsps_even_transport_norm. (a * a + b * b + c * c + d * d) = 2 * fsps_even_transport_norm) -> (exists fsps_even_transport_sum. (a + b + c + d) = 2 * fsps_even_transport_sum)) /\ ((exists fsps_even_transport_back. (a + b + c + d) = 2 * fsps_even_transport_back) -> (exists fsps_even_transport_back_norm. (a * a + b * b + c * c + d * d) = 2 * fsps_even_transport_back_norm))) /\ (((exists fsps_odd_transport_odd_norm. (a * a + b * b + c * c + d * d) = 2 * fsps_odd_transport_odd_norm + 1) -> (exists fsps_odd_transport_odd_sum. (a + b + c + d) = 2 * fsps_odd_transport_odd_sum + 1)) /\ ((exists fsps_odd_transport_odd_back. (a + b + c + d) = 2 * fsps_odd_transport_odd_back + 1) -> (exists fsps_odd_transport_odd_back_norm. (a * a + b * b + c * c + d * d) = 2 * fsps_odd_transport_odd_back_norm + 1)))) - 0008
specialize mod_two_preserves_parity (a * a + b * b + c * c + d * d) - 0009
specialize mod_two_preserves_parity (a + b + c + d) - 0010
apply mod_two_preserves_parity - 0011
apply four_square_parity_norm_mod_two_sum - 0012
cases htransport - 0013
cases htransport_left - 0014
apply htransport_left_left - 0015
exists n - 0016
trans n * 2 - 0017
symm - 0018
exact hnorm - 0019
apply mul_comm