Number Theory – When Does $axy+byz+czx$ Represent All Integers?

diophantine equationsnt.number-theoryquadratic-forms

For which $a,b,c$ does $axy+byz+czx$ represent all integers?

In a recent answer, I conjectured that this holds whenever $\gcd(a,b,c)=1$, and I hope someone will know. I also conjectured that $axy+byz+czx+dx+ey+fz$ represents all integers when $\gcd(a,b,c,d,e,f)=1$ and each variable appears non-trivially, though I'm less optomistic about finding prior results on that. Here are some results:

  • If $\gcd(a,b)=1$ then $axy+byz+czx$ represents all integers. [Proof: Find $r,s$ with $ar+bs=1$, then take $x = r$, $y = n – crs$, $z = s$.]

  • $6xy+10yz+15zx$, the first case not covered above, represents all integers up to 1000. Similarly $77xy+91yz+143zx$ represents all integers up to 100. [by exhaustive search]

  • If $\gcd(a,b,c)=1$ then $axy+byz+czx$ represents all integers mod $p^r$. [proved in the above link]

The literature on this is hard to search because these are not positive definite forms, and many apparently relevant papers only consider the positive definite case. For old results, the most relevant parts of Dickson's History of the Theory of Numbers (v. 2, p. 434; v. 3, p. 224) mention only the case of $xy+xz+yz=N$. Does anyone here know a general result or reference?

Best Answer

Here is a proof of the conjecture. I will refer several times to the book Cassels: Rational quadratic forms (Academic Press, 1978).

1. Let $p$ be a prime such that $p\nmid a$. Using the invertible linear change of variables over $\mathbb{Z}_p$ $$x'=ax+bz,\qquad y'=y+(c/a)z,\qquad z'=(1/a)z,$$ we have $$x'y'-(abc)z'^2=axy+byz+czx.$$ Therefore, the quadratic forms $axy+byz+czx$ and $xy-(abc)z^2$ are equivalent over $\mathbb{Z}_p$. By symmetry, we draw the same conclusion when $p\nmid b$ or $p\nmid c$ (note that $p$ cannot divide all of $a,b,c$).

2. For $p>2$, we see that $axy+byz+czx$ is equivalent to $x^2-y^2-(abc)z^2$ over $\mathbb{Z}_p$. Following the notation and proof of the first Corollary on p.214, we infer that $U_p\subset\theta(\Lambda_p)$. For $p=2$, we infer the same by the second Corollary of p.214. Now, combining the Corollary on p.213 with Theorem 1.4 on p.202, we conclude that the genus of $axy+byz+czx$ contains precisely one proper equivalence class.

3. By the conclusions of the previous two points, the quadratic forms $axy+byz+czx$ and $xy-(abc)z^2$ are properly equivalent. As $xy-(abc)z^2$ clearly represents all integers, the same is true of $axy+byz+czx$.

Remark. The crux of the proof are the Corollary on p.213 and Theorem 1.4 on p.202. The first statement relies on the Hasse principle (cf. Lemma 3.4 on p.209 and its proof). The second statement is a straightforward application of strong approximation for the spin group.

Related Question