Square witnesses in an Euler triple
Provedeuler_triple_square_identitiesdiophantine-equationsnumber-theory
Let with and put (the Euler extension). Then
i.e. the Euler triple carries explicit square witnesses. Pure algebra; used in Section 8 (Theorem 7) with and .
Formal statement
theorem euler_triple_square_identities (a b r : Nat) (h : a * b + 1 = r ^ 2) :
a * (a + b + 2 * r) + 1 = (a + r) ^ 2 ∧ b * (a + b + 2 * r) + 1 = (b + r) ^ 2 := by sorrySource
Bo He, Alain Togbé, Volker Ziegler, There is no Diophantine quintuple, arXiv:1610.04020v2, https://arxiv.org/abs/1610.04020v2; Section 8, Theorem 7 (identities , ).