Sum of Squares and Cubes

 (Jit here). There is a famous theorem of Lagrange that says every natural number nn is a sum of four non-negative squares (so that 00 is allowed). Let's try to prove this theorem. The first observation to make is that if nn and mm are both sum of four squares, then so is their product. You can look at https://en.wikipedia.org/wiki/Euler%27s_four-square_identity for a proof of this. Given this, we just need to show that any prime number pp is a sum of four squares. We first consider the case of p1(mod4)p \equiv 1 \pmod 4

If p1(mod4)p \equiv 1 \pmod 4, then again it is a well known theorem that it can always be written as a sum of two squares. There are many ways to prove this. The simplest proof is probably due to Thue - one first lets aa be a positive integer such that a21(modp)a^2 \equiv -1 \pmod p and 1<a<p1 < a < p. This is always doable since p1(mod4)p \equiv 1 \pmod 4 and so 1-1 is a quadratic residue. Now consider all possible residue classes x+ayx+ay as x,yx,y range between 00 and p\lfloor \sqrt{p} \rfloor. There are (p+1)2>p(\lfloor \sqrt{p} \rfloor +1)^2 > p many such pairs, and hence in particular there exists two distinct pairs (x,y)(x,y) and (x,y)(x',y') such that x+ayx+ay(modp)x+ay \equiv x' + ay' \pmod p. We then get (xx)a(yy)(modp)(x-x') \equiv a(y-y') \pmod p and squaring, since a21(modp)a^2 \equiv -1 \pmod p, we get (xx)2+(yy)20(modp)(x-x')^2 + (y-y')^2 \equiv 0 \pmod p. Now since (x,y)(x,y) and (x,y)(x',y') are distinct, we know that (xx,yy)(x-x',y-y') is not just (0,0)(0,0). Also, we may bound it to be less than 2p2p, and so this sum must be pp. Thus we get positive integers such that x2+y2=px^2+y^2 = p as desired.

Here is another way to do this. We consider Z[i]\mathbb{Z}[i], the ring of Gaussian integers given by {a+bia,bZ}\{a+bi \mid a,b \in \mathbb{Z}\}. The main idea is that there is an Euclidean algorithm in Z[i]\mathbb{Z}[i]. I won't go into details about it, but this implies that we have a Bezout's lemma: given xx and yy in Z[i]\mathbb{Z}[i], we can find some zz such that ax+byax+by are all multiples of zz for any a,bZ[i]a,b \in \mathbb{Z}[i], and also that zz can be written as a linear combination of xx and yy. Accepting this, we first find a+bia+bi such that pp doesn't divide both aa and bb, and N(a+bi)=a2+b2N(a+bi) = a^2 + b^2 is divisible by pp. We can do this since we can solve the congruence x2+y20(modp)x^2+y^2 \equiv 0 \pmod p non-trivially. Next we consider the zz given by Bezout's lemma for pp and a+bia+bi. This zz cannot be an unit (i.e. ±1\pm 1 or ±i\pm i) since any linear combination of a+bia+bi and pp must have norm divisible by pp. But N(z)N(z) divides N(p)=p2N(p) = p^2, and since it is not a multiple of pp (as a+bia+bi is a multiple of zz), it must be that N(z)=pN(z) = p. So if z =x+yiz  = x+yi, we get that x2+y2=px^2+y^2 = p as desired.

Now if p3(mod4)p \equiv 3 \pmod 4, turns out there is no easy way to do it without doing it for all primes pp. We can make the first argument a little more sophisticated by using Minkowski's theorem. We consider instead the lattice generated by v1=(a,1)v_1 = (a,1) and v2=(p,0)v_2 = (p,0). The fundamental parallelogram has volume pp. Hence if we consider the region {(x,y)R2x2+y2<2p}\{(x,y) \in \mathbb{R}^2 \mid x^2 + y^2 < 2p \}, this has volume larger than 4p4p and so we have a lattice point in it. Writing it as mv1+nv2mv_1 + nv_2, we get some lattice point of the form (ma+np,m)(ma + np, m) such that (ma+np)2+m2<2p(ma+np)^2 + m^2 < 2p. It is easy to check that (ma+np)2+m20(modp)(ma+np)^2 + m^2 \equiv 0 \pmod p, so it must be exactly pp

