Sum of Squares and Cubes
(Jit here). There is a famous theorem of Lagrange that says every natural number is a sum of four non-negative squares (so that is allowed). Let's try to prove this theorem. The first observation to make is that if and 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 is a sum of four squares. We first consider the case of .
If , 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 be a positive integer such that and . This is always doable since and so is a quadratic residue. Now consider all possible residue classes as range between and . There are many such pairs, and hence in particular there exists two distinct pairs and such that . We then get and squaring, since , we get . Now since and are distinct, we know that is not just . Also, we may bound it to be less than , and so this sum must be . Thus we get positive integers such that as desired.
Here is another way to do this. We consider , the ring of Gaussian integers given by . The main idea is that there is an Euclidean algorithm in . I won't go into details about it, but this implies that we have a Bezout's lemma: given and in , we can find some such that are all multiples of for any , and also that can be written as a linear combination of and . Accepting this, we first find such that doesn't divide both and , and is divisible by . We can do this since we can solve the congruence non-trivially. Next we consider the given by Bezout's lemma for and . This cannot be an unit (i.e. or ) since any linear combination of and must have norm divisible by . But divides , and since it is not a multiple of (as is a multiple of ), it must be that . So if , we get that as desired.
Now if , turns out there is no easy way to do it without doing it for all primes . We can make the first argument a little more sophisticated by using Minkowski's theorem. We consider instead the lattice generated by and . The fundamental parallelogram has volume . Hence if we consider the region , this has volume larger than and so we have a lattice point in it. Writing it as , we get some lattice point of the form such that . It is easy to check that , so it must be exactly .
Ok now let's do four squares. We don't have such an when , but instead we can always solve for . There are many ways to see this and it follows from the fact that there are many quadratic residues mod . Accepting this, we let and be positive integers such that . We then consider the following vectors in , given by . If we take any of the two vectors, including picking the same vector twice, their dot product is a multiple of . Hence any linear combination of them will have its norm being a multiple of too. Now it suffices to note that the volume of our lattice is , and so if we consider the region , 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 either). I am going to try to give a proof that some exists such that all numbers can be written as a sum of N non-negative cubes.
First, we consider the identity
Since every natural number can be written as the sum of four squares, we can write every number of the form using cubes. We are going to take for some positive integer , and so we are looking at integers of the form . Hence we would like to prove that given any sufficiently large positive integer , we can find and so that is divisible by . This is not hard to prove since any odd number is congruent to a cube modulo and so with two cubes we can reach every residue. We can also choose them to be divisible by . Hence we get
for some and we win if . But we can choose to be less than so as long as we are safe. There is now a catch - we have to make sure the cubes we have are non-negative, which happens if and so we also need to guarantee that .
To do so, we let be a positive integer such that . We then choose so that . We then have an upper bound of too. Choosing or depending on the parity of , we can then find two cubes so that is between and , and that it is a multiple of . Hence we have
where . Now set , so that . We then write , for some positive integer .
Finally it suffices to check that , but as desired.
Comments
Post a Comment