Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-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.

Descending from 1311 to 13 in two steps

Example

Start from the prime p=13 and the multiplier m=11, with

143=1311=112+32+32+22.

Centring the coordinates modulo 11 gives (0,3,3,2), whose norm is 22=112, so the multiplier drops to n=2. Euler's identity applied to (11,3,3,2) and (0,3,3,2) gives (22,33,33,22), each coordinate divisible by 11; dividing by 11 gives

26=132=22+32+32+22.

Repeating with m=2: the centred quadruple is (0,1,1,0), of norm 2=21, so n=1; the identity applied to (2,3,3,2) and (0,1,1,0) gives (6,4,0,0), and dividing by 2 gives

13=32+22+02+02.

The two steps use an odd modulus and then an even one, so both parities occur.

Facts & Assumptions

Given: The prime 13, the multiplier 11, and the representation 143=112+32+32+22.

[F1]

A representation of a nonnegative integer n as a sum of four squares is an ordered quadruple (a,b,c,d)Z4 with n=a2+b2+c2+d2 (Representations as sums of four squares).

[L1]

If p is prime, 1<m<p and pm is a sum of four integer squares, then there is an integer n with 1n<m for which pn is a sum of four integer squares (Descent step: a smaller multiple of p is a sum of four squares).

[L2]

If p is prime, 1<m<p and pm=a2+b2+c2+d2, then the least absolute remainders a,b,c,d of a,b,c,d modulo m satisfy a2+b2+c2+d2=mn for an integer n with 1n<m (The centred residue quadruple of pm=a2+b2+c2+d2 has norm mn with 1n<m).

[L3]

For an integer m1 and aZ there is exactly one integer r with ar(modm) and m<2rm, and consequently 4r2m2 (The least absolute remainder modulo a positive integer).

[L4]

For all integers x1,,x4,y1,,y4, setting z1=x1y1+x2y2+x3y3+x4y4, z2=x1y2x2y1x3y4+x4y3, z3=x1y3+x2y4x3y1x4y2 and z4=x1y4x2y3+x3y2x4y1 gives (x12+x22+x32+x42)(y12+y22+y32+y42)=z12+z22+z32+z42 (Euler's four-square product identity).

Verification

technique · direct
1.1

The starting datum is a representation: 112+32+32+22=121+9+9+4=143 and 1311=143, with 1<11<13 as [L1] and [L2] require.

givenF1algebra
2.1

By [L3] with modulus 11, the least absolute remainders of 11,3,3,2 are 0,3,3,2, since 110=11 is a multiple of 11 and 11<2r11 holds for r=0,3,2; their norm is 0+9+9+4=22=112, so the integer n of [L2] is 2, and indeed 12<11.

step 1.1L2L3algebra
3.1

Applying [L4] to x=(11,3,3,2) and y=(0,3,3,2) gives z1=110+33+33+22=22, z2=1133032+23=33, z3=113+323023=33 and z4=11233+3320=22, whose squares sum to 484+1089+1089+484=3146=14322; each coordinate is divisible by 11, and dividing gives (2,3,3,2) with 4+9+9+4=26=132, which is the conclusion of [L1] at n=2.

step 2.1L1L4algebra
4.1

Repeating with p=13 and m=2, for which 1<2<13: by [L3] with modulus 2 the least absolute remainders of 2,3,3,2 are 0,1,1,0, since 2r=2 is admitted for r=1; their norm is 0+1+1+0=2=21, so [L2] gives n=1 with 11<2.

step 3.1L2L3algebra
5.1

Applying [L4] to x=(2,3,3,2) and y=(0,1,1,0) gives z1=20+31+31+20=6, z2=213030+21=4, z3=21+303021=0 and z4=2031+3120=0, whose squares sum to 36+16=52=262; each coordinate is divisible by 2, and dividing gives (3,2,0,0) with 9+4=13, a representation of 13 itself.

step 4.1L1L4algebra
6.1

So two applications of the descent carry 1311 to 132 and then to 131, the moduli used being 11 and 2.

step 3.1step 5.1F1

Remarks

The even step is where the tie could have bitten. At m=2 the centred coordinates 1 attain 2r=m, so the estimate 4r2m2 is an equality in two of the four coordinates. That is admissible: what The centred residue quadruple of pm=a2+b2+c2+d2 has norm mn with 1n<m excludes is equality in all four at once, and here two coordinates centre to 0.

The starting representation is not the minimal one. The descent does not require the multiplier to come from Some multiple pm with 1m<p is a sum of four squares; any m with 1<m<p for which pm is a sum of four squares will do, and m=11 was taken to make two steps rather than one.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

13 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