Ok now let's do four squares. We don't have such an aa when p3(mod4)p \equiv 3 \pmod 4, but instead we can always solve for x2+y2+10(modp)x^2+y^2+1 \equiv 0 \pmod p. There are many ways to see this and it follows from the fact that there are p+12\frac{p+1}{2} many quadratic residues mod pp.  Accepting this, we let aa and bb be positive integers such that pa2+b2+1p \mid a^2+b^2+1. We then consider the following vectors in R4\mathbb{R}^4, given by (p,0,0,0),(0,p,0,0),(a,b,1,0),(b,a,0,1)(p,0,0,0), (0,p,0,0), (a,b,1,0), (-b,a,0,1). If we take any of the two vectors, including picking the same vector twice, their dot product is a multiple of pp. Hence any linear combination of them will have its norm being a multiple of pp too. Now it suffices to note that the volume of our lattice is p2p^2, and so if we consider the region x2+y2+z2+w2<2px^2+y^2+z^2+w^2 < 2p, again we have a lattice point. The norm of this lattice point then writes our prime number as a sum of four squares.

What about sum of cubes? When going to higher powers, all these methods fail because there is no analogue of Euler's sum of four squares identity. So we can't just do it for primes and try to generalize it (it is not clear how to do it for a prime pp either). I am going to try to give a proof that some NN exists such that all numbers can be written as a sum of N non-negative cubes. 

First, we consider the identity 

i=14((A+mi)3+(Ami)3)=6A(A2+m12+m22+m32+m42).\sum_{i=1}^{4} \left( (A+m_i)^3 + (A-m_i)^3 \right) = 6A(A^2 + m_1^2 + m_2^2 + m_3^2 + m_4^2).

Since every natural number can be written as the sum of four squares, we can write every number of the form 6A(A2+m)6A(A^2+m) using 88 cubes. We are going to take A=8kA = 8^k for some positive integer kk, and so we are looking at integers of the form 68k(82k+m)6 \cdot 8^k(8^{2k}+ m). Hence we would like to prove that given any sufficiently large positive integer NN, we can find aa and bb so that Na3 b3N - a^3  - b^3 is divisible by 8k8^k. This is not hard to prove since any odd number is congruent to a cube modulo 8k8^k and so with two cubes we can reach every residue. We can also choose them to be divisible by 68k6 \cdot 8^k. Hence we get

Na3b3=68knN - a^3 - b^3 = 6 \cdot 8^k n

for some nn and we win if n>82kn > 8^{2k}. But we can choose a,ba,b to be less than 8k8^k so as long as N>88kN > 8 \cdot 8^k we are safe. There is now a catch - we have to make sure the cubes we have are non-negative, which happens if A>miA > m_i and so we also need to guarantee that 8kmi8^k \geq m_i

To do so, we let kk be a positive integer such that 883kN883(k+1)8 \cdot 8^{3k} \leq N \leq 8 \cdot 8^{3(k+1)}. We then choose ii so that Ni3883kN(i+1)3N-i^3 \geq 8 \cdot 8^{3k} \geq N - (i+1)^3. We then have an upper bound of 1183kN(i1)3Ni311 \cdot 8^{3k} \geq N-(i-1)^3 \geq N-i^3 too. Choosing ii or i1i-1 depending on the parity of NN, we can then find two cubes so that Na3b3N - a^3 - b^3 is between 783k7 \cdot 8^{3k} and 1183k11 \cdot 8^{3k}, and that it is a multiple of 8k8^k. Hence we have

Na3b3=8kqN - a^3 - b^3 = 8^k q

where 782kq1182k7 \cdot 8^{2k} \leq q \leq 11 \cdot 8^{2k}. Now set q=r682kq = r - 6 \cdot 8^{2k}, so that 82kr582k8^{2k}\leq r \leq 5 \cdot 8^{2k}. We then write r=s3+6tr = s^3 + 6t, for some positive integer tt

N=a3+b3+8k(682k+r)=a3+b3+8k(682k+s3+6t)=a3+b3+(2ks)3+68k(82k+t).N = a^3 + b^3 + 8^k(6 \cdot 8^{2k} + r) = a^3 + b^3 + 8^k(6 \cdot 8^{2k} + s^3 + 6t) = a^3 + b^3 + (2^k s)^3 + 6 \cdot 8^k(8^{2k} + t).

Finally it suffices to check that t82kt \leq 8^{2k}, but tr65682kt \leq \frac{r}{6} \leq \frac{5}{6} 8^{2k} as desired.


 

Comments

Popular posts from this blog

SMO Open 2024 ??% Speedrun

Musings about the IMO