FS001J

four_square_descent_three_mod_four_primes_from_seed_and_step

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

All remaining three-modulo-four primes are represented once their modular square seeds and the decreasing quaternion step are supplied.

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 fsd_seed_prime_universal. ((~(fsd_seed_prime_universal = 1) /\ forall frm_prime_left_fsd_seed_universal frm_prime_right_fsd_seed_universal. fsd_seed_prime_universal = frm_prime_left_fsd_seed_universal * frm_prime_right_fsd_seed_universal -> frm_prime_left_fsd_seed_universal = 1 \/ frm_prime_right_fsd_seed_universal = 1)) -> (exists fsd_seed_residue_universal. fsd_seed_prime_universal = 4 * fsd_seed_residue_universal + 3) -> exists fsd_seed_first_universal fsd_seed_second_universal fsd_seed_multiplier_universal. fsd_seed_first_universal * fsd_seed_first_universal + fsd_seed_second_universal * fsd_seed_second_universal + 1 = fsd_seed_prime_universal * fsd_seed_multiplier_universal) -> (forall fsd_prime_universal fsd_multiplier_universal. ((~(fsd_prime_universal = 1) /\ forall frm_prime_left_fsd_universal_prime frm_prime_right_fsd_universal_prime. fsd_prime_universal = frm_prime_left_fsd_universal_prime * frm_prime_right_fsd_universal_prime -> frm_prime_left_fsd_universal_prime = 1 \/ frm_prime_right_fsd_universal_prime = 1)) -> ~(fsd_multiplier_universal = 0) -> ~(fsd_multiplier_universal = 1) -> (exists fsl_a_fsd_universal_source fsl_b_fsd_universal_source fsl_c_fsd_universal_source fsl_d_fsd_universal_source. (fsd_prime_universal * fsd_multiplier_universal) = fsl_a_fsd_universal_source * fsl_a_fsd_universal_source + fsl_b_fsd_universal_source * fsl_b_fsd_universal_source + fsl_c_fsd_universal_source * fsl_c_fsd_universal_source + fsl_d_fsd_universal_source * fsl_d_fsd_universal_source) -> exists fsd_smaller_universal. (~(fsd_smaller_universal = 0) /\ ((exists fsd_gap_universal. fsd_gap_universal + S fsd_smaller_universal = fsd_multiplier_universal) /\ (exists fsl_a_fsd_universal_target fsl_b_fsd_universal_target fsl_c_fsd_universal_target fsl_d_fsd_universal_target. (fsd_prime_universal * fsd_smaller_universal) = fsl_a_fsd_universal_target * fsl_a_fsd_universal_target + fsl_b_fsd_universal_target * fsl_b_fsd_universal_target + fsl_c_fsd_universal_target * fsl_c_fsd_universal_target + fsl_d_fsd_universal_target * fsl_d_fsd_universal_target)))) -> (forall p. ((~(p = 1) /\ forall frm_prime_left_fsd_bad_prime frm_prime_right_fsd_bad_prime. p = frm_prime_left_fsd_bad_prime * frm_prime_right_fsd_bad_prime -> frm_prime_left_fsd_bad_prime = 1 \/ frm_prime_right_fsd_bad_prime = 1)) -> (exists t. p = 4 * t + 3) -> (exists fsl_a_fsd_bad_result fsl_b_fsd_bad_result fsl_c_fsd_bad_result fsl_d_fsd_bad_result. (p) = fsl_a_fsd_bad_result * fsl_a_fsd_bad_result + fsl_b_fsd_bad_result * fsl_b_fsd_bad_result + fsl_c_fsd_bad_result * fsl_c_fsd_bad_result + fsl_d_fsd_bad_result * fsl_d_fsd_bad_result))

Constructive proof overview

Generated structural guide

All remaining three-modulo-four primes are represented once their modular square seeds and the decreasing quaternion step are supplied.

The unchanged tactic script uses 1 declared prerequisite and contains 23 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

23 script commands · 5 reading checkpoints · 2 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 (1)

Long local formulas use this family’s existing definitions. Each new abbreviation was expanded back to the identical native formula, including its free-variable context. The original edition is preserved below.

01Fix variables and assumptionsL1–5

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

  1. L1
    intro hseeds
  2. L2
    intro hstep
  3. L3
    intro p
  4. L4
    intro hprime
  5. L5
    intro hclass
02Use earlier factsL6–6

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

  1. L6
    specialize hseeds p
03Establish hseedL7–10

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hseeds.

  1. L7
    have hseed : exists x y k. x * x + y * y + 1 = p * k
  2. L8
    apply hseeds
  3. L9
    exact hprime
  4. L10
    exact hclass
04Separate the logical casesL11–13

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L11
    cases hseed
  2. L12
    cases hseed_witness
  3. L13
    cases hseed_witness_witness
05Establish hseed_descentL14–23

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square descent prime from modular seed and step.

  1. L14
    have hseed_descent : ∀ p. ∀ x. ∀ y. ∀ k. Prime(p) → x · x + y · y + 1 = p · k → ∃ z. ∃ n. ∃ m. ∃ i. FourSquareNorm(p,z,n,m,i)Definitions: FourSquareNormPrime
  2. L15
    apply four_square_descent_prime_from_modular_seed_and_step
  3. L16
    exact hstep
  4. L17
    specialize hseed_descent p
  5. L18
    specialize hseed_descent x
  6. L19
    specialize hseed_descent x1
  7. L20
    specialize hseed_descent x2
  8. L21
    apply hseed_descent
  9. L22
    exact hprime
  10. L23
    exact hseed_witness_witness_witness

Library-wide reading audit

Original exact command ledger · 23 lines
  1. 0001intro hseeds
  2. 0002intro hstep
  3. 0003intro p
  4. 0004intro hprime
  5. 0005intro hclass
  6. 0006specialize hseeds p
  7. 0007have hseed : exists x y k. x * x + y * y + 1 = p * k
  8. 0008apply hseeds
  9. 0009exact hprime
  10. 0010exact hclass
  11. 0011cases hseed
  12. 0012cases hseed_witness
  13. 0013cases hseed_witness_witness
  14. 0014have hseed_descent : forall p x y k. ((~(p = 1) /\ forall frm_prime_left_fsd_seed_local_prime frm_prime_right_fsd_seed_local_prime. p = frm_prime_left_fsd_seed_local_prime * frm_prime_right_fsd_seed_local_prime -> frm_prime_left_fsd_seed_local_prime = 1 \/ frm_prime_right_fsd_seed_local_prime = 1)) -> x * x + y * y + 1 = p * k -> (exists fsl_a_fsd_seed_local_result fsl_b_fsd_seed_local_result fsl_c_fsd_seed_local_result fsl_d_fsd_seed_local_result. (p) = fsl_a_fsd_seed_local_result * fsl_a_fsd_seed_local_result + fsl_b_fsd_seed_local_result * fsl_b_fsd_seed_local_result + fsl_c_fsd_seed_local_result * fsl_c_fsd_seed_local_result + fsl_d_fsd_seed_local_result * fsl_d_fsd_seed_local_result)
  15. 0015apply four_square_descent_prime_from_modular_seed_and_step
  16. 0016exact hstep
  17. 0017specialize hseed_descent p
  18. 0018specialize hseed_descent x
  19. 0019specialize hseed_descent x1
  20. 0020specialize hseed_descent x2
  21. 0021apply hseed_descent
  22. 0022exact hprime
  23. 0023exact hseed_witness_witness_witness