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.
Prime powers represented as sums of two squares
Statement
Every power of and every power of a prime is a sum of two squares; a power of a prime is representable exactly when its exponent is even. The exponent ranges over all of , including zero.
Facts & Assumptions
Given: A prime and a natural exponent.
A representation of a nonnegative integer as a sum of two squares is an ordered pair such that (Representations and primitive representations as sums of two squares).
The product of two nonnegative integers representable as sums of two squares is again representable as a sum of two squares (Sums of two squares are closed under products).
If is prime and , then and (A prime congruent to modulo divides both coordinates of a divisible two-square sum).
A prime is a sum of two integer squares if and only if or (Fermat's two-square theorem for primes).
If a property holds at and passes from to , it holds for every (The principle of mathematical induction).
Proof
For every prime , the exponent-zero power is .
If , every even power has the explicit representation .
If , then [L2] gives and , so when ; at , the same divisibility would make divide , which is impossible. Induction on repeatedly reduces any alleged odd-exponent representation to that impossible base case.
The prime and every prime are represented by [L3]. Multiplying an induction-stage representation by the prime representation and using [L1] gives one for the next power, so [L4] represents all their natural powers.
Steps 1.1 and 2.1 handle and primes congruent to one modulo four, while steps 1.2 and 1.3 prove both directions for primes congruent to three modulo four.
Depends on
Used by
Dependency tree · two levels
16 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
- P. Hackman, Elementary Number Theory, Chapter E, §E.II.2 (standard reference, not scraped)
- W. Stein, Elementary Number Theory: Primes, Congruences, and Secrets, Theorem 5.7.1 (standard reference, not scraped)