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.
Representations of an odd integer correspond to representations of twice that integer
Statement
Let be a positive odd integer. The map
is a bijection from the ordered signed two-square representations of to those of , with inverse
The same maps restrict to a bijection between the primitive representations (Representations and primitive representations as sums of two squares).
Facts & Assumptions
Given: A positive odd integer .
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).
An integer is a common divisor of and when and (Common divisor, and the greatest common divisor , with the convention ).
Every integer greater than has a prime divisor (Every integer has a prime divisor; indeed the least divisor of that exceeds is prime).
If a prime divides a product , then or (Euclid's lemma: if is prime and then or ).
Proof
If , oddness of makes have opposite parity, so and are odd; moreover , so sends representations of to representations of .
If , reduction modulo shows that and are both odd: their squares cannot both be even because , and they cannot have opposite parity because their square sum would be odd. Thus has integer coordinates, and their squared sum is .
Direct substitution gives and .
Suppose is primitive and a common divisor greater than divides both coordinates of . By [L1] it has a prime divisor . Since and are odd, is odd; because divides and , [L2] gives and , contradicting primitivity. Hence is primitive.
Suppose is primitive and a common divisor greater than divides both coordinates of . A prime divisor supplied by [L1] then divides their sum and difference , contradicting primitivity. Hence is primitive.
The mutually inverse maps of step 2.1 give the first bijection, and steps 2.2 and 2.3 show that they restrict to mutually inverse maps on primitive representations.
Depends on
- Representations and primitive representations as sums of two squares
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- Every integer $n > 1$ has a prime divisor; indeed the least divisor of $n$ that exceeds $1$ is prime
- Euclid's lemma: if $p$ is prime and $p \mid ab$ then $p \mid a$ or $p \mid b$
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
23 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, Exercise 2 (standard reference, not scraped)