Vous êtes sur la page 1sur 4

Lagrange's four-square theorem

Lagrange's four-square theorem


Lagrange's four-square theorem, also known as Bachet's conjecture, states that any natural number can be represented as the sum of four integer squares

where the four numbers a0, a1, a2, a3 are integers. For illustration, 3, 31 and 310 can be represented as the sum of four squares as follows: 3 = 12 + 12 + 12 + 02 31 = 52 + 22 + 12 + 12 310 = 172 + 42 + 22 + 12. This theorem was proven by Joseph Louis Lagrange in 1770, and corresponds to Fermat's theorem on sums of two squares.

Historical development
The theorem appears in the Arithmetica of Diophantus, translated into Latin by Bachet in 1621. Adrien-Marie Legendre improved on the theorem in 1798 with his three-square theorem, by stating that a positive integer can be expressed as the sum of three squares if and only if it is not of the form 4k(8m + 7). His proof was incomplete, leaving a gap which was later filled by Carl Friedrich Gauss. 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 RamanujanPetersson conjecture.[1]

Proof using the Hurwitz integers


One of the ways to prove the theorem relies on Hurwitz quaternions, which are the analog of integers for quaternions. The Hurwitz quaternions consist of all quaternions with integer components and all quaternions with half-integer components. These two sets can be combined into a single formula

where E0, E1, E2, E3 are integers. Thus, the quaternion components a0, a1, a2, a3 are either all integers or all half-integers, depending on whether E0 is even or odd, respectively. The set of Hurwitz quaternions forms a ring; that is to say, the sum or product of any two Hurwitz quaternions is likewise a Hurwitz quaternion. The (arithmetic, or field) norm N() of a rational quaternion is the nonnegative rational number , where is the conjugate of . Note that the norm of a Hurwitz quaternion is always an integer. (If the coefficients are half-integer, then their squares are a number, equivalent to 1 modulo 4, divided by 4, so the sum is again an integer.) Since quaternion multiplication is associative, and real numbers commute with other quaternions, the norm of a product of quaternions equals the product of the norms:

For any if N() = 1.

. It follows easily that is a unit in the ring of Hurwitz quaternions if and only

Lagrange's four-square theorem Since any natural number can be factored into powers of primes, the four-square theorem holds for all natural numbers if it is true for all prime numbers. It is true for 2 = 02 + 02 + 12 + 12. To show this for an odd prime integer p, represent it as a quaternion (p, 0, 0, 0) and assume for now (as we shall show later) that it is not a Hurwitz irreducible; that is, it can be factored into two non-unit Hurwitz quaternions p = . The norms of p, , are integers such that

and N(),N() > 1. This shows that both N() and N() are equal to p (since they are integers), and p is the sum of four squares

If it happens that the chosen has half-integer coefficients, it can be replaced by another Hurwitz quaternion. Choose = (1 i j k)/2 in such a way that + has even integer coefficients. Then

Since has even integer coefficients,

will have integer coefficients and can be used instead of the

original to give a representation of p as the sum of four squares. As for showing that p is not a Hurwitz irreducible, Lagrange proved that any odd prime p divides at least one number of the form u = 1 + l2 + m2, where l and m are integers. This can be seen as follows: since p is prime, can hold for integers a, b, only when . Thus, the set of squares contains (p + 1)/2 distinct residues modulo p. Likewise, contains (p + 1)/2 residues. Since there are only p residues in total, and , the sets X and Y must intersect. The number u can be factored in Hurwitz quaternions: 1 + l2 + m2 = (1 + l i + m j)(1 l i m j). The norm on Hurwitz quaternions satisfies a form of the Euclidean property: for any quaternion with rational coefficients we can choose a Hurwitz quaternion so that so that for by first choosing 1, 2, 3. Then we obtain so that and then

It follows that for any Hurwitz quaternions , with 0, there exists a Hurwitz quaternion such that

