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 from its prime factors
Example
Factor and take the prime representations
Multiplying the first two with the identity of Euler's four-square product identity, applied to and , gives and
Multiplying that result by the third, applied to and , gives and
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 and the three displayed prime representations.
A representation of a nonnegative integer as a sum of four squares is an ordered quadruple with (Representations as sums of four squares).
Let and be nonnegative integers; if each of and is a sum of four integer squares, then is a sum of four integer squares (Sums of four squares are closed under products).
For all integers , setting , , and gives (Euler's four-square product identity).
Verification
The three displays are representations: , and ; also and , so .
Applying [L2] to and gives , , and , whose squares sum to .
Applying [L2] to and gives , , and , whose squares sum to .
So is a representation of 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.
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 and first, or and first, produces different quadruples for the same ; 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
- Keith Conrad, Proofs by Descent, §6, Lemma 6.2 (standard reference, not scraped)