FS003G

four_square_prime_unit_seed_represented

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

A modular four-square seed whose multiplier is one directly represents the prime itself.

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 x y. x * x + y * y + 1 = p -> (exists fsl_a_prime fsl_b_prime fsl_c_prime fsl_d_prime. (p) = fsl_a_prime * fsl_a_prime + fsl_b_prime * fsl_b_prime + fsl_c_prime * fsl_c_prime + fsl_d_prime * fsl_d_prime)

Constructive proof overview

Generated structural guide

A modular four-square seed whose multiplier is one directly represents the prime itself.

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

none

Direct dependents

none

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

10 script commands · 3 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.

01Fix variables and assumptionsL1–4

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

  1. L1
    intro p
  2. L2
    intro x
  3. L3
    intro y
  4. L4
    intro hseed
02Construct an explicit witnessL5–8

Supply the displayed value, then prove that it has the required property.

  1. L5
    exists x
  2. L6
    exists y
  3. L7
    exists 1
  4. L8
    exists 0
03Calculate and transport equalitiesL9–10

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L9
    rewrite <- hseed
  2. L10
    simp

Library-wide reading audit

Original exact command ledger · 10 lines
  1. 0001intro p
  2. 0002intro x
  3. 0003intro y
  4. 0004intro hseed
  5. 0005exists x
  6. 0006exists y
  7. 0007exists 1
  8. 0008exists 0
  9. 0009rewrite <- hseed
  10. 0010simp