Template:Short description Template:For multi Template:Redirect2
Lagrange's four-square theorem, also known as Bachet's conjecture, states that every nonnegative integer can be represented as a sum of four non-negative integer squares.Template:R That is, the squares form an additive basis of order four: <math display="block">p = a^2 + b^2 + c^2 + d^2,</math> where the four numbers <math>a, b, c, d</math> are integers. For illustration, 3, 31, and 310 can be represented as the sum of four squares as follows: <math display="block">\begin{align} 3 & = 1^2+1^2+1^2+0^2 \\[3pt] 31 & = 5^2+2^2+1^2+1^2 \\[3pt] 310 & = 17^2+4^2+2^2+1^2 \\[3pt] & = 16^2 + 7^2 + 2^2 +1^2 \\[3pt] & = 15^2 + 9^2 + 2^2 +0^2 \\[3pt] & = 12^2 + 11^2 + 6^2 + 3^2. \end{align}</math>
This theorem was proven by Joseph Louis Lagrange in 1770. It is a special case of the Fermat polygonal number theorem.
Historical developmentEdit
From examples given in the Arithmetica, it is clear that Diophantus was aware of the theorem. This book was translated in 1621 into Latin by Bachet (Claude Gaspard Bachet de Méziriac), who stated the theorem in the notes of his translation. But the theorem was not proved until 1770 by Lagrange.<ref>Template:Harvnb.</ref>
Adrien-Marie Legendre extended the theorem in 1797–8 with his three-square theorem, by proving that a positive integer can be expressed as the sum of three squares if and only if it is not of the form <math>4^k(8m+7)</math> for integers Template:Mvar and Template:Mvar. Later, in 1834, Carl Gustav Jakob Jacobi discovered a simple formula for the number of representations of an integer as the sum of four squares with his own four-square theorem.
The formula is also linked to Descartes' theorem of four "kissing circles", which involves the sum of the squares of the curvatures of four circles. This is also linked to Apollonian gaskets, which were more recently related to the Ramanujan–Petersson conjecture.<ref>Template:Harvnb.</ref>
ProofsEdit
The classical proofEdit
Several very similar modern versions<ref>Template:Harvnb.</ref><ref>Template:Harvnb.</ref><ref>Template:Harvnb.</ref> of Lagrange's proof exist. The proof below is a slightly simplified version, in which the cases for which m is even or odd do not require separate arguments.
Proof using the Hurwitz integersEdit
Another way to prove the theorem relies on Hurwitz quaternions, which are the analog of integers for quaternions.<ref name="Stillwell_2003">Template:Harvnb.</ref>
GeneralizationsEdit
Lagrange's four-square theorem is a special case of the Fermat polygonal number theorem and Waring's problem. Another possible generalization is the following problem: Given natural numbers <math>a,b,c,d</math>, can we solve
<math display="block">n=ax_1^2+bx_2^2+cx_3^2+dx_4^2</math>
for all positive integers Template:Mvar in integers <math>x_1,x_2,x_3,x_4</math>? The case <math>a=b=c=d=1</math> is answered in the positive by Lagrange's four-square theorem. The general solution was given by Ramanujan.<ref>Template:Harvnb.</ref> He proved that if we assume, without loss of generality, that <math>a\leq b\leq c\leq d</math> then there are exactly 54 possible choices for <math>a,b,c,d</math> such that the problem is solvable in integers <math>x_1,x_2,x_3,x_4</math> for all Template:Mvar. (Ramanujan listed a 55th possibility <math>a=1,b=2,c=5,d=5</math>, but in this case the problem is not solvable if <math>n=15</math>.<ref>Template:Harvnb.</ref>)
AlgorithmsEdit
In 1986, Michael O. Rabin and Jeffrey Shallit<ref>Template:Harvnb.</ref> proposed randomized polynomial-time algorithms for computing a single representation <math>n=x_1^2+x_2^2+x_3^2+x_4^2</math> for a given integer Template:Mvar, in expected running time <math>\mathrm{O}(\log(n)^2)</math>. It was further improved to <math>\mathrm{O}(\log(n)^2 \log(\log(n))^{-1})</math> by Paul Pollack and Enrique Treviño in 2018.<ref>Template:Harvnb.</ref>
Number of representationsEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} The number of representations of a natural number n as the sum of four squares of integers is denoted by r4(n). Jacobi's four-square theorem states that this is eight times the sum of the divisors of n if n is odd and 24 times the sum of the odd divisors of n if n is even (see divisor function), i.e.
<math display="block">r_4(n)=\begin{cases}8\sum\limits_{m\mid n}m&\text{if }n\text{ is odd}\\[12pt] 24\sum\limits_{\begin{smallmatrix} m|n \\ m\text{ odd} \end{smallmatrix}}m&\text{if }n\text{ is even}. \end{cases}</math>
Equivalently, it is eight times the sum of all its divisors which are not divisible by 4, i.e.
<math display="block">r_4(n)=8\sum_{m\,:\, 4\nmid m\mid n}m.</math>
We may also write this as <math display="block">r_4(n) = 8 \sigma(n) -32 \sigma(n/4) \ , </math> where the second term is to be taken as zero if n is not divisible by 4. In particular, for a prime number p we have the explicit formula Template:Math.<ref name="Williams_2011">Template:Harvnb.</ref>
Some values of r4(n) occur infinitely often as Template:Math whenever n is even. The values of r4(n)/n can be arbitrarily large: indeed, r4(n)/n is infinitely often larger than 8Template:Radic.<ref name="Williams_2011" />
UniquenessEdit
The sequence of positive integers which have only one representation as a sum of four squares of non-negative integers (up to order) is:
- 1, 2, 3, 5, 6, 7, 8, 11, 14, 15, 23, 24, 32, 56, 96, 128, 224, 384, 512, 896 ... (sequence A006431 in the OEIS).
These integers consist of the seven odd numbers 1, 3, 5, 7, 11, 15, 23 and all numbers of the form <math>2(4^k),6(4^k)</math> or <math>14(4^k)</math>.
The sequence of positive integers which cannot be represented as a sum of four non-zero squares is:
- 1, 2, 3, 5, 6, 8, 9, 11, 14, 17, 24, 29, 32, 41, 56, 96, 128, 224, 384, 512, 896 ... (sequence A000534 in the OEIS).
These integers consist of the eight odd numbers 1, 3, 5, 9, 11, 17, 29, 41 and all numbers of the form <math>2(4^k),6(4^k)</math> or <math>14(4^k)</math>.
Further refinementsEdit
Lagrange's four-square theorem can be refined in various ways. For example, Zhi-Wei Sun<ref>Template:Harvnb.</ref> proved that each natural number can be written as a sum of four squares with some requirements on the choice of these four numbers.
One may also wonder whether it is necessary to use the entire set of square integers to write each natural as the sum of four squares. Eduard Wirsing proved that there exists a set of squares Template:Mvar with <math>|S| = O(n^{1/4}\log^{1/4} n)</math> such that every positive integer smaller than or equal to Template:Mvar can be written as a sum of at most 4 elements of Template:Mvar.<ref>Template:Harvnb</ref>
See alsoEdit
- Fermat's theorem on sums of two squares
- Fermat's polygonal number theorem
- Waring's problem
- Legendre's three-square theorem
- Sum of two squares theorem
- Sum of squares function
- 15 and 290 theorems
NotesEdit
ReferencesEdit
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite journal
- Template:Cite journal
- Template:Cite journal
- {{#invoke:citation/CS1|citation
|CitationClass=web }}
- Template:Cite book
- Template:Cite journal
- Template:Cite book
- Template:Cite book
- Template:Cite journal