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.

Building a representation of 105 from its prime factors

Example

Factor 105=357 and take the prime representations

3=12+12+12+02,5=22+12+02+02,7=22+12+12+12.

Multiplying the first two with the identity of Euler's four-square product identity, applied to (1,1,1,0) and (2,1,0,0), gives (3,1,2,1) and

15=32+(1)2+(2)2+12.

Multiplying that result by the third, applied to (3,1,2,1) and (2,1,1,1), gives (4,8,5,0) and

105=42+82+52+02.

This is the route the proof of Lagrange's four-square theorem: every nonnegative integer is a sum of four integer squares takes: prime factors first, then closure under products.

Facts & Assumptions

Given: The factorisation 105=357 and the three displayed prime representations.

[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]

Let m and n be nonnegative integers; if each of m and n is a sum of four integer squares, then mn is a sum of four integer squares (Sums of four squares are closed under products).

[L2]

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 three displays are representations: 1+1+1+0=3, 4+1+0+0=5 and 4+1+1+1=7; also 35=15 and 157=105, so 357=105.

givenF1algebra
2.1

Applying [L2] to x=(1,1,1,0) and y=(2,1,0,0) gives z1=12+11+10+00=3, z2=111210+00=1, z3=10+101201=2 and z4=1010+1102=1, whose squares sum to 9+1+4+1=15=35.

step 1.1L2algebra
3.1

Applying [L2] to x=(3,1,2,1) and y=(2,1,1,1) gives z1=32+(1)1+(2)1+11=4, z2=31(1)2(2)1+11=8, z3=31+(1)1(2)211=5 and z4=31(1)1+(2)112=0, whose squares sum to 16+64+25+0=105=157.

step 2.1L2algebra
4.1

So (4,8,5,0) is a representation of 105 in the sense of [F1]; the two multiplications are the two instances of [L1] that the factorisation calls for, and the identity has supplied an explicit quadruple at each.

step 1.1step 2.1step 3.1L1F1

Remarks

Negative intermediate coordinates are harmless. The quadruple produced at the first multiplication has two negative entries, and they are carried into the second multiplication unchanged. Only squares are read off at the end, and the identity of Euler's four-square product identity holds for negative inputs as it does for positive ones.

The order of multiplication is a choice. Multiplying 5 and 7 first, or 3 and 7 first, produces different quadruples for the same 105; the construction is not canonical, and Sums of four squares are closed under products claims existence rather than a preferred witness.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · one level

3 results within one dependency step 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