Regular extension of an Euler triple
Provedeuler_triple_dplus_identitydiophantine-equationsnumber-theory
Let with and . Then the regular-quadruple operator gives
Hence every Euler triple extends to an Euler quadruple of the form . Pure algebra; used in Section 8.
Formal statement
theorem euler_triple_dplus_identity (a b r : Nat) (h : a * b + 1 = r ^ 2) :
a + b + (a + b + 2 * r) + 2 * a * b * (a + b + 2 * r)
+ 2 * r * (a + r) * (b + r) = 4 * r * (a + r) * (b + r) := by sorrySource
Bo He, Alain Togbé, Volker Ziegler, There is no Diophantine quintuple, arXiv:1610.04020v2, https://arxiv.org/abs/1610.04020v2; Section 8 (Euler quadruple form).