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.
Positive integers with are not sums of three integer squares
Statement
Let and let be a positive integer with (Congruence modulo an integer: when , including the moduli and ). Then there are no integers with , where is the natural power of in the commutative monoid (Powers : natural exponents in a monoid and integer exponents in a group, with , is a commutative monoid whose group of units is ; equivalently holds exactly for and ).
Facts & Assumptions
Given: A positive integer with .
For , means (Congruence modulo an integer: when , including the moduli and ).
For , means for some (Divisibility in : when for some integer ).
There are no integers with (No sum of three integer squares is congruent to modulo ).
If and , then , and are all even (If divides then , and are all even).
If are nonzero then ; consequently, if and , then (The integers have no zero divisors; multiplicative cancellation).
In a monoid the natural powers of satisfy and for , where is the successor on (Powers : natural exponents in a monoid and integer exponents in a group, with ).
is a commutative monoid ( is a commutative monoid whose group of units is ; equivalently holds exactly for and ).
Let . If and whenever , then (The principle of mathematical induction).
Proof
Let be the set of such that for every positive integer with there are no integers with .
Base case : by [L4] in the monoid of [L5], , so and a representation would give by the hypothesis , which [L1] excludes.
Induction step: let , let be a positive integer with , and suppose integers satisfy ; by [L4] and [L5], , so and hence by [F2].
By [L2] the coordinates , , are then all even, so , and for integers .
Substituting gives , and cancelling the nonzero factor by [L3] yields , which contradicts since is a positive integer congruent to modulo .
So no such exist and ; with the base case of step 1.2, [L6] gives , which is the assertion.
Remarks
Three descriptions of the same integers. For a positive , the condition says for an integer , and because ; so the integers excluded here are exactly those of the form with a natural number and a nonnegative integer, which is how Dummit writes them. Crisman's phrase for the same set, an even power of two times an odd number congruent to seven modulo eight, is a third description: and every is odd.
Only one direction is proved. The statement says these integers are not sums of three squares. Its converse, that every other nonnegative integer is a sum of three squares, is Legendre's three-square theorem; it is not available from this page's declared prerequisites, and nothing here uses it. In particular the argument above rules out no integer beyond the ones named.
Why the induction is on the exponent. The base case is a congruence computation modulo and nothing more. The step is where the work is: it needs that a sum of three squares divisible by has all coordinates even, which is If divides then , and are all even, since without it the halved coordinates need not be integers.
Depends on
- No sum of three integer squares is congruent to $7$ modulo $8$
- If $4$ divides $x^2+y^2+z^2$ then $x$, $y$ and $z$ are all even
- The principle of mathematical induction
- Powers $g^{n}$: natural exponents in a monoid and integer exponents in a group, with $g^{0} = e$
- $(\mathbb{Z}, \cdot, 1)$ is a commutative monoid whose group of units is $\{1, -1\}$; equivalently $u \mid 1$ holds exactly for $u = 1$ and $u = -1$
- The integers have no zero divisors; multiplicative cancellation
- 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$
Used by
Dependency tree · two levels
34 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
- Evan Dummit, Number Theory (part 9): The Geometry of Numbers, §9.1.3 (standard reference, not scraped)
- Karl-Dieter Crisman, Number Theory: In Context and Interactive, §14.2, Fact 14.2.1 (standard reference, not scraped)