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. (exists fsl_a_fsps_add_double fsl_b_fsps_add_double fsl_c_fsps_add_double fsl_d_fsps_add_double. (n + n) = fsl_a_fsps_add_double * fsl_a_fsps_add_double + fsl_b_fsps_add_double * fsl_b_fsps_add_double + fsl_c_fsps_add_double * fsl_c_fsps_add_double + fsl_d_fsps_add_double * fsl_d_fsps_add_double) -> (exists fsl_a_fsps_add_half fsl_b_fsps_add_half fsl_c_fsps_add_half fsl_d_fsps_add_half. (n) = fsl_a_fsps_add_half * fsl_a_fsps_add_half + fsl_b_fsps_add_half * fsl_b_fsps_add_half + fsl_c_fsps_add_half * fsl_c_fsps_add_half + fsl_d_fsps_add_half * fsl_d_fsps_add_half)Constructive proof overview
Generated structural guide
For every natural n, an actual four-square representation of n+n constructively produces one of n.
The unchanged tactic script uses 3 declared prerequisites and contains 17 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
mul_comm Stable theorem; checked-use authorized two_mul_eq_add_self Alpha theorem; checked-use authorized FS0040 four_square_parity_even_multiplier_halvingDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This dependency-curried candidate body does not grant checked theorem use or 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–2
02Separate the logical casesL3–6
03Use earlier factsL7–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize four_square_parity_even_multiplier_halving n - L8
specialize four_square_parity_even_multiplier_halving x - L9
specialize four_square_parity_even_multiplier_halving x1 - L10
specialize four_square_parity_even_multiplier_halving x2 - L11
specialize four_square_parity_even_multiplier_halving x3 - L12
apply four_square_parity_even_multiplier_halving
04Calculate and transport equalitiesL13–14
Original exact command ledger · 17 lines
- 0001
intro n - 0002
intro hdouble - 0003
cases hdouble - 0004
cases hdouble_witness - 0005
cases hdouble_witness_witness - 0006
cases hdouble_witness_witness_witness - 0007
specialize four_square_parity_even_multiplier_halving n - 0008
specialize four_square_parity_even_multiplier_halving x - 0009
specialize four_square_parity_even_multiplier_halving x1 - 0010
specialize four_square_parity_even_multiplier_halving x2 - 0011
specialize four_square_parity_even_multiplier_halving x3 - 0012
apply four_square_parity_even_multiplier_halving - 0013
trans n + n - 0014
trans 2 * n - 0015
apply mul_comm - 0016
apply two_mul_eq_add_self - 0017
exact hdouble_witness_witness_witness_witness