Proving that any rational number can be represented as the sum of the cubes of three rational numbers

2.7k Views Asked by At

I found the following question in a book:

Prove that any integer can be represented as the sum of the each cube of five integers.

The answer : $$n=n^3+\left[-\frac{(n-1)n(n+1)}{6}-1\right]^3+\left[-\frac{(n-1)n(n+1)}{6}-1\right]^3+\left[\frac{(n-1)n(n+1)}{6}\right]^3+\left[\frac{(n-1)n(n+1)}{6}\right]^3.$$

This book says, "It is known that any rational number can be represented as the sum of the each cube of three rational numbers" without any additional information. I've tried to prove this, but I'm facing difficulty. Then, here is my question.

Question : Could you show me how to prove that any rational number can be represented as the sum of the each cube of three rational numbers.

I need your help.

2

There are 2 best solutions below

1
On BEST ANSWER

Theorem (Ryley 1825) Every rational number $R$ can be represented as the sum of three rational cubes: $$ R=x^3+y^3+z^3. $$ A short proof can be found in the artcle of Richmond (1930) here.

0
On

This fact follows immediately from the identity $$ ab^2 = \biggl(\frac{(a^2+3b^2)^3+(a^2-3b^2)(6ab)^2}{6a(a^2+3b^2)^2}\biggr)^{\!3} + \biggl(\frac{(3b^2-a^2)6ab^2}{(a^2+3b^2)^2}\biggr)^{\!3} + \biggl(\frac{(a^2+3b^2+6ab)(6ab-a^2-3b^2)}{6a(a^2+3b^2)}\biggr)^{\!3}. $$