Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

For every prime p the congruence x2+y2+10(modp) is solvable

Facts & Assumptions

Given: A prime p.

[F1]

An integer p is prime when p>1 and dp with d>0 force d=1 or d=p; in words, p exceeds 1, and its only positive divisors are 1 and p (Prime and composite integers: p is prime when p>1 and its only positive divisors are 1 and p).

[F2]

For a,b,nZ, ab(modn) means n(ab) (Congruence modulo an integer: ab(modn) when n(ab), including the moduli 0 and 1).

[F3]

For d,aZ, da means a=dq for some qZ (Divisibility in Z: da when a=dq for some integer q).

[L1]

Let p be an odd prime and let aZ with pa. Then there are integers x,y such that x2+y2a(modp) (Every nonzero residue modulo an odd prime is a sum of two squares).

[L2]

The group of units of the commutative monoid (Z,,1) is {1,1}; equivalently, for uZ the condition u1 holds exactly when u=1 or u=1 ((Z,,1) is a commutative monoid whose group of units is {1,1}; equivalently u1 holds exactly for u=1 and u=1).

[L3]

If aa(modn) and bb(modn), then a+ba+b(modn), abab(modn) and abab(modn) (Congruent integers may be added, subtracted and multiplied: representative changes preserve both arithmetic operations).

Proof

technique · cases
1.1

If 2p then 2 is a positive divisor of p, so [F1] forces 2=1 or 2=p, and 21 leaves p=2; hence either p=2 or p is odd, and these two cases exhaust the primes.

givenF1algebra
1.2

In the case p=2, take x=1 and y=0: then x2+y2+1=1+0+1=2 and 2(20), so x2+y2+10(mod2).

assume-case twoF2algebra
1.3

In the case p odd, p1: otherwise 1=pq for some integer q by [F3], hence 1=p(q), so p1 and [L2] gives p=1 or p=1, both contradicting p>1 from [F1].

assume-case oddF1F3L2algebra
2.1

For the odd case, apply [L1] to the odd prime p with a=1, whose hypothesis p1 is step 1.3: there are integers x,y with x2+y21(modp).

step 1.3L1
3.1

For the odd case, 11(modp) since p0, so adding this to step 2.1 through [L3] gives x2+y2+11+1=0(modp).

step 2.1L3F2algebra
4.1

Both cases produce integers x,y with x2+y2+10(modp), and by step 1.1 no prime falls outside them.

step 1.2step 3.1cases-exhaustive

Remarks

Where the odd case comes from. For odd p the work is done by Every nonzero residue modulo an odd prime is a sum of two squares at a=1: the set Q of square classes modulo p, the zero class included, and the set of classes 1z for zQ are two subsets of Z/p with (p+1)/2 elements each, so they meet, and a common value gives x21y2. The hypothesis pa of that proposition is what step 1.3 discharges, by an argument that does not use oddness; oddness is needed only to make the proposition applicable at all.

Why p=2 is separate. The cited proposition is stated for odd primes, so it says nothing at p=2; the pair (1,0) settles that case by computation rather than by weakening the proposition's hypothesis.

Depends on

Used by

Dependency tree · two levels

34 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources