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.[1] That is, the squares form an additive basis of order four:
p = a^2 + b^2 + c^2 + d^2,
where the four numbers a, b, c, d are integers. For illustration, 3, 31, and 310 can be represented as the sum of four squares as follows:
\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}
This theorem was proven by Joseph-Louis Lagrange in 1770. It is a special case of the Fermat polygonal number theorem.
Historical development
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.[2]
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 4^k(8m+7) for integers k and m. 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.[3]
Proofs
The classical proof
Several very similar modern versions[4][5][6] 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 integers
Another way to prove the theorem relies on Hurwitz quaternions, which are the analog of integers for quaternions.[7]
Generalizations
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 a,b,c,d, can we solve
n=ax_1^2+bx_2^2+cx_3^2+dx_4^2
for all positive integers n in integers x_1,x_2,x_3,x_4? The case a=b=c=d=1 is answered in the positive by Lagrange's four-square theorem. The general solution was given by Ramanujan.[8] He proved that if we assume, without loss of generality, that a\leq b\leq c\leq d then there are exactly 54 possible choices for a,b,c,d such that the problem is solvable in integers x_1,x_2,x_3,x_4 for all n. (Ramanujan listed a 55th possibility a=1,b=2,c=5,d=5, but in this case the problem is not solvable if n=15.[9])
Algorithms
In 1986, Michael O. Rabin and Jeffrey Shallit[10] proposed randomized polynomial-time algorithms for computing a single representation n=x_1^2+x_2^2+x_3^2+x_4^2 for a given integer n, in expected running time \mathrm{O}(\log^2(n)). It was further improved to \mathrm{O}(\log^2(n) \log(\log(n))^{-1}) by Paul Pollack and Enrique Treviño in 2018.[11]
Number of representations
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.
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}
Equivalently, it is eight times the sum of all its divisors which are not divisible by 4, i.e.
r_4(n)=8\sum_{m\,:\, 4\nmid m\mid n}m.
We may also write this as
r_4(n) = 8 \sigma(n) -32 \sigma(n/4) \ ,
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 r4(p) = 8(p + 1).[12]
Some values of r4(n) occur infinitely often as r4(n) = r4(2mn) whenever n is even. The values of r4(n)/n can be arbitrarily large: indeed, r4(n)/n is infinitely often larger than 8√log n.[12]
Uniqueness
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 ... .
These integers consist of the seven odd numbers 1, 3, 5, 7, 11, 15, 23 and all numbers of the form 2(4^k),6(4^k) or 14(4^k).
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 ... .
These integers consist of the eight odd numbers 1, 3, 5, 9, 11, 17, 29, 41 and all numbers of the form 2(4^k),6(4^k) or 14(4^k).
Further refinements
Lagrange's four-square theorem can be refined in various ways. For example, Zhi-Wei Sun[13] 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 S with |S| = O(n^{1/4}\log^{1/4} n) such that every positive integer smaller than or equal to n can be written as a sum of at most 4 elements of S.[14]
See also
- 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
Notes
- ^ Andrews, George E. (1994), Number Theory, Dover Publications, p. 144, ISBN 0-486-68252-8
- ^ Ireland & Rosen 1990.
- ^ Sarnak 2013.
- ^ Landau 1958, Theorems 166 to 169.
- ^ Hardy & Wright 2008, Theorem 369.
- ^ Niven & Zuckerman 1960, paragraph 5.7.
- ^ Stillwell 2003, pp. 138–157.
- ^ Ramanujan 1916.
- ^ Oh 2000.
- ^ Rabin & Shallit 1986.
- ^ Pollack & Treviño 2018.
- ^ Williams 2011, p. 119.
- ^ Sun 2017.
- ^ Spencer 1996
References
- Hardy, G. H. & Wright, E. M. (2008 [1938]). An Introduction to the Theory of Numbers. 6th ed. Oxford University Press. ISBN 978-0-19-921985-8.
- Ireland, Kenneth & Rosen, Michael (1990). A Classical Introduction to Modern Number Theory. 2nd ed. Springer. doi:10.1007/978-1-4757-2103-4. ISBN 978-1-4419-3094-1.
- Landau, Edmund (1958 [1927]). Elementary Number Theory. Vol. 125. 2nd ed. Translated by Goodman, Jacob E. AMS Chelsea Publishing.
- Niven, Ivan & Zuckerman, Herbert S. (1960). An introduction to the theory of numbers. Wiley
- Oh, Byeong-Kweon (2000). "Representations of Binary Forms by Quinary Quadratic Forms". Trends in Mathematics. 3 (1): 102–107. Archived from the original on 2017-02-02. Retrieved 2017-01-21.
- Rabin, M. O. & Shallit, J. O. (1986). "Randomized Algorithms in Number Theory". Communications on Pure and Applied Mathematics. 39 (S1): S239–S256. doi:10.1002/cpa.3160390713
- Ramanujan, S. (1916). "On the expression of a number in the form ax2 + by2 + cz2 + du2". Mathematical Proceedings of the Cambridge Philosophical Society. 19: 11–21.
- Sarnak, Peter (2013). "The Ramanujan Conjecture and some Diophantine Equations" (Lecture at Tata Institute of Fundamental Research). YouTube. ICTS Lecture Series.
- Stillwell, John (2003). Elements of Number Theory. Undergraduate Texts in Mathematics. Springer. doi:10.1007/978-0-387-21735-2. ISBN 978-0-387-95587-2. Zbl 1112.11002.
- Sun, Z.-W. (2017). "Refining Lagrange's four-square theorem". J. Number Theory. 175: 167–190. arXiv:1604.06723. doi:10.1016/j.jnt.2016.11.008. S2CID 119597024
- Williams, Kenneth S. (2011). Number theory in the spirit of Liouville. Vol. 76. London Mathematical Society Student Texts. Cambridge University Press. ISBN 978-0-521-17562-3. Zbl 1227.11002.
- Spencer, Joel (1996). "Four Squares with Few Squares". Number Theory: New York Seminar 1991–1995. Springer US. pp. 295–297. doi:10.1007/978-1-4612-2418-1_22. ISBN 9780387948263.
- Pollack, P. & Treviño, E. (2018). "Finding the four squares in Lagrange's theorem". Integers. 18A: A15.