5

The context is the sum-of-four-cubes problem (see here). In this article, it is proved that any integer $k$ of the form $p^3+q^3$ or $2(p^6-q^6)$ (with $p$ and $q$ integers) can be decomposed into the form $$k=P(t)^3+Q(t)^3+R(t)^3+S(t)^3,$$ where $P(t)$, $Q(t)$, $R(t)$ and $S(t)$ are non-constant polynomials with integer coefficients.

It follows that such integers $k$ can be decomposed in an infinite number of ways as a sum of 4 cubes. The author mentions that he doesn't know how to produce such polynomial identities when $k=4$ or $k=5$, for example.

But is it still possible to prove that the preceding values can be decomposed in an infinite number of ways, like the sum of four cubes?

I welcome any references to this or related issues, thank you.

P.S. I posted a similar question on MathOverflow.

uvdose
  • 71
  • It is Possible, finding a many solutions for sum of four cubes problems is easy and finding a new identity takes time. – Guruprasad Sep 07 '24 at 20:17

2 Answers2

3

Looking more closely at the case $k=4$, a computer program allowed me to conjecture that we had $$4=(x-1)^3+(y+5)^3-x^3-y^3 \;\;(1)$$ for an infinite number of pairs of integers $(x,y)$. The previous equality is equivalent to $$(2x-1)^2-5(2y+5)^2=36.$$ Now it is easy to prove that the Pell's equation $X^2-5Y^2=36$ has an infinite number of solutions $(X,Y)\in\mathbb{Z}^2$ with $X$ and $Y$ odd, it follows that the equation (1) has infinitely many solutions with $x$ and $y$ integers.

Similarly, we can show that we can write $$5=(x+1)^3+(y-2)^3-x^3-y^3,$$ for an infinite number of pairs of integers $(x,y)$. Indeed, the previous equality is equivalent to $$(2x+1)^2-8(y-1)^2=9,$$ and it's easy to prove that the Pell's equation $X^2-8Y^2=9$ has an infinite number of solutions $(X,Y)\in\mathbb{Z}^2$ with $X$ odd.

Without being certain, it seems to me that we can perhaps generalize the preceding reasoning, so as to prove that many integers of the form $k=a^3+b^3+c^3+d^3$ can be decomposed in an infinite number of ways into a sum of four cubes.

Indeed let $u=a+b$ and $v=-(c+d)$ and assume that $uv>0$ and that $uv$ is not a perfect square. Note that $k-u^3+v^3\equiv0\;(\text{mod }3)$.

The equation $$(u-x)^3-(v+y)^3+x^3+y^3=k$$ has the particular solution $(x,y)=(a,c)$, and this is equivalent to $$(2ux-u^2)^2-uv(2y+v)^2=\frac{u}{3}(4k-u^3+v^3),$$ which has the form of a Pell's equation. I haven't looked at the details, but it should be possible to prove that it has infinitely many solutions.

N.B. There may be an interesting identity (see $(\star)$ below) in connection with what I've just said.

Let $a$, $b$, $c$ and $d$ be four integers such that $(a+b)(c+d)<0$ and $-(a+b)(c+d)$ is not a perfect square.

We know that there are then two integers $x$ and $y$ such that $$(2x+1)^2+4(a+b)(c+d)y^2=1.$$

