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.
The centred residue quadruple of has norm with
Statement
Let be a prime (Prime and composite integers: is prime when and its only positive divisors are and ), let be an integer with , and let be integers with . Write for the least absolute remainders of modulo (The least absolute remainder modulo a positive integer). Then there is an integer with and
Facts & Assumptions
Given: A prime , an integer with , integers with , and the least absolute remainders of modulo .
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 ).
For , means (Congruence modulo an integer: when , including the moduli and ).
For , means for some (Divisibility in : when for some integer ).
For an integer and there is exactly one integer with and , and consequently (The least absolute remainder modulo a positive integer).
Divisibility is linear: and imply for all ; in particular and (Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and ).
If and , then (The integers have no zero divisors; multiplicative cancellation).
Proof
Since the hypothesis of [L1] holds, so are defined and satisfy , , , together with , and the same three conditions for , and .
By [L2] applied to the products , , , and then to the sums, , and since ; so by [F2] the modulus divides , and by [F3] there is an integer with .
The left-hand side of step 2.1 is a sum of squares, hence at least , and , so .
Summing the four bounds , , , of step 1.1 gives , hence and, dividing by the positive integer , .
If then forces , so [F2] and step 1.1 give , , and ; writing , , , with [F3] then gives .
If then step 3.2 holds with equality, so each of the four bounds of step 1.1 is an equality: and likewise for , , .
In the case , cancelling the nonzero factor in step 4.1 by [L4] gives , so is a positive divisor of and [F1] forces or , both excluded by ; hence .
In the case of step 4.2, with gives or , and the normalisation of step 1.1 leaves ; so with a positive integer, and the same argument gives .
Still in the case , gives for some integer by [F2] and [F3], so , which divides; the same holds for , and .
In the same case, summing the four differences of step 6.1 and using [L3], divides , and divides , so .
Still in the case , writing as [F3] permits and cancelling the nonzero factor by [L4] gives , so is a positive divisor of and [F1] forces or , both excluded by ; hence .
Therefore by step 5.1, by step 3.2 and by step 8.1, that is , with from step 2.1.
Remarks
The two excluded values are excluded for the same reason. Both and end in , which the hypotheses rule out. They differ in how they get there: says the four coordinates are already multiples of , while says each is congruent to half of , and the second is possible only when is even.
Why the even case cannot be waved away. The normalisation admits , so for even a centred coordinate really can attain the bound , and then the estimate of step 3.2 gives only rather than . Steps 4.2 to 8.1 are what remove the remaining value. An alternative treatment halves all four coordinates first so that only odd moduli are descended through; the route taken here keeps the modulus arbitrary and pays for it with this one extra argument.
Depends on
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- 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$
- Divisibility is reflexive and transitive on $\mathbb{Z}$, and is linear: if $d \mid a$ and $d \mid b$ then $d \mid ax + by$ for all integers $x, y$; also $d \mid a$ implies $d \mid ac$, $-d \mid a$ and $d \mid -a$
- The integers have no zero divisors; multiplicative cancellation
Used by
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
- Keith Conrad, Proofs by Descent, §6, Theorem 6.6 (Step 2) (standard reference, not scraped)
- MIT 18.781 Theory of Numbers, Lecture 22, Theorem 80 (standard reference, not scraped)