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 least absolute remainder modulo a positive integer
Statement
Let be an integer with and let . Then there is exactly one integer with
that is, exactly one integer satisfying and , and consequently . Call this the least absolute remainder of modulo .
Facts & Assumptions
Given: An integer with and an integer .
For , means (Congruence modulo an integer: when , including the moduli and ).
For , means for some (Divisibility in : when for some integer ).
For with there is exactly one pair of integers with and ; moreover holds exactly when (Division with remainder for any nonzero divisor: for and there are unique with and ).
If and , then and (If and then and ; hence the set of divisors of a nonzero integer is bounded above by ).
Proof
Since , the modulus is nonzero and , so [L1] supplies exactly one pair of integers with and .
Define when , and otherwise; the two branches are mutually exclusive and exhaustive, so is a well-defined integer.
In either branch is an integer multiple of , since and ; hence and .
In either branch : the first branch gives from and its own condition, while the second has and , so satisfies .
From it follows that , and squaring the inequality between nonnegative integers gives .
If an integer also satisfies and , then and for integers by [F1] and [F2], so and ; adding to gives , so , and were then [L2] would give ; hence .
So exists by steps 3.1 and 3.2, is unique by step 4.2, and satisfies by step 4.1.
Remarks
Where the tie falls. The normalisation is deliberately half-open on the right: is permitted and is not. The case can arise only for even , where may equal the integer with ; then and are congruent modulo with , and the convention keeps . Without the half-open choice both values would satisfy and the uniqueness clause would be false as stated.
The bound is stated in integers. Writing rather than avoids introducing a quotient that need not be an integer, and it is the form the estimates in Some multiple with is a sum of four squares and The centred residue quadruple of has norm with use. The inequality is an equality exactly when .
Depends on
- Division with remainder for any nonzero divisor: for $a \in \mathbb{Z}$ and $b \ne 0$ there are unique $q, r \in \mathbb{Z}$ with $a = qb + r$ and $0 \le r < |b|$
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- If $d \mid a$ and $a \ne 0$ then $d \ne 0$ and $|d| \le |a|$; hence the set of divisors of a nonzero integer is bounded above by $|a|$
Used by
- Descending from 13· 11 to 13 in two steps Example
- Least absolute remainders modulo 7 and modulo 8 Example
- Descent step: a smaller multiple of p is a sum of four squares Lemma
- Some multiple pm with 1≤ m<p is a sum of four squares Lemma
- The centred residue quadruple of pm=a²+b²+c²+d² has norm mn with 1≤ n<m Lemma
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
- Keith Conrad, Proofs by Descent, §6, Theorem 6.6 (Step 2) (standard reference, not scraped)
- MIT 18.781 Theory of Numbers, Lecture 22, Lemma 81 (standard reference, not scraped)