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.
No sum of three integer squares is congruent to modulo
Statement
There are no integers with (Congruence modulo an integer: when , including the moduli and ). In fact, the residues modulo attained by sums of three integer squares are exactly .
Facts & Assumptions
Given: Integers .
For , means (Congruence modulo an integer: when , including the moduli and ).
For every integer : if is odd then , and if is even then or (A square is congruent to , or modulo ).
For with there is exactly one pair of integers with and ; moreover holds exactly when (Division with remainder for any nonzero divisor: for and there are unique with and ).
Proof
By [L3] with each of is even or odd; let be how many of the three are odd, so is , , or , and these four values exhaust the possibilities.
By [L1], each odd coordinate contributes a square congruent to modulo , and each even coordinate contributes a square congruent to or to modulo .
If then, adding the three contributions by [L2], .
If then with equal to or , so the sum is congruent to or to .
If then with each equal to or , giving , , or ; since , the sum is congruent to or to .
If then with each equal to or , giving , , or ; since and modulo , the sum is congruent to or to .
Steps 2.1 to 2.4 cover the four values of listed in step 1.1 and show that every sum of three squares is congruent to one of , never to , modulo . Conversely, the triples , , , , , and have sums of squares , respectively. Thus the attained residues are exactly the seven listed classes, and is not attained.
Remarks
Why the cases are counted by parity rather than listed by value. Enumerating the possible triples of residues from would give ten unordered choices; grouping them by how many coordinates are odd gives four, because the odd coordinates contribute a fixed residue and only the even ones branch. The exhaustiveness is then visible from step 1.1 alone.
Every listed residue is attained. Taking to be , , , , , and gives sums , so the second sentence of the Statement is an equality of sets and not merely an inclusion.
Depends on
- A square is congruent to $0$, $1$ or $4$ modulo $8$
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- Congruent integers may be added, subtracted and multiplied: representative changes preserve both arithmetic operations
- Division with remainder for any nonzero divisor: for $a \in \mathbb{Z}$ and $b \ne 0$ there are unique $q, r \in \mathbb{Z}$ with $a = qb + r$ and $0 \le r < |b|$
Used by
Dependency tree · two levels
17 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
- Evan Dummit, Number Theory (part 9): The Geometry of Numbers, §9.1.3 (standard reference, not scraped)
- Karl-Dieter Crisman, Number Theory: In Context and Interactive, §14.2, Fact 14.2.1 (standard reference, not scraped)