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.
Some multiple with is a sum of four squares
Statement
Let be a prime (Prime and composite integers: is prime when and its only positive divisors are and ). Then there is an integer with for which is a sum of four integer squares (Representations as sums of four squares).
Facts & Assumptions
Given: A prime .
An integer is prime when and with force or ; in words, exceeds , and its only positive divisors are and (Prime and composite integers: is prime when and its only positive divisors are and ).
A representation of a nonnegative integer as a sum of four squares is an ordered quadruple with (Representations as sums of four squares).
For , means (Congruence modulo an integer: when , including the moduli and ).
For , means for some (Divisibility in : when for some integer ).
For every prime there are integers with (For every prime the congruence is solvable).
For an integer and there is exactly one integer with and , and consequently (The least absolute remainder modulo a positive integer).
Proof
Fix integers with , which [L1] supplies for the prime .
Since by [F1], the modulus satisfies the hypothesis of [L2]; let and be the least absolute remainders of and modulo , so that , , and .
By [L3] applied to the products and and then to the sums, , and ; hence , which by [F3] and [F4] says .
Write with , as [F4] permits; the left-hand side is at least because and , and , so .
Multiplying step 4.1 by and using the two bounds of step 2.1 gives ; since by [F1] we have , so , whence , and .
The equation of step 4.1 exhibits the quadruple as a representation of , so is a sum of four integer squares with .
Remarks
Why the centring is needed. The pair produced by [L1] is subject to no size condition, so can be an arbitrarily large multiple of . Replacing by their least absolute remainders leaves the congruence class untouched and buys the two bounds and , which is what forces the multiplier below .
The bound is not tight, and does not need to be. What the coordinate bounds give at step 5.1 is , and only the weaker is used. The comparison needs just , which every prime satisfies, so needs no separate treatment even though the coordinate bound can be attained there, at .
The case . Nothing excludes it, and it is the case in which the prime is already a sum of four squares.
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- Representations as sums of four squares
- For every prime $p$ the congruence $x^2+y^2+1\equiv 0\pmod p$ is solvable
- The least absolute remainder modulo a positive integer
- 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
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
Used by
Dependency tree · two levels
25 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
- Keith Conrad, Proofs by Descent, §6, Theorem 6.6 (Step 1) (standard reference, not scraped)
- MIT 18.781 Theory of Numbers, Lecture 22, Lemma 81 (standard reference, not scraped)