Signed parametrization for degree one
Proveddiophantine_degree_one_parametrizationdiophantine-equationsnumber-theory
Let be integers with and let . Put (the signed form of ). Then
and the regular-quadruple value satisfies
i.e. with correlated signs. Stated over to avoid truncated subtraction. This is the structural computation in the proof of Theorem 8; only the case has .
Formal statement
theorem diophantine_degree_one_parametrization (a b r s : Int)
(hs : s = 1 ∨ s = -1) (hr : a * b + 1 = r ^ 2) :
(r + s * a) ^ 2 = a * (a + b + 2 * s * r) + 1 ∧
(b + s * r) ^ 2 = b * (a + b + 2 * s * r) + 1 ∧
a + (a + b + 2 * s * r) + b + 2 * a * (a + b + 2 * s * r) * b
+ 2 * (r + s * a) * r * (b + s * r)
= 4 * r * (r + s * a) * (b + s * r) := by sorrySource
Bo He, Alain Togbé, Volker Ziegler, There is no Diophantine quintuple, arXiv:1610.04020v2, https://arxiv.org/abs/1610.04020v2; Section 9, proof of Theorem 8 (, ).