Let $$\left\{\begin{array}{l} A=(a-b)x+(d^2-c^2)y+a\\ B=(b-a)x+(c^2-d^2)y+b\\ C=(c-d)x+(a^2-b^2)y+c\\ D=(d-c)x+(b^2-a^2)y+d\\ \end{array}\right.$$

then $A+B=a+b$, $C+D=c+d$, and $$A^3+B^3+C^3+D^3=a^3+b^3+c^3+d^3\;\;(\star)$$

Here's an example:

We have $a^3+b^3+c^3+d^3=4$ with $a=-5$, $b=1$, $c=4$ and $d=4$,

$(a+b)(c+d)=-32<0$ and $32$ is not a perfect square,

we have $(2x+1)^2+4(a+b)(c+d)y^2=1$ with $x=288$ and $y=51$,

then $A^3+B^3+C^3+D^3=4$ with $A=-1733$, $B=1729$, $C=1228$ and $D=-1220$.

uvdose
  • 71
  • How you connect m= sum of four cubes to a $x^2-Dy^2$=n – Guruprasad Sep 08 '24 at 10:56
  • 1
    Let $(E) : (u-x)^3-(v+y)^3+x^3+y^3=k$. We have

    $\begin{array}{ccl} (E)&\Longleftrightarrow&-3u^2x+3ux^2-3vy^2-3v^2y=k-u^3+v^3\ &\Longleftrightarrow&u(4x^2-4ux)-v(4y^2+4vy)=\frac{4}{3}(k-u^3+v^3)\ &\Longleftrightarrow&u[(2x-u)^2-u^2)]-v[(2y+v)^2-v^2]=\frac{4}{3}(k-u^3+v^3)\ &\Longleftrightarrow&u(2x-u)^2-v(2y+v)^2=\frac{4}{3}(k-u^3+v^3)+u^3-v^3\ &\Longleftrightarrow&u^2(2x-u)^2-uv(2y+v)^2=\frac{u}{3}(4k-u^3+v^3)\ \end{array}$

    – uvdose Sep 08 '24 at 12:06
  • @uvdose: Your claim is very interesting, dear friend, but what you have proven is that $4$ and $5$ are sum of four cubes of rational and it is known that this is so for all rational in infinitely many ways. If you want i send you the intrincate formula that prove this. However the problem is relevant in $\mathbb Z$ not in $\mathbb Q$. Regards. – Ataulfo Sep 08 '24 at 14:16
  • @Piquito I think you're wrong, dear friend. I reason with $x$ and $y$ in $\mathbb{Z}$. – uvdose Sep 08 '24 at 15:26
  • @uvdose: Yes $x$ and $y$ are in $\mathbb Z$ but the final result after passing by the solutions of involved Pell's equation does not. Anyway if I am wrong, then ¡congratulations! – Ataulfo Sep 08 '24 at 15:53
  • @Piquito So let me clarify things, for example for the case $k=4$: it's easy (details supplied on request) to prove that the Pell equation $X^2-5Y^2=36$ has an infinite number of solutions $(X,Y)\in\mathbb{Z}^2$ with $X$ and $Y$ odd. It follows that the equation $(2x-1)^2-5(2y+5)^2=36$ has infinitely many solutions with $x$ and $y$ integers. But you may be right, I'll write more details in the answer above. – uvdose Sep 08 '24 at 16:09
  • @uvdose: Take into account that your Pell's for $4$, is $X^2-5Y^2=1$ where $X=\dfrac{2x-1}{6}$ so you do will have odd= even......... Greetings. – Ataulfo Sep 08 '24 at 17:01
  • @Piquito Sorry, I have no idea what you mean. I'm obviously talking about the Generalized Pell Equation $X^2-5Y^2=36$. – uvdose Sep 08 '24 at 19:00
  • @uvdose: I end this conversation, dear friend, hoping that you will reflect well on your answer. Good luck. – Ataulfo Sep 08 '24 at 19:10
  • I've added a nota bene to my answer above. – uvdose Sep 09 '24 at 07:57
2

If there is at least a single integer solution to,

$$a^3+b^3+c^3+d^3 = N$$

such that $(a+b)(c+d)<0$ and $(a+b)(c+d) \neq -\square$, then we can find an infinite more using a Pell equation. We use this identity I submitted to Mathworld 20 years ago,

$$A^3+B^3+C^3+D^3 = (a^3+b^3+c^3+d^3)(x^2+wy^2)^3$$

where,

\begin{align} A &= ax^2-v_1xy+bwy^2\\ B &= bx^2+v_1xy+awy^2\\ C &= cx^2+v_2xy+dwy^2\\ D &= dx^2-v_2xy+cwy^2 \end{align}

and,

\begin{align} v_1 &= c^2-d^2\\ v_2 &= a^2-b^2\\ w &= (a+b)(c+d) \end{align}

which is true for any $(x,y)$. Of course, the identity easily proves that $N$ is a sum of four rational cubes in an infinite number of ways. But if we wish to stay in the integers, then we have to require that,

$$x^2+wy^2 = \pm 1$$

thus the requirement $w=(a+b)(c+d)<0$ and $(a+b)(c+d) \neq -\square$, hence a Pell equation. As long as one of the $(a,b,c,d)$ is negative, we can also permute them. For example, we have,

$$1^3+1^3+1^3+1^3 = 4\\ 1^3+4^3+4^3-5^3 = 4$$

We ignore the first solution, and use permutations of the second to get,

$$(1+4)(4-5) = -5\\ (4+4)(1-5) = -32$$

So two Pell equations,

$$x^2-5y^2 = \pm 1\\ x^2-32y^2 = \pm 1$$

allow us to integrally solve $a^3+b^3+c^3+d^3 = 4$ for an infinite number of ways. And similarly for other $N$.