FS003K

four_square_lagrange_from_three_mod_four_primes

Dependency-curried candidate body; not Alpha-enrolled; no checked-use authority

The full universal four-square theorem is reduced precisely to constructive representation of primes congruent to three modulo four.

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 fsl_three_prime_universal. ((~(fsl_three_prime_universal = 1) /\ forall frm_prime_left_fsl_three_universal frm_prime_right_fsl_three_universal. fsl_three_prime_universal = frm_prime_left_fsl_three_universal * frm_prime_right_fsl_three_universal -> frm_prime_left_fsl_three_universal = 1 \/ frm_prime_right_fsl_three_universal = 1)) -> (exists fsl_three_residue_universal. fsl_three_prime_universal = 4 * fsl_three_residue_universal + 3) -> (exists fsl_a_three_universal fsl_b_three_universal fsl_c_three_universal fsl_d_three_universal. (fsl_three_prime_universal) = fsl_a_three_universal * fsl_a_three_universal + fsl_b_three_universal * fsl_b_three_universal + fsl_c_three_universal * fsl_c_three_universal + fsl_d_three_universal * fsl_d_three_universal)) -> forall n. (exists fsl_a_value fsl_b_value fsl_c_value fsl_d_value. (n) = fsl_a_value * fsl_a_value + fsl_b_value * fsl_b_value + fsl_c_value * fsl_c_value + fsl_d_value * fsl_d_value)

Constructive proof overview

Generated structural guide

The full universal four-square theorem is reduced precisely to constructive representation of primes congruent to three modulo four.

The unchanged tactic script uses 2 declared prerequisites and contains 4 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

Direct 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

4 script commands · 2 reading checkpoints · 0 local claims

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 (2)
01Fix variables and assumptionsL1–1

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro hthree
02Use earlier factsL2–4

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L2
    apply four_square_lagrange_from_all_primes
  2. L3
    apply four_square_prime_case_reduction
  3. L4
    exact hthree

Library-wide reading audit

Original exact command ledger · 4 lines
  1. 0001intro hthree
  2. 0002apply four_square_lagrange_from_all_primes
  3. 0003apply four_square_prime_case_reduction
  4. 0004exact hthree