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 to in two steps
Example
Start from the prime and the multiplier , with
Centring the coordinates modulo gives , whose norm is , so the multiplier drops to . Euler's identity applied to and gives , each coordinate divisible by ; dividing by gives
Repeating with : the centred quadruple is , of norm , so ; the identity applied to and gives , and dividing by gives
The two steps use an odd modulus and then an even one, so both parities occur.
Facts & Assumptions
Given: The prime , the multiplier , and the representation .
A representation of a nonnegative integer as a sum of four squares is an ordered quadruple with (Representations as sums of four squares).
If is prime, and is a sum of four integer squares, then there is an integer with for which is a sum of four integer squares (Descent step: a smaller multiple of is a sum of four squares).
If is prime, and , then the least absolute remainders of modulo satisfy for an integer with (The centred residue quadruple of has norm with ).
For an integer and there is exactly one integer with and , and consequently (The least absolute remainder modulo a positive integer).
For all integers , setting , , and gives (Euler's four-square product identity).
Verification
The starting datum is a representation: and , with as [L1] and [L2] require.
By [L3] with modulus , the least absolute remainders of are , since is a multiple of and holds for ; their norm is , so the integer of [L2] is , and indeed .
Applying [L4] to and gives , , and , whose squares sum to ; each coordinate is divisible by , and dividing gives with , which is the conclusion of [L1] at .
Repeating with and , for which : by [L3] with modulus the least absolute remainders of are , since is admitted for ; their norm is , so [L2] gives with .
Applying [L4] to and gives , , and , whose squares sum to ; each coordinate is divisible by , and dividing gives with , a representation of itself.
So two applications of the descent carry to and then to , the moduli used being and .
Remarks
The even step is where the tie could have bitten. At the centred coordinates attain , so the estimate is an equality in two of the four coordinates. That is admissible: what The centred residue quadruple of has norm with excludes is equality in all four at once, and here two coordinates centre to .
The starting representation is not the minimal one. The descent does not require the multiplier to come from Some multiple with is a sum of four squares; any with for which is a sum of four squares will do, and 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
- Keith Conrad, Proofs by Descent, §6, Theorem 6.6 (standard reference, not scraped)