The ring H of Hurwitz quaternions is not commutative, hence it is not an actual Euclidean domain, and it does not have unique factorization in the usual sense. Nevertheless, the property above implies that every right ideal is principal. Thus, there is a Hurwitz quaternion such that H = pH + (1 l i m j)H. In particular, p = for some Hurwitz quaternion . If were a unit, 1 l i m j would be a multiple of p, however this is impossible as 1/p l/p i m/p j is not a Hurwitz quaternion for p > 2. Similarly, if were a unit, we would have (1 + l i + m j)H = (1 + l i + m j)pH + (1 + l i + m j)(1 l i m j)H pH as p divides 1 + l2 + m2, which again contradicts the fact that 1/p + l/p i + m/p j is not a Hurwitz quaternion. Thus, p is not Hurwitz irreducible, as claimed.

Lagrange's four-square theorem

Generalizations
Lagrange's four-square theorem is a special case of the Fermat polygonal number theorem and Waring's problem. Another possible generalisation is the following problem: Given natural numbers a, b, c, d, can we solve n = ax12 + bx22 + cx32 + dx42 for all positive integers n in integers x1, x2, x3, x4? 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. He proved that if we assume, without loss of generality, that a b c d then there are exactly 54 possible choices for a, b, c, d such that the problem is solvable in integers x1, x2, x3, x4 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.[2])

Algorithms
Michael O. Rabin and Jeffrey Shallit[3] have found randomized polynomial-time algorithms for computing a representation n = x12 + x22 + x32 + x42 for a given integer n, in expected running time O((logn)2).

Uniqueness
The sequence of positive integers whose representation as a sum of four squares is unique (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 OEIS). These integers consist of the seven odd numbers 1, 3, 5, 7, 11, 15, 23 and all numbers of the form 2 4k, 6 4k or 14 4k. 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 OEIS). These integers consist of the eight odd numbers 1, 3, 5, 9, 11, 17, 29, 41 and all numbers of the form 2 4n, 6 4n or 14 4n.

Notes
[1] The Ramanujan Conhecture and some Diophantine Equations (http:/ / www. youtube. com/ watch?v=1GtOMVcfjJ0), Peter Sarnak, lecture at Tata Institute of Fundamental Research, of the ICTS lecture series. Bangalore, 2013 via youtube. [2] Myung-Hwan Kim REPRESENTATIONS OF BINARY FORMS BY QUINARY QUADRATIC FORMS (http:/ / icms. kaist. ac. kr/ mathnet/ kms_tex/ 974363. pdf) [3] M. O. Rabin, J. O. Shallit, Randomized Algorithms in Number Theory, Communications on Pure and Applied Mathematics 39(1986), no.S1, pp.S239S256.

References
Ireland and Rosen (1990). A Classical Introduction to Modern Number Theory. Springer-Verlag. ISBN0-387-97329-X.

External links
Proof at PlanetMath.org (http://planetmath.org/encyclopedia/ProofOfLagrangesFourSquareTheorem.html) Another proof (http://www.alpertron.com.ar/4SQUARES.HTM) an applet decomposing numbers as sums of four squares (http://www.alpertron.com.ar/FSQUARES.HTM)

Article Sources and Contributors

Article Sources and Contributors


Lagrange's four-square theorem Source: http://en.wikipedia.org/w/index.php?oldid=577269900 Contributors: AdamSmithee, Aleph4, Algebraist, Arthur Rubin, BeteNoir, Brews ohare, Burn, CRGreathouse, Charleswallingford, Charvest, Chinju, DYLAN LENNON, Dcoetzee, Decora, Deltahedron, Dgulotta, Dirac1933, Doug, Dysprosia, Eewild, EmilJ, Enti342, Eric Kvaalen, Gandalf61, Giftlite, Haham hanuka, Horndude77, Jcobb, Jean de Parthenay, Jiang.qian, Kanags, Lunae, MSGJ, Manyu1993, MathMartin, Maxal, Meldor, Michael Hardy, Miracle Pen, Mo-Al, Mon4, Morning277, Olaf, Oleg Alexandrov, Onebyone, Ott2, Plclark, Poorsod, Proteins, R.e.b., RDBury, Richard L. Peterson, Roentgenium111, Salgueiro, Sammy1339, SamuelRiv, Scythe33, Shreevatsa, Strategist333, TakuyaMurata, That Guy, From That Show!, Trovatore, Urooj akhlaq, Weierstrass1, Wroscel, 41 anonymous edits

License
Creative Commons Attribution-Share Alike 3.0 //creativecommons.org/licenses/by-sa/3.0/

Vous aimerez peut-être